/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #f2f2f2;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
header{
  margin-top: 100px;
}
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

nav.navbar .container-fluid{
  margin-top: 20px;
  font-family: futura-pt, sans-serif;
}

nav.navbar ul li.nav-item{
  padding: 0 10px;
}

nav.navbar ul li.nav-item .nav-link{
    color: #3E3E3E;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0px 0px;    
    font-feature-settings: "liga";
    text-decoration: none;
}

nav.navbar ul li.nav-item .nav-link:hover{
  color: #A8A8A8;
}

nav.navbar ul li.nav-item .nav-link.active{
  color: #A8A8A8;
}



.container-fluid.nopadding{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.image-wrapper{
  max-height: 560px;
  overflow: hidden;
}

.image-wrapper img{
  margin-top: -150px;
  min-height: 700px;
  min-width: 100%;
}

.project-summary .image-wrapper img{
  margin-top: -350px;
}

.volume-and-capacity .image-wrapper img{
  margin-top: -250px;
}

h1.section-title{
  color: #F15A24;
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 9px 0px 0px 15px;
  margin-bottom: 50px;
}

.container.container-float{
  position: absolute;
  left: 50%;
  top: 130px;

}

.container.container-float .content-wrapper{
  position: relative; 
  left: -50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  color: #383838;
  font-family: futura-pt, sans-serif;
  font-feature-settings: "liga";
  font-size: 15px;
  line-height: 20px;
}

section#contact{
  color: #383838;
  font-family: futura-pt, sans-serif;
  font-feature-settings: "liga";
  font-size: 15px;
  line-height: 20px;
}

.container.container-float .content-wrapper img{
  opacity: 1;
}


.container.container-float .content-wrapper .wrapper{
  margin-top: 30px;
}

.one-fifth{
  width: 19.7%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.orange-text{
  color: #F15A24;
}

.bold-italic{
  font-weight: bold;
  font-style: italic;
}

.bold-text{
  font-weight: bold;
}

.one-fifth .staff-wrapper{
  padding: 5px 10px;  
  text-align: center;

}

.staff-info{  
  line-height: 20px;
}

.staff-info.suffix{  
  font-size: 12px;
}

.staff-description{
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}

.floating-image{
  float: right;
  width: 240px;
}

.content-wrapper input.form-control,
.content-wrapper textarea.form-control,
.content-wrapper label{
  font-size: 14px;
  color: #383838;
  font-family: futura-pt, sans-serif;
  font-feature-settings: "liga";
  font-size: 15px;
  padding: 6px;
}


.content-wrapper label{
  margin-bottom: 0;
  padding-left: 0;
  color: #6B6B6B;
}


.content-wrapper .form-control::-webkit-input-placeholder { /* Chrome */
  font-style: italic;
  color: #C4C4C4;
}
.content-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #C4C4C4;
}
.content-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #C4C4C4;
}
.content-wrapper .form-control:-moz-placeholder { /* Firefox 4 - 18 */
  font-style: italic;
  color: #C4C4C4;
}



.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .8s;
  transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.display-inline{
  display: inline-block;
  vertical-align: bottom; 
  margin-right: 20px;
}

.btn-orange{
  border-color: #6B6B6B;
  line-height: 14px;
  border-style: solid;
  border-radius: 2px;
  background-color: #F15A24;
  text-align: center;
  font-family: futura-pt, sans-serif;
  width: 129px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  border-width: 1px;
  padding: 7px 0px 7px;
  font-size: 14px;

}

.btn-orange:hover{
  background-color: #3E3E3E;
}

input.error,
textarea.error{
  border: 1px solid red;
}

label.error,
#error-container{
  color: red;
}

.img-mobile{
  display: none;
}

.img-desktop{
      display: block;
    }



@media (min-width: 769px) and (max-width: 1024px){
    .image-wrapper {
      max-height: 700px;
      overflow: hidden;
    }

    .one-fifth{
      width: 19%;
    }
}


@media (max-width: 414px){
    header {
      margin-top: 50px;
    }

    .image-wrapper {
      max-height: 700px;
      overflow: hidden;
    }

    .one-fifth{
      width: 100%;
      display: block;
    }

    .container{
      padding-left: 0;
      padding-right: 0;
    }

    #contact .container{
      padding-left: 15px;
      padding-right: 15px;
    }

    #project-summary .content-wrapper .col-4,
    #project-locations .content-wrapper .col-4{
      display: none;
    }

    #project-summary .content-wrapper .col-8,
    #project-locations .content-wrapper .col-8{
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}

@media (max-width: 600px){
  .image-wrapper {
      max-height: 1050px;
      overflow: hidden;
    }

    .img-desktop{
      display: none;
    }

    .img-mobile{
      display: block;
    }

    #about-northrossa .container.container-float{
      top: 100px;
    }

    #about-northrossa .container.container-float .content-wrapper{
      font-size: 14px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    #about-northrossa .container.container-float .content-wrapper .wrapper{
      margin-top: 15px;
    }

    #about-northrossa .image-wrapper{
      height: 1050px;
    }

    #about-northrossa .image-wrapper img{
      margin-top: 0;
    }


    #project-locations .image-wrapper{
      height: 750px;
    }

    #project-summary .image-wrapper{
      height: 750px;
    }

    #project-summary .image-wrapper img{
      margin-top: 0;
    }

    #volume-and-capacity .content-wrapper{
      margin-top: 40px;
    }

    #volume-and-capacity .image-wrapper{
      height: 850px;
    }

    #volume-and-capacity .image-wrapper img{
      margin-top: 0;
    }

    .staff-description{
      margin-top: 5px;
    }
}


