body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
a {
    text-decoration: none !important;
}
header, section, footer {
    background-position: center center;
    background-repeat: no-repeat;
-webkit-background-size: cover;
   -moz-background-size: cover;
	    background-size: cover;
     -o-background-size: cover;
}
header {
	padding: 160px 0 120px;
    background-color: #28484f;
	background-image: url('../img/home.jpg');
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
section {
	padding: 80px 0;
}
section#services {
	background-color: #494a49;
	background-image: url('../img/services.jpg');
	background-attachment: fixed;
	color: white;
    background-position: center center;
}
section#more-services {
    background-color: #28484f;
    color: white;
}
section#contact {
    background-color: #222;
    background-image: url("../img/map-image.png");
    color: white;
}
section#contact a {
    color: white;
}
footer {
	padding: 40px 0;
	background: #111;
	color: #777;
}
.link-with-icon i {
    vertical-align: middle;
}
.team {
	padding-top: 30px;
	margin-top: 30px;
}

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

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat',Arial,sans-serif;
	margin: 0;
    text-align: center;
    font-weight: 700;
}
h1 {
	font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 35px;
}
h2 {
	font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0 0 30px
}
h3 {
	margin: 20px 0 0;
}
h3 small {
	text-transform: none;
}
h4 {
	text-transform: uppercase;
	margin: 0 0 10px;
    min-height: 2em;
    display: block;
}
section#services h4 {
    min-height: 3em;
    margin: 0px 0 30px;
}
h5 {
    text-transform: uppercase;
    margin: 0 0 30px;
}
h5 + h5 {
    margin-top: -20px;
}
h6 {
    text-transform: uppercase;
	margin: 10px 0 20px;
}
p {
    margin: 0 0 25px;
    line-height: 1.5;
}
.client .img-responsive {
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:480px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    body {
        font-size: 15px;
    }
    section#services {
        background-attachment: scroll;
    }
    #services .col-xs-6 {
        width: 100%;
        float: none;
    }
}
@media(min-width:767px) {
	h1 {
		font-size: 90px;
	}
	header p {
		font-size: 24px;
	}
}
@media(max-width:768px) {
    .client {
        margin-bottom: 30px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ccc;
        ;
    }
}

a.home-scroll { color: white; opacity: .5; }
a.home-scroll:hover { opacity: 1; transition: 250ms;}

/*
 * Nav Bar 
 */
.navbar-custom {
	font-size: 13px;
	color: white;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    margin-top: -14px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}
.btn-circle {
    text-shadow: none;
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}