
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 1024px) and (max-width: 1024px) {
.parallax .carousel-caption {
    right: 0!important;
    left: 0!important;
    bottom: 20%;
    padding: 0 20px;
    text-shadow: none;
    text-align: left;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.parallax {
    margin: 150px 0 0;
    background-position: 36% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}    
.parallax .carousel-caption {
    right: 0!important;
    left: 0!important;
    bottom: 40%;
    padding: 0 20px;
    text-shadow: none;
    text-align: left;
}
}
/*/////////// Portrait smartphones (320px - 767px) ////////////////// */

@media (min-width: 320px) and (max-width: 767px) {
footer .mid img {
    margin: 10% auto;
}    
footer .left h3 {
    font: 500 2.2em/1.2 "Quicksand", sans-serif!important;
    text-align: center
}
footer .left {
    text-align: center;
    padding: 40px 0 0
}
footer .mid {
    text-align: center;
    padding: 0;
}
footer .icon {
    display: inline-block;
    padding-right: 6%;
    width: 10%;
    text-align: center;
}
footer .desc {
    margin-bottom: 6%;
}
.byline {
    padding: 10% 0;
}

footer .right {
    text-align: center;
    padding: 0 
}
.blurb {
    padding: 6%;
}
.blurb .right {
    padding: 10% 6%;
    border-top: 2px solid #E3313F;
    margin-top: 10%;
}
.bullets {
    padding: 10px;
    width: 80%;
}
.carousel {
    height: 40vh;
}
.carousel-inner {
    padding: 0;
    height: 40vh
}
.carousel .slides .slide-1 {
    background-image: url(/assets/imgs/jpgs/slide1.jpg);
    height: 40vh;
    background-position: 34% 0px;
}
.carousel-caption {
    display: none;
}
.contact .bullets .icon {
    width: 20%;
    text-align: center;
}
.contact .bullets .desc {
    display: inline-block;
    width: 74%;
}
.circles {
    padding: 6% 0;
}
.contact .bullets {
    padding: 4% 4%;
    margin-left: 0;
    background: rgba(255, 255, 255, .9);
    width: 100%;
}

.content p {
    padding: 0 10px;
}
.content ul {
    text-align: left;
    padding-left: 14px;
}
.parallax .form {
    display:none!important; 
}

.parallax {
    background-attachment: inherit;
    margin: 0
}
#plxHome {
    height: 480px;
}
#plxMid {
    padding: 30px 10px;
    height: 800px;
}
.service-item img {
    width: 80%;
}
.topBullets {
    padding: 0 0 0;
    position: relative;
    height: 480px;
}
.topBullets .innerLeft {
    width: 100%;
}
.topBullets .innerRight {
    display: none;
}
.message h2 {
    font: 800 4.0em/1.2 'Heebo', sans-serif;
}
.no-carousel {
    margin: 0;
}
.navbar-fixed-top {
    top: 0;
    position: inherit;
}
.navbar .brand {
    padding: 0 0 20px 0;
}
.navbar .brand img {
    width: 80%;
    margin: auto;
}
.navbar-nav { 
      text-align: center;
      margin: 10% 0;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 20px 0;
    color: #275795;
    font-size: 2em;
}
.navbar-toggle {
    position: relative;
    float: none;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 0;
    text-align: center;
    margin: 0 auto 20px;
}
.nav-link::before {
    display: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 34px;
    height: 2px;
    margin-bottom: 8px;
    border-radius: 1px;
    background-color: #275795!important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar .topContacts {
    text-transform: uppercase;
    float: none;
    text-align: center;
    padding: 0;
    z-index: 100;
    position: relative;
}
.parallax#top {
    height: 400px;
}
.servicesWrapper {
    padding: 10% 0;
    float: none;
    display: flex;
    flex-direction: column;
}
.service {
    margin: 0 0 6% 0;
}
.service img {
    width: 50%;
}
.topContacts .right {
    text-align: center;
    padding: 0;
}
.topContacts .right i {
    font-size: 2.0em;
    padding: 10% 0;
    margin: 0 20px 0 ;
    color: #275795;
}
.topContacts span {
    display: none;
}
.whatWeDo .inner {
    padding: 0;
    color: #eee;
    height: 600px;
    display: flex;
}

}

@media (max-width: 991px) {
    .navbar-header { 
      float: none; 
    }
    .navbar-left,
    .navbar-right { 
      float: none !important;
    }
    .navbar-toggle { 
      display: block; 
    }
    .navbar-fixed-top { 
      top: 0; 
      border-width: 0 0 1px; 
    }
    .navbar-collapse.collapse { 
      display: none!important; 
    }
    .navbar-nav { 
      float: none!important; 
    }
    .navbar-nav > li { 
      float: none;
    }
    .collapse.in { 
      display:block !important;
    }
}
 