/* Slide-Show */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:60px;
}

/* Top Section and navbar  */
.btn-brand {
  background-color: rgb(0, 48, 73);
  color: #fff;
}

.btn-brand:hover {
  color: #fff;
  background-color: #092032;
}


.bg-img {
  background: linear-gradient(rgba(9, 32, 50, 0.8),rgba(9, 32, 50, 0.8)), url(../img/heroPicture.jpg);
  background-size: cover;

  z-index: -3;
}

.btn-hero {
  background-color: #0096DB;
  color: #fff;
}

.btn {
  padding: 9px 24px;
  font-weight: 500;
}

.btn-hero:hover {
  color: #fff;
  background-color: #045B84;
}

img {
  width: 100%;
}

header.navigation {
  background-color: rgb(0, 48, 73);
}


.contact-info {
  
  margin: 0;
  color: #fff;
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
}

.mh-50 {
  max-height: 80vh;
}



.social-links a {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255 ,255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  text-decoration: none;
  transition: all .15s ease-in-out;
}

.social-links a:hover {
  background-color: #fff;
  color: rgb(0, 48, 73);
}

/* Gallery footer */
.footter{
background-color: #ecf0f1;

}
/* Location Icon */
.icons{
color: #e74c3c;
}
/* Fifth card button */
.btn-xl {
padding: 10px 20px;
font-size: 20px;
border-radius: 10px;
width:40%;
}
img.rounded-corners {
border-radius: 15px;
width: 100%;
}
/* red section */
.sect{
border: 2px solid red;
border-radius: 15px;
}

