    @charset "utf-8";

/* CSS Document */


/* ====== GENERAL STYLES ====== */

body {
    background: #ffffff;
}
.container {
    align-content: center;
}
.container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}


.container-gray {
    background-color: #dedede;
    min-height: 40px;

}

h1 {
    text-align: center!important;
    font-family: Raleway, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 38pt;
    padding-bottom: 20px;
    text-shadow: 2px 2px #333333;
    align-content: center;
   
}


h2 {
    text-align: center;
    font-size: 28pt;
      color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
}

h3{    
   text-align: center; 
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28pt;
    color: #ffffff;
    text-shadow: 1px 1px #a4a3a3;
    
}

h4 {
    text-align: center;
     font-family: Raleway, sans-serif;
    color: #3d34b5;
    font-weight:bold;
}


p {
    font-size: 16px;
    text-align: center;
      color: #333333;

}

.center {
    align-content: center;
    text-align: center;
}




.mobile {
     max-width: 100% ;
  height: auto ;
}

a:link {
    text-decoration: none;
    
}


/* ====== BUTTON ====== */

.btn.btn-primary {
    background-color: #3d34b5;
    color: #ffffff;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
     margin-top: 20px;
        margin-bottom: 20px;
      border-color: none;
    border: none;
    font-family: Raleway, sans-serif;
   
}

.btn.btn-primary:hover {
    background-color: #2016a5;
    color: #ffffff;
    width: 150px;
 font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
     margin-top: 20px;
 margin-bottom: 20px;
      border-color: none;
    border: none;
   
}

@media only screen and (max-width: 767px) {

.btn.btn-primary { 
     
 margin-top: 0px;
    margin-bottom: 20px;
     width: 200px;
   }

}




.btn.btn-secondary {
    background-color: red;
    color: #ffffff;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
     margin-top: 20px;
        margin-bottom: 20px;
      border-color: none;
    border: none;
    font-family: Raleway, sans-serif;
align-content: center;
    text-align: center;
   
}


    

/* ====== NAV BAR ====== */

.navbar.navbar-toggleable-md .navbar-inverse {
    
    background: #ffffff;
    text-align: center;
    color: #292b2c;
}

.navbar {
    
    background: #ffffff;
    text-align: center;
    color: #292b2c;
}


.navbar-nav .nav-link:a {
    color: #292b2c;
}


.navbar-nav .nav-link:hover {
    color: #000000;
    font-weight:500;
}


.nav-link {
    color: #292b2c;
    text-align: center;
    padding: 0 80px;
}



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

.fa-bars {
    color: #292b2c;
    font-size: 20pt;
}


/* ====== PARALLAX SCROLL ====== */
.parallax{
    background-image: url("../img/hero.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position:relative;

}


.text-box{
	height: 600px;
	padding: 50px;
}


@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}


.header{
display: block;
    align-content: center;
    text-align: center;
 position:absolute;
  top: 50%;
    left: 5%;
    right: 5%;
    
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    


}





.parallax-second{
    background-image: url("../img/hero.jpg");
    min-height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position:relative;

}

