/*---------------------------
------- Brief History -------
---------------------------*/

.history-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  /* margin-top: 20px; */
  border-radius: 10px;
}

#history h1 {
  font-size: 70px;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  color: #fff;
  background-color: #002366;
  padding: 18px;
}


@media (max-width: 768px) {
  #history h1 {
    font-size: 50px;
  }
}

/*------------------------------
----------- Gallery ------------
------------------------------*/


.carousel-indicators, .carousel-caption {
  z-index: 2;
}

.carousel{
  width: 900px;
  height: 350px;
  background-image: url("../img/about/bg-slideshow.png");
}

.carousel-item img {  
  width: 600px;
  height: 350px;
  object-fit: cover;
  /* border: 5px solid #002366; */
  border-radius: 10px;
}

.carousel-caption h2 {
  font-size: 40px;
  text-shadow: 0px 5px 10px #000;
}

@media(max-width: 768px) {
  .carousel, .carousel-item img  {
    width: 350px;
    height: 275px;
  }

  .carousel-caption h2 {
    font-size: 25px;
  }
}

/*---------------------------
------- Philosophy ----------
---------------------------*/
#philosophy img {
  object-fit: cover;
}
@media(max-width: 768px) {
  #philosophy img {    
    width: 100%;
    margin: 0 auto 15px auto;
    /* height: 275px; */
  }
}

/*------------------------------
------- Mission & Vision -------
------------------------------*/
.jumbotron {
  background-image: url("../img/about/vision_mission.jpg");
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  z-index: 3;
  color: #fff;
}

.jumbotron h1 {
 font-weight: 400;
}

.jumbotron h3 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.jumbotron hr {
  border-top-width: 1px;
  border-color: #fff;
  width: 20%;
}

/*--------------------------------
------- Statement of Faith -------
--------------------------------*/

.radius-corners {
  border-width: 5px;
  border-radius: 10px;
}

#statement .container {
  width: 60%;
}
@media(max-width: 768px) {
  #statement .container {
    width: 85%;
  }
}

@media(max-width: 992px) {
  #statement .container {
    width: 80%;
  }

  #statement img {
    width: 90%;
    height: auto;
  }
}