/* Theme Name: California Overhead Door */
#bottom-feature {
  background-position: 50% 100%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
.nav-toggler {
  padding: 0;
  height: 1em;
  width: 3.5em;
  font-size: 16px;
}
.nav-toggler > span {
  font-size: 16px;
  top: 0;
  right: 0;
}
.mobile-list li {
  display: block;
}
.mobile-list a {
  display: block;
}
.gallery .item {
  margin: 20px 0;
}
.gallery .item img {
  margin: 0 auto;
}
.gallery .item .heading {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
}




.gallery-img {/* adjust width/height */ width:100%; padding-bottom: 90%; border: 5px solid #42413c; margin: 20px auto; position: relative; overflow: hidden;}
.gallery-img:hover {opacity: 0.6;}
.gallery-img img {border:none !important; margin:0; transition:none;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 170%;
height: auto; }
.gallery-img img:hover {opacity: unset;}

.logo-cap {display: block; text-align: center;font-size: 20px;font-weight: bold;}
.logo img {width:400px;}
.header-inner .row {display:flex; align-items:center;}






.pdf-heading {text-align: center;font-weight: 700;font-size: 18px;margin-top: 8px;}
.pdf-img, .pdfcol {margin: 20px auto;}
.pdfbox {display: flex; justify-content: center;}
.pdfbox img {border: 5px solid #42413c;}
.pdfbox img:hover {opacity: 0.6;}

@media screen and (max-width: 450px) {
    .logo-cap {font-size:15px;}
  .mobile-list li {
    display: block;
  }
  .mobile-list a {
    display: block;
    font-size: 14px;
    padding: 0;
  }
  .nav-toggler {
    padding: 0;
    height: 1em;
    font-size: 14px;
  }
  .nav-toggler > span {
    font-size: 14px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