/* ====== PARALLAX SCROLL ====== */
.parallax-2{
    background-image: url("../img/rescue10.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position:relative;

}


.text-box{
	height: 600px;
	padding: 50px;
}


@media only screen and (max-device-width: 1024px) {
    .parallax-2 {
        background-attachment: scroll;
    }
}


.header{
display: block;
    align-content: center;
    text-align: center;
 position:absolute;
  top: 50%;
    left: 5%;
    right: 5%;
    
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    


}





.parallax-second{
    background-image: url("../img/hero.jpg");
    min-height: 200px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position:relative;

}

/* ====== FONT AWESOME ICONS ====== */

.fa-truck {
    color: #3d34b5;
    text-align: center;
    font-size: 18pt;
    margin-top: 25px;
    margin-bottom: 5px;
}

.fa-thumbs-up {
    color: #3d34b5;
    text-align: center;
    font-size: 18pt;
    margin-top: 25px;
     margin-bottom: 5px;
}

.fa-users {
    color: #3d34b5;
    text-align: center;
    font-size: 18pt;
    margin-top: 25px;
     margin-bottom: 5px;
}


.fa-phone {
   color: #333333;
    font-size: 16px; 
    
}


.fa-envelope {
  color: #333333;
    font-size: 16px;  
}

/* ====== ABOUT US SECTION ====== */

.imageContainer {
       width:100%; 
       height: 100%; 
       background-image: url("img/about.jpg");
     background-repeat: no-repeat;
 }

@media only screen and (max-width: 1199px) {

    .imageContainer { 
      background-image: none;
   }

}



@media only screen and (max-width: 500px) {

   p.about-text { 
      font-size: 10pt; 
       margin-left: 7px;
       margin-right: 7px;
   }

}

/* ====== CONTACT PAGE ====== */
li.contact {
margin-left:70px;
    list-style-type: none;
    text-decoration: none;
}

  .google-maps {
        position: relative;
        padding-bottom: 250px; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 250px !important;
    }










/* ====== contact 2 ====== */

.form-group {
    align-content: center;
  text-align: center;
    
}



input#Name {
    
    width: 900px;
    height: 30px;
    align-content: center;
}


@media only screen and (max-width: 1111px) {

    input#Name {
        width: 700px;
    height: 30px;
    }
   }

@media only screen and (max-width: 756px) {

input#Name { 
       width: 300px;
    height: 30px;
    margin-left: 30px;
   }

}





input#Email {
    
    width: 900px;
    height: 30px;
}


@media only screen and (max-width: 1111px) {

    input#Email {
        width: 700px;
    height: 30px;
    }
   }

@media only screen and (max-width: 756px) {

input#Email { 
       width: 300px;
    height: 30px;
        margin-left: 30px;
   }

}


input#Tel {
    
    width: 900px;
    height: 30px;
}


@media only screen and (max-width: 1111px) {

    input#Tel {
        width: 700px;
    height: 30px;
    }
   }

@media only screen and (max-width: 756px) {

input#Tel { 
       width: 300px;
    height: 30px;
        margin-left: 30px;
   }

}


input#City {
    
    width: 900px;
    height: 30px;
}


@media only screen and (max-width: 1111px) {

    input#City {
        width: 700px;
    height: 30px;
    }
   }

@media only screen and (max-width: 756px) {

input#City { 
       width: 300px;
    height: 30px;
        margin-left: 30px;
   }

}

textarea#Message {
    
    width: 900px;
    height: 250px;
}


@media only screen and (max-width: 1111px) {

    textarea#Message {
        width: 700px;
    height: 150px;
    }
   }

@media only screen and (max-width: 756px) {

textarea#Message { 
       width: 300px;
    height: 100px;
        margin-left: 30px;
   }

}





@media only screen and (max-width: 756px) {

input.btn.btn-primary { 
      
        margin-left: 30px;
   }

}


@media only screen and (max-width: 756px) {

input.btn.btn-primary:hover { 
      
        margin-left: 30px;
  
   }

}



@media only screen and (max-width: 756px) {

label { 
     
    margin-left: 30px;
   }

}










    /* ====== GALLERY ====== */


.modal-content {
    display:inline-block;
    text-align: center;   
    align-content: center;
    right: 30%;
}


@media only screen and (max-width: 1218px) {

.modal-content { 
     
   left: 0%;
   }

}




@media only screen and (max-width: 756px) {

.modal-content { 
     
   display: none;
   }

}


@media only screen and (max-width: 756px) {

    .modal-backdrop.fade.show { 
     
   display: none!important;
   }

}



.img-thumbnail {
    
    margin: 10px 10px;
}


 /* ====== FOOTER ====== */

.footer {
    
    background-color: #353435;
    color: #d6d6d6;
 padding-top: 20px;
padding-bottom: 20px;
}




@media only screen and (max-width: 756px) {

    .small-footer {
        
    padding-top: 20px;

   }

}
