
html,
body,
.view {
  height: 100%; }

.navbar-brand {
    width: 13%;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;  }

.brand {
  position: relative;
}
.brand .container {
  z-index: 8;
    background-color: transparent;
    position: absolute;
    margin-top: -1%;

}

.nav-link {
    display: block;
    padding: 0.5rem 2rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1CABE2; }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: rgba(0,0,0,0.6);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 1.25rem;  }

  .card-body {
    color: #fff;
    flex: 1 1 auto;
    padding: 1rem 1rem; }

  .nav-pills .nav-link {
    background: 0 0;
    border-style: solid;
    border-color: white;
    border-radius: .25rem;
    border-width: 1px; }

  .nav-link:focus, .nav-link:hover {
    color: #1CABE2; }

  .col-md-8 p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .view .container {
    margin-top: 10%;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.6);

  }
  .bg {
  background-image: url('img/header.jpg'); 
  background-repeat: no-repeat;background-size: cover;}
  

  .text-head p{
    font-family: helvetica;
    color: #696969;
  }
  .text-head h5{
  font-family: helvetica;
  font-weight: 600;
  color: #696969;
  margin-top: -0.8rem;
  }
  .profile-card-3 {
  font-family: helvetica;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:368px;
  border:none;
  }
  .profile-card-3 .background-block {
      float: left;
      width: 100%;
      height: 200px;
      overflow: hidden;
  }
  .profile-card-3 .background-block .background {
    width:100%;
    vertical-align: middle;
  }
  .profile-card-3 .card-content {
    width: 100%;
    padding: 51px 25px 30px 25px;
    float: left;
    background: #fff;
    height: 70%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999;
  }
  .profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 48%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index:99999;
  }
  .profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size:25px;
    font-family: helvetica;
    color:  #696969;
  }
  .profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top:10px;
    font-family: helvetica;
    color:  #696969;
    font-weight: 100;
    margin-top: 8%;
  }
  .cards-info {
    margin-top: 4%;
  }
  .feature-title {
    background-color: #1CABE2;
    color: white;
    padding: 6px;
    width: 60%;
  }
  .photo-gallery {
  color:#313437;
  background-color:#fff;
}

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

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top: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:30px;
}

@media (max-width: 740px) {
.full-page-intro {
    height: 1000px; } 
.navbar-brand {
    width: 35%;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;  }

.brand .container {
    z-index: 8;
    background-color: transparent;
    position: absolute;
    margin-top: 6%;
    width: 80%;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; }

  .profile-card-3 {
  font-family: helvetica;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height:368px;
  border:none;
  margin-top: 6%;
  }
  .feature-title {
    background-color: #1CABE2;
    color: white;
    padding: 6px;
    width: 107%;
    margin-left: 4%; }
  }

.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.3); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #0071ce; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #0071ce; }
