@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');

/*--------------------------------------------background image*/

 

body {
  /* Location of the image */
  background-image: url("Backgrounds/Lodges.jpeg");
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
 
  
}

/* For mobile devices */
@media(min-width: 320px) {
  body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
  }
	}
   
 
    



.nav-bar{
    margin: 0px;
}

 



/*--------------------------------------------Heading*/



/* For mobile devices */
@media(min-width: 320px) {
  body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
  }
	}

/*--------------------------------------------Contact button*/

.btn {
    padding-bottom: 15px;
    padding-top: 15px;
    
    
}
/*--------------------------------------------Heading and description*/







.container {
    text-align: center;
     
}

.item {
    height: 398px;
    max-width: 500px;
}

.what-do-we-do-at-Totally-Intouch {
    margin-top: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #5F9EA0;
    
}

.what-do-we-do-at-Totally-Intouch-description {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 25px;
    padding-bottom: 100px;
    background-color: #5F9EA0;
    
    
    
    
}

.how-do-we-provide-our-great-service {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #6495ED;
    
}

.how-do-we-provide-our-great-service-description {
    padding-top: 50px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #6495ED;
    
    
    
    
    
}




.why-choose-us {
    margin-top: 50px;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #B0C4DE;
}

.why-choose-us-description {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 25px;
    background-color: #B0C4DE;
    
    
    
    
    
    
}
/*--------------------------------------------Footer*/

footer {
  position: fixed;
  margin-top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #778899;
  color: white;
  text-align: center;
}



.social-links { 
    padding-bottom: 15px;
}

.social-links li a i {
    width: 32px;
    height: 32px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 7px;
    text-align: center;
    color: #fafafa;
    background: #8f8f8f;
     transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.social-links li a i:hover {
    background: #e84610;
}

#footer-details {
    margin: 20px;
    height: 50px;
}






/*--------------------------------------------Contact*/ 




/*--------------------------------------------media queries*/ 



@media(min-width: 320px) {
.what-do-we-do-at-Totally-Intouch {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #5F9EA0;
    
}
}


@media(min-width: 320px) {
.what-do-we-do-at-Totally-Intouch-description {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 100px;
    background-color: #5F9EA0;
    
    
    
    
}
}

@media(min-width: 320px) {
.how-do-we-provide-our-great-service {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #6495ED;
    
}
}


@media(min-width: 320px) {
.how-do-we-provide-our-great-service-description {
    padding-top: 50px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #6495ED;
    
    
    
    
    
}
}


@media(min-width: 1024px) {
.how-do-we-provide-our-great-service {
    margin-top: 50px;
    padding-right: 25px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #6495ED;
    
}
}


@media(min-width: 1024px) {
.how-do-we-provide-our-great-service-description {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #6495ED;
    
    
    
    
    
}
}

@media(min-width: 1200px) {
.myCarousel {
    margin-left: 300px;
    padding-left: 700px;
}
}

@media(min-width: 1024px) {
.myCarousel {
    margin-left: 100px;
}
}

@media(min-width: 768px) {
.myCarousel {
    padding-left: 220px;
}
}



@media (max-width: 980px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}    
    
@media(min-width: 320px) {
.why-choose-us {
    margin-top: 50px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #B0C4DE;
}
}


@media(min-width: 320px) {
.why-choose-us-description {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 25px;
    background-color: #B0C4DE;
    margin-bottom: 25px;
    

}
}





