
body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
    background: #2d2d30;
}

/* Overwrite default styles of h3 and h4 */
h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px; 
    font-size: 20px;
    color: #dad9d7;
}

/* Remove rounded borders on input fields */
.form-control {
    border-radius: 0;
}

/* Disable the ability to resize textareas */
textarea {
    resize: none;
}




/* BEGIN NAVBAR CSS */

/* Add a dark background color with a little bit see-through */ 
.navbar {
    min-height: 80px !important;
    margin-bottom: 0;
    background-color: #000;
    border: 0;
    font-size: 14px !important;
    font-family: Montserrat, sans-serif;
    letter-spacing: 4px;
    opacity:1.0;
}

.navbar-brand {
    height: 80px !important;
}

.navbar-brand img{
    height: 50px;
    margin-left:10px;
}

.navbar-toggle {
    margin-top: 23px !important;
	margin-bottom: 23px !important;
}

.navbar-nav li a {
    text-indent: 3px;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
    line-height: 50px !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* END NAVBAR CSS */








/* BEGIN CAROUSEL CSS */

#myCarousel {
	margin-top: 80px !important;
}



.carousel-inner .item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}

.carousel-fixed-height .item {
    height: 480px;
}

.carousel-other img {
  /*  -webkit-filter: grayscale(90%);
    filter: grayscale(90%); *//* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-inner .item .vanish {
    opacity: 0;
}

.carousel-caption {
    top: 110px;
}

.carousel-caption h3 {
    color: #fff !important;
}

.carousel-caption img{
    height: 200px;
    padding-left: 24px;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

@media(max-width:480px){
    #myCarousel .carousel-inner .item {
    height: 272px;
    }
    .carousel-caption {
    top: 35px;
    }
    .carousel-caption img{
    height: 140px;
    padding-left: 16px;
    }
}


/* Hide the carousel text when the screen is less than 600 pixels wide */
    
/*
@media (max-width: 600px) {
    .carousel-caption {
        display: none; 
}
*/

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out 3.0s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item.active {
  top: auto;
  opacity: 1 ; /* show first slide */
  position: relative;
}

/* END CAROUSEL CSS */





.container {
    padding: 80px 120px;
}

@media(max-width:480px){
    .container {
        padding: 40px 20px;
    }
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}
.bg-1 {
    background: #2d2d30;
    color: #dad9d7;
}
.bg-1 h3 {color: #dad9d7;}

.bg-2 {
    background: #fff;
}
.slogan-container {
    padding: 80px 20px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
.slogan {
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1em;
}
.sub-slogan {
    font-size: 1.25em;
    font-style: italic;
    font-weight: 100;
}

@media(max-width:768px){
    .slogan {
    font-size: 1.4em;
    letter-spacing: 0em;
    }
.sub-slogan {
    font-size: 0.85em;
    }
}
@media(max-width:480px){
    .slogan-container {
    	padding: 40px 20px;
    }
}








/* BEGIN SERVICES CONTAINER */

.services-container {
    padding-bottom: 0px !important;
}

.services-container2 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.services-heading {
    padding-top:60px;
}

.services-heading a {
    font-size: 1.2em;
    color: #fff;
    display: block;
}

.services-heading a:hover,
.services-heading a:focus {
    color: #777;
    text-decoration: none;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    font-size: 2em;
    content: "\f057";
    display: block;
}

.services-heading .collapsed:after {    
    content: "\f055" !important;   
}

.services-body {
    background-color: #fff;
    display: block;
    width: screen;
}

/* END SERVICES CONTAINER */








/* BEGIN CONTACT CONTAINER */



/* END CONTACT CONTAINER */










/* BEGIN OTHER CONTAINER */

.parallax-other { 
    /* The image used */
    background-image: url("../images/parallax-01.jpg");

    /* Set a specific height */


    /* Create the parallax scrolling effect */
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1024px){
    .parallax-other { 
    -moz-background-size: auto;
    -webkit-background-size: auto:;
    background-attachment: scroll;
    background-size: auto;
    background-position: top;
    }
}

@media only screen and (max-width: 480px){
    .parallax-other { 
    -moz-background-size: auto;
    -webkit-background-size: auto:;
    background-attachment: scroll;
    background-size: auto;
    background-position: top;
    }
}

/* END OTHER CONTAINER */








/* BEGIN GOOGLE MAP CONTAINER */

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%); 
}

/* END GOOGLE MAP CONTAINER */








/* BEGIN FOOTER CONTAINER */

.footer {
    background-color: #2d2d30;
    font-size: 12px;
    color: #777;
    padding: 70px 0 50px 0;
}

.footer a {
    color: #777;
}

.footer a:hover {
    color: #777;
    text-decoration: none;
}

.footer-logo {
    width: 200px;
}

.footer-copyright {
    padding: 40px 0 0 0;
}

/* END FOOTER CONTAINER */