/* CUSTOM STYLES */
html,
body,
header,
#intro {
    height: 100%;
}
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  position: relative;
  padding-top: 3.5rem;
}

.logo{
  padding:0;
}
img.nav-logo{
  width:200px;
  padding:0;
  margin:0;
}
#intro {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 85vh;
    position: relative;
}
#intro::after{
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
  top:0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
}
.intro-text{
  position: relative;
  top:10%;
  z-index: 3;
}
.intro-text h1,
.intro-text h2
{
  font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}

section#cards{
  padding:4%;
  position:relative;
}
section#cards a{
  text-transform: uppercase;
}
.card-text{
  padding-bottom:10px;
}
 section#cards .btn{
  position: absolute;
  bottom: 1%;
  left: 50%;
  -ms-transform:: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-nav-collapse {
  background-color: #24355C;
}
.nav-item{
  line-height: 40px;
  padding-top: 0.5rem;
  text-transform: uppercase;
}

section#about img {
width: 100%;
background-color: #eee;
border: 1px solid #ddd;
padding: 5px;
}
  section#about:hover img{
  }
section#about,
section#testimonials{
  position: relative;
  z-index: 11;
}
section#testimonials::after
{
  background: rgba(0, 0, 0, 0.5) ;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
  z-index:12;
}

.parallax-window{
    min-height: 400px;
    background: transparent;
    padding:0;
    margin:0;
}
section#testimonials > div.container-fluid,
section#about > div.container-fluid,
.contact-info{
  position: relative;
  z-index:13;
}
div.container-fluid{
padding: 0.5rem;
}

section#testimonials,
.contact-info{
  color: #fff;
}
section#testimonials .row{
  position: relative;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

  /* Testimonials Carousel*/

 h3 {
  	color: #fff;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight: bold;
  	position: relative;
  	margin: 25px 0 50px;
  }
  h3::after {
  	content: "";
  	width: 100px;
  	position: absolute;
  	margin: 0 auto;
  	height: 3px;
  	background: #ffdc12;
  	left: 0;
  	right: 0;
  	bottom: -10px;
  }
  .carousel {
  	width: 650px;
  	margin: 0 auto;
  	padding-bottom: 50px;
  }
  .carousel .item {
  	color: #fff;
  	font-size: 14px;
      text-align: center;
  	overflow: hidden;
      min-height: 340px;
  }
  .carousel .item a {
  	color: #ffdc12;
  }
  .carousel .img-box {
  	width: 145px;
  	height: 145px;
  	margin: 0 auto;
  	border-radius: 50%;
  }
  .carousel .img-box img {
  	width: 100%;
  	height: 100%;
  	display: block;
  	border-radius: 50%;
  }
  .carousel .testimonial {
  	padding: 30px 0 10px;
  }
  .carousel .overview {
  	text-align: center;
  	padding-bottom: 5px;
  }
  .carousel .overview b {
  	color: #fff;
  	font-size: 15px;
  	text-transform: uppercase;
  	display: block;
  	padding-bottom: 5px;
  }
  .carousel .star-rating i {
  	font-size: 18px;
  	color: #ffdc12;
  }
  .carousel .carousel-control {
  	width: 30px;
  	height: 30px;
  	border-radius: 50%;
      background: #00BFFF;
      text-shadow: none;
  	top: 4px;
  }
  .carousel-control i {
  	font-size: 20px;
  	margin-right: 2px;
  }
  .carousel-control.left {
  	left: auto;
  	right: 40px;
  }
  .carousel-control.right i {
  	margin-right: -2px;
  }
  .carousel .carousel-indicators {
  	bottom: 15px;
  }
  .carousel-indicators li, .carousel-indicators li.active {
  	width: 11px;
  	height: 11px;
  	margin: 1px 5px;
  	border-radius: 50%;
  }
  .carousel-indicators li {
  	background: #888;
  	border-color: transparent;
  }
  .carousel-indicators li.active {
  	border: none;
  	background: #00BFFF;
  }
#testimonials-carousel{
  background: rgba(0, 0, 0, 0.8) ;
}
div.carousel-inner{
  padding:20px;
}
@media all and (max-width: 2560px){
  .intro-text{
    top:30%;
  }

  .intro-text h1,
  .intro-text h2
  {

  }
}
@media all and (max-width: 1448px){
  .intro-text{
    top:15%;
  }
  .intro-text h3{
    margin-bottom: 20px;
  }

  #intro img{
      width:150px;
      height:150px;
      padding-top: 0px;
}
@media all and (max-width: 1024px){
  .intro-text{
    top:20%;
  }
  .intro-text h1,
  .intro-text h2  {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
  }
    .intro-text h3{
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 25px;
    }

    #intro img{
        width:150px;
        height:150px;
    }

	#intro img{
  		width:150px;
      height:150px;
      padding-top: 0px;
	}
}
@media all and (max-width: 483px){
  .intro-text{
    top:20%;
  }
  .intro-text h1,
  .intro-text h2  {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.2;
  }
    .intro-text h2 {
      padding-top: 10px;
    }
    .intro-text h3{
      font-size: 1.5rem;
      font-weight: 400;
      margin-bottom: 25px;
    }
  #intro img{
      width:100px;
      height:100px;
  }
}
