/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
  background-color: #000;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text, .navbar-custom .navbar-nav .nav-link, .navbar-custom .dropdown-item {
  color: #fff;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link, .navbar-custom .nav-item:focus .nav-link, .navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:focus {
  background-color: #346f7e;
  color: #fff;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
  border-color: #ecf0f1;
  color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar.fixed-top.navbar-expand-lg.navbar-custom .navbar-brand {}
.navbar-brand {
  background-image: url(../images/Logo-GilaArt2.png);
  background-repeat: no-repeat;
  padding-left: 93px;
  padding-right: 200px;
  padding-top: 31pt;
  /*background-size: 275px 50px;*/
  background-position: -30px -1px;
}
#hero {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#hero-title {
  top: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  text-align: center;
  font-weight: bolder;
  font-size: 1.5rem;
  color: #FFF;
  background-color: #000000;
  padding-bottom: 46px;
  padding-top: 0px;
}
.myBody h1 {
  text-align: center;
}
.myBody h2 {
  text-align: center;
  padding-top: 3px;
}
.myBody h3 {
  text-align: center;
}
.myBody h4 {
  text-align: center;
}
.myBody h5 {
  text-align: center;
}
.myBody h6 {
  text-align: center;
}
.myBody {
  background-size: 100% auto;
  background-color: #000000;
  padding-top: 50px;
  background-repeat: repeat-y;
  /* background-size: 150rem 100rem; */
  color: #FFFFFF;
}
#bio-image {
  color: #FFFFFF;
  background-color: #000000;
  background-position: 0rem 0rem;
  background-size: cover;
  font-weight: bolder;
  padding-bottom: 60px;
  text-decoration: none;
  text-align: center;
  padding-top: 38px;
}
#bio-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #FFF;
  text-align: justify;
}
#bio-image-link {
  text-decoration: none;
  color: #FFF;
  padding-top: 10px;
}
#common-navbar {
  padding-bottom: 30px;
}
#bio-block1 {
  color: #FFF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 270px 0%;
  padding-bottom: 50px;
}
#fam-block1 {
  color: #FFF;
  text-align: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
#bio-section3 {
  color: #FFF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 270px 0%;
  margin-top: -50px;
}
#bio-section4 {
  color: #FFF;
  text-align: center;
}
#bio-section4a {
  color: #FFF;
  vertical-align: top;
  padding-right: 10px;
}
#bio-section5 {
  color: #FFF;
}
#bio-section5a {
  text-align: center;
  padding-left: 67px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#fam-h2 {
  padding-top: 38px;
  text-align: center;
  padding-bottom: 5px;
}
#heading-h3 {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 25px;
}
#common-footer {
  text-align: center;
  color: rgba(212, 212, 212, 0.50);
  font-weight: lighter;
  font-size: small;
  padding-top: 50px;
}
#gallery img {
  height: 40vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel-item img {
  /* height: 60vw; */
  height: 65%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel-caption-padding {
  padding-top: 18px;
  font-size: small;
  font-weight: 300;
  top: 90%;
}
.lbelem, .lbelem * {
  box-sizing: border-box;
  border: none;
  margin: 0 !important;
}
.lbelem {
  display: inline-block;
  font-size: 0;
  width: 24.83%;
  height: auto;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px;
  box-shadow: inset 0px 0px;
  text-shadow: 0px 0px;
  background-color: rgba(0, 0, 0, 1.00);
  border-width: 0px;
}
.lbelem > span {
  display: block;
  cursor: pointer;
  height: 0;
  padding-bottom: 70%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (min-width: 200px) and (max-width: 500px) {
  .myBody h2 {
    padding-top: 37px;
  }
  .myBody h3 {
    padding-top: 35px;
  }
  .lbelem {
    width: 47%;
  }
  .carousel-item img {
    height: 400px;
  }
}
@media (min-width: 501px) and (max-width: 576px) {
  .myBody h3 {
    padding-top: 55px;
  }
  /*.carousel-item img {
        height: 350px;
    }*/
  .lbelem {
    width: 48%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .myBody h3 {
    padding-top: 25px;
  }
  /*.carousel-item img {
        height: 350px;
    }*/
  .lbelem {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery img {
    height: 350px;
  }
  .lbelem {
    width: 32.5%;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  #gallery img {
    height: 350px;
  }
  .lbelem {
    width: 24.5%;
  }
}
@media (min-width: 1366px) {
  .lbelem {
    width: 24.7%;
  }
  #gallery img {
    height: 350px;
  }
}
