/* dga BEGIN stuff for now */

a {
    color: #ccccff !important;
 /* font-style: italic !important; dga- 2022-04-06 too sweeping */
}

.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: white;
    background-color: black;
}

/* dga- for YouTube videos -- should somehow use a class instead */
/****  used by kristi.css:
iframe {
    height: 360px;
    width: 640px;
    margin: 0 auto;
}
****/
iframe {
    height: 280px;
    width: 500px;
    margin: 0 auto;
}

/* dga-2022-04-06 not used???  I am  leaving in to not rock the boat and perhaps these override defaults in bootstrap css */
.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; dga- Revisit this maybe??? */
}
.text-black {
    color: #000000;
}
.text-white {
    color: #ffffff;
}
.text-blue {
    color: #1076bd;
}

/* 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; */
    background-color: #000000;
}
.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;
}

/* dga-2022-04-06 not used???
.logo-small {
    color: #f4511e;
    font-size: 50px;
}
.logo {
    color: #f4511e;
    font-size: 200px;
}
*/

/* dga-2022-04-06 not used???
.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: #000000; dga- Jay wom.css uses this */
    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: #000000; dga- Jay wom.css uses this */
    border-color: #f4511e;
}
.carousel-indicators li.active {
 /* background-color: #000000; dga- Jay wom.css uses this */
    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: 85%;
    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;
    /* jjm-2024-03-18 Modified to accommodate logo graphic */
    min-height: 55px;
}
.navbar{
    box-shadow: 0 6px 10px -2px #333333;
}
.navbar-nav {
    overflow: hidden;
}
/* 
.navbar .navbar-brand {
    color: #fff !important;
    line-height: 25px;
}
*/
/* jjm-2024-03-18 Modified to accommodate logo graphic */
.navbar-brand {
    padding: 10px 15px !important;
    max-width: 420px; 
}
.navbar li a {
    color: #fff !important;
    line-height: 25px;
 /* line-height: 15px;  dga- per Jay to fix the height disparity between navbar and active menu highlight */
    text-transform: uppercase;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
 /* background: #cccccc; dga- allfx maybe */
    background: inherit;
}
/*  jjm to move hamburger to the left
.navbar-toggle {
    float: left;
} 
*/
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
 /* margin: 50px 50px 50px 50px; dga- experiment */
    color: #0e0e1a;
}

/* dga-2022-04-06 not used???
.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; }

/* dga-2022-04-06 these widths (used by Jay in wom.css) 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%);
    }
}

/* dga-2022-04-06 not used???
.desktop-only {
    display:block;
}
.mobile-only {
    display:none;
}
*/

/* dga-2022-04-06 not used???  is in Jay's wom.css
@media screen and (max-width: 991px) {
  .navbar { 
              font-size: 10px !important;
              letter-spacing: 2px;
      }
      .nav>li>a {
              padding: 15px 10px;
      }
 }
*/

/* dga-2022-04-09 the following media queries are quite a hodge podge with no comments explaining the rules used */
/* dga-2022-04-06 moved this block up so media max-width queries are in descending max-width order */
/* dga-2022-04-09 Q: should I refine media queries below to include (min-width ...) and (max-width ...) ??? */
/* dga-2022-04-09 Q: what is purpose of media for max-width: 980px ??? */
/* dga-2022-04-06 GOAL: possibly try to comment this 980px block out - it differs from max-width: 768 quite a bit, why??? */
/*           was: (max-width: 980px) -- 980 is not a bootstrap max screen size boundary, 991 (< 992) seems to be */
/* jjm-2024-03-18 Modified to accommodate logo graphic */
@media screen and (max-width: 1201px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 0px;
/*  jjm to move hamburger to the left
        margin-left: 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 {  /* dga- revisit */
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/*           was: (max-width: 768px) -- 768 is not a bootstrap max screen size boundary, 767 (< 768) seems to be */
@media screen and (max-width: 767px) {
    
    /* 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 {  /* dga try this from Jay wob.css for this media */
        font-size: 12px !important;
        letter-spacing: 4px;
      }
    .navbar-header {
        padding-bottom: 5px;
    }
    .navbar>li>a {
     /* padding: 10px 15px; dga-2022-04-06 used by Jay wom.css */
        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-2022-04-06 not used */
    /* 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 screen and (max-width: 480px) {
    .navbar .navbar-brand {
        max-width: 80%;
    }
    .navbar-toggle {  /* dga- this must be a Jay suggestion, is not in Jay's wom.css */
        margin-right: 15px !important;
/*  jjm to move hamburger to the left
        margin-left: 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; }
.bootstrap-dialog-body {
    color: black;
    background-color: white;
 }

/* massage stuff for allfx.css */

/* per https://stackoverflow.com/questions/31857407/change-navbarmenu-active-background-color-in-bootstrap */
/* this sets active menu background color to highlight it */
.navbar .nav .active > a {  
    color: #ffffff !important;    
    background-color: #0000cc !important;
}

/* this has no effect: */
/*
.navbar .nav .active > a:hoover {  
    color: #ffffff !important;    
    background-color: #0000cc !important;
}
*/

/* per bootstrap css per console output - modified below does not work

.navbar-nav {
  > li > a {
    color: @navbar-inverse-link-color;

    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
      background-color: @navbar-inverse-link-hover-bg;
    }
  }
  > .active > a {
    &,
    &:hover,
    &:focus {
      color: @navbar-inverse-link-active-color;
      background-color: @navbar-inverse-link-active-bg;
    }
  }
  > .disabled > a {
    &,
    &:hover,
    &:focus {
      color: @navbar-inverse-link-disabled-color;
      background-color: @navbar-inverse-link-disabled-bg;
    }
  }
}
====>
*/

/*
.navbar-nav {
  > li > a {
    color: #cccccc;

    &:hover,
    &:focus {
      color: #0000cc;
      background-color: #000000;
    }
  }
  > .active > a {
    &,
    &:hover,
    &:focus {
      color: #0000ff;
      background-color: #000000;
    }
  }
  > .disabled > a {
    &,
    &:hover,
    &:focus {
      color: #0000aa;
      background-color: #000000;
    }
  }
}
*/

ul {  /*  per https://stackoverflow.com/questions/1461015/why-dont-ul-bullets-stay-within-their-containing-div solved my img/text wrap problem where the bullets of my ul were being  covered by the image */
   list-style-position: inside;
}

details {
 /* font-size: 125%; */
    font-size: 2.25rem;
    font-family: Limelight;
    color: #dbbd6e
}

summary {
  display: flex;
  cursor: pointer;
}

/* dga-2022-04-13 BEGIN Jay fixes */

 .left {
     position: absolute;
     bottom: 20px;
     left: 30%;
     z-index: 15;
   }

   .right {
     position: absolute;
     bottom: 20px;
     right: 30%;
     z-index: 15;
   }

   a.left:hover,  a.right:hover{ text-decoration: none; }

   @media screen and (min-width: 768px){
     .left {
         bottom: 30px;
      /* left: 40%; */
     }

     .right {
         bottom: 30px;
      /* right: 40%; */
     }
   }

   @media screen and (max-width: 660px){
     .left {
         bottom: 30px;
         left: 10%;
     }

     .right {
         bottom: 30px;
         right: 10%;
     }
   }


/* dga-2022-04-13 END Jay fixes http://localhost/img */
