/*!
 * 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;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.nav-link{color:#fff !important;}
.brand a{color:goldenrod !important;}
.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;
}
/*banner*/
.banner {
 height: 500px;
 
 /* Flexbox */
 display: flex;
 align-items: center;
}
.jumbotron {
 background-image: url(../pix/38292928_m.jpg);
 background-attachment: fixed;
 background-position: 50% 100px !important;height: 500px;background-size: 100%;
 background-repeat: no-repeat;
 background-size: cover;
    background-size:100% auto;
}
.pads{padding-top:0px;}
@media(max-width:1366px){
.pads{padding-top:0px;}
}
@media (max-width:640px){
    
.banner {
 height:auto;
}}
.spt{padding:30px 30px 30px 30px;}