/* dga BEGIN stuff for now */

a {
 /* color: #ccccff !important; */
    color: #00008b !important;
    font-style: italic !important;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1030;
}


/* dga END stuff for now */


body {
    padding-top: 55px;
    font: 400 20px Lato, sans-serif;
    line-height: 1.5;
    color: #000000;
}
.full {
    padding: 0 !important;
    margin: 0 auto !important;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: 600px;
}
.bar {
    height: 4px;
    /* background-image: radial-gradient(circle,  white 5%, yellow 55%, black 40%); */
    background-image: linear-gradient(to right, black, yellow, white, yellow, black);
}
h1, .h1 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h2, .h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h3, .h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}  

/* dga- for YouTube videos -- should somehow use a class instead */
iframe {
    height: 360px;
    width: 640px;
    margin: 0 auto;
}


.list {
    margin: 0px 0px 10px 0px ;
}
.text-small {
    font-size: 16px;
}
.jumbotron {
    background-color: #ffffff;
    padding: 50px 25px;
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.container-fluid {
    padding: 30px 0; /* 50px; */
}
.text-black {
    color: #000000;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: #1076bd;
}
.quote {
    font-family: Handlee, serif;
}

/* ocean pallette */
.bg-tan { background-color:#ce8f5a; }
.bg-sand { background-color:#efd199; }
.bg-seagreen { background-color:#80c8bc; }
.bg-turquoise { background-color:#5ec0ca; }
.bg-teal { background-color:#6287a2; }


.bg-black {
    background-color: #0e0e1a;
}
.bg-almost-black {
    background-color: #2e2e2a;
}
.bg-green {
    background-color: #e1ea2f;
}
.bg-orange {
    background-color: #e57d15;
}
.bg-grey {
    background-color: #f2f2f2;
}
.bg-dkgrey {
    background-color: #323232;
}
.bg-blue {
    background-color: #089ddd;
}
.bg-red {
    background-color: #c61044 ;
}
.bg-yellow {
    background: #feb813 url(images/wb_pattern.png) no-repeat center center;
}
.hline {
    background: #ffffff url(images/2pix.png) repeat-x center center;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 0;  /* or you can increase this */
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 0; /* or you can increase this */
}

.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}

.carousel-inner > .item { height: 720px }  /* the > means immediate child aot descendent */
.carousel-inner .item img{
    /* width: 80%; */
    height: 80%;
    margin: 0 auto;
}
/*
  .carousel-inner .item img{
  height: 350px;
  margin: 0 auto;
  }
*/
.panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}
.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar{
    box-shadow: 0 6px 10px -2px #333333;
}
.navbar-nav {
    overflow: hidden;
}
.navbar .navbar-brand {
    color: #fff !important;
    line-height: 25px;
}
.navbar li a {
    color: #fff !important;
    line-height: 25px;
    text-transform: uppercase;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
    background: #cccccc;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0e0e1a;
}
.credit  {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

#social { margin-bottom: 20px; }

/* these widths caused new YouTube icon to flow to new line on small screen
   #social img {
   margin-right: 20px;
   border-radius: 6px;
   }
*/

#social img {
    margin-right: 5px;
    border-radius: 1px;
}


footer a {
    color: #dfdfdf;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .footer-copyright {
    overflow: hidden;
    color: #cccccc;
    padding: 10px 50px;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
.desktop-only {
    display:block;
}
.mobile-only {
    display:none;
}
@media screen and (max-width: 768px) {
    
    /* decrease height of carousel item, images are 80% of this with proportionate width*/
    .carousel-inner > .item { height: 360px }  /* the > means immediate child aot descendent */

    /* dga- for YouTube videos -- should somehow use a class instead */
    iframe {
        height: 180px;
        width: 320px;
        margin: 0 auto;
    }
    
    .navbar-header {        
        padding-bottom: 5px;
    }
    
    
    .navbar>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
        white-space: normal;
        word-wrap: word;
        font-size: 75%
    }
    .full { height: 300px; }
    /* dga- per jjm 2020-07-23       .carousel-inner .item img { height: 220px; }  */
    .carousel-inner .item video { height: 180px; width: 320px; margin: 0 auto; }
/* dga- abndonned
   .carousel-inner .item iframe { height: 180px; width: 320px; margin: 0 auto; }
*/
/*
  .carousel-inner .item img { height: 220px; }
*/
    
}

/* make the hamburger menu appear at 1200px */
/* dga- muck with switching to hamburger at narrower width
   @media (max-width: 1200px)
*/

@media (max-width: 980px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media screen and (max-width: 480px) {
    .navbar .navbar-brand {
        max-width: 80%;
    }
    .navbar-toggle {
        margin-right: 15px !important;
    }
    .mailto {
        font-size: 1.2rem;
    }
    .navbar .navbar-brand img {
        width: 100%;
    }
    h2, .h2, .jumbotron {
        font-size: 2rem;
        line-height: 3rem;
    }
    .container-fluid {
        padding: 20px 0; /* 30px; */
    }
    .jumbotron{
        padding: 30px 20px;
    }
    
}

.amzbutton{
    background-color: #00a9a1; 
    color: #fff !important;
    font-size: 20px;
}
.amzbutton:hover{
    background-color: #f4511e;
}

/* dga- cause dialog to not be hidden by navbar */
.modal-dialog { margin-top: 110px; }
