body{
  font-family: 'Lato', sans-serif;
  background-color: #e0e0e0;
  color: #2C2C2C;
}
h1{
  font-size: 56px;
  font-family: 'Forum', cursive;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 20px;
}
a{
  color: #2C2C2C;
}
a:hover{
  text-decoration: none;
  color: #181818;
}
img{
  max-width: 100%;
  height: auto;
}
.vert_center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.light_link{
  color: #FFFFFF;
}
.light_link:hover{
  color: #E7E7E7;
}
.row{
  margin-right: 0;
  margin-left: 0;
}
.navbar-brand{
  font-family: 'Forum', cursive;
  font-size: 2.25rem;
}
.navbar a{
  text-decoration: none;
}
#navbarNav{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home_grid_container{
  padding-left: 0;
  padding-right: 0;
}
#home_grid_container .row{
  margin-left: 0;
  margin-right: 0;
}
#home_grid_holder_row{
  margin-left: 0;
  margin-right: 0;
}
#home_grid_holder{
  padding-left: 0;
  padding-right: 0;
}
.home_grid{
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.row{
  width: 100%;
}
.top_box{
  width: 100%;
  height: 400px;
  background: url('../img/singing.jpg') no-repeat;
  background-position: 0 0;
}
.bl_box{
  width: 50%;
  height: 450px;
  background: url('../img/modeling.jpg') no-repeat;
}
.br_box{
  width: 50%;
  height: 450px;
  background: url('../img/acting.jpg') no-repeat;
  background-position: 0px -80px;
}
.img_overlay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home_headline{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
}
#home_bio{
  margin: 45px 0;
  text-align: center;
}
.home_link{
  color: #2C2C2C;
  text-decoration: underline;
  font-size: 1.25rem;
}
.home_link:hover{
  color: #161616;
}
/*===MODELING===*/
#modeling_hero{
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url('../img/hero/modeling.jpg');
  background-size: cover;
}
#modeling_info{
  margin: 45px 0;
}
#modeling_info ul{
  font-size: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
#modeling_info li{
  margin: 7px 0;
}
#modeling_gallery_row{
  margin: 45px 0 25px 0;
}
/*===ACTING===*/
#acting_hero{
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url('../img/hero/acting.jpg');
  background-size: cover;
}
#acting_bio{
  margin: 45px 0;
}
#headshots{
  padding-bottom: 45px;
}
#youtube iframe{
  width: 560px;
  height: 315px;
}
#acting_bottom{
  margin-bottom: 25px;
}
/*===SINGING===*/
#singing_hero{
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url('../img/hero/singing.jpg');
  background-size: cover;
}
#singing_body{
  margin: 45px 0;
}
/*===CONTACT===*/
#contact_hero{
  width: 100%;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url('../img/hero/contact.jpg');
  background-size: cover;
}
#contact_hero p{
  max-width: 500px;
  margin: 25px auto 0 auto;
  font-size: 1.2rem;
}

.main-footer{
  text-align: center;
  font-size: 0.75em;
}
@media only screen and (max-width: 990px){
  .navbar-light .navbar-nav .nav-link{
    text-align: center;
  }
}
@media only screen and (max-width: 768px){
  #youtube iframe{
    width: 500px;
    height: 255px;
  }
}
@media only screen and (max-width: 600px){
  .bl_box, .br_box{
    width: 100%;
  }
  #modeling_info{
    padding-left: 0;
    padding-right: 0;
  }
  #gallery{
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 550px){
  #youtube iframe{
    width: 430px;
    height: 235px;
  }
}
@media only screen and (max-width: 500px){
  .top_box{
    background-position: -210px 0;
  }
  .bl_box{
    background-position: -70px 0;
  }
  .br_box{
    background-position: -50px -80px;
  }
}
@media only screen and (max-width: 414px){
  h1{
    font-size: 40px;
  }
  #modeling_hero{
    background-position: 33px 0;
    padding-left: 0;
    padding-right: 0;
  }
  #contact_hero{
    background-position: -23px 0;
  }
  #acting_bottom{
    padding-left: 0;
    padding-right: 0;
  }
  #youtube{
    padding-left: 0;
    padding-right: 0;
  }
  #youtube iframe{
    width: 375px;
    height: 235px;
  }
}
@media only screen and (max-width: 375px){
  h1{
    font-size: 35px;
  }
  #contact_hero{
    background-position: -44px 0;
  }
  #youtube iframe{
    width: 350px;
    height: 225px;
  }
  .br_box{
    background-position: -90px -80px;
  }
}


/*===LIGHTBOX===*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}