

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.jumbotron {
	
	background-image: url(../img/layout/jumbotron.jpg);
  background-size: cover;
  background-position: top center;
  height: auto;
  width:100%;
  height: 600px;

}
.jumbotron > img{
	
}
.pushit{
	}

h1.jumbotron{
	color: #ffffff;
}

a.navbar-brand{
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto 0;
    padding: 0;
}
.navbar-inverse{
	background-color: #fff;
	background-image: none;
	}
	
a.callus{
	    float: right;
	    color: #032f3e;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    font-family: 'Roboto', sans-serif;
}
.nav2 {
    width: 100%;
    background: #032f3e;
    border-right: none;
    display: inline-block;
	float: left;
}
.nav_container{
	background-color: #032f3e;
}

.nav2 ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: x-large;
}
#nav_sec{
	background-color: #032f3e;
}
.nav2 ul li {
       list-style: none;
    float: left;
    text-align: center;
    /* border-left: 1px solid #527eeb; */
    width: 16.6667%;
    width: calc(100% / 6);
    box-sizing: border-box;
    margin-left: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: large;
    line-height: 50px;
    white-space: nowrap;
}

.nav2 ul li:first-child {
    border-left: none;
}

.nav2 ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
}
#loc_map{
    width: 80%;
    border-right: none;
    display: inline-block;
    padding-left: -15px;
    padding-right: -15px;
    margin: 15px 10%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-decoration: none;
}
#services{
	width:100%;
	margin: auto 0;
}
.services_container{
	font-family: 'Roboto', sans-serif;
    background-image: url(../img/layout/services-bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding:45px;
}

#loc_map > div > div:nth-child(1) > ul{
	font-size: x-large;
	list-style-type: none;
	padding: 0px;
	color: #ffffff;
}
.footer_container{
	font-family: 'Roboto', sans-serif;
    background-color: #0d3542;
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding:45px;
    color: #5f737a;
    
}
#_footer > div:nth-child(2) > ul{
	list-style-type: none;
	text-align: left;
	line-height: 30px;
}
#_footer{
	width:100%;
	margin: auto 0;
}
#copyright_container{
	background-color:#032f3e;
	font-family: 'Roboto', sans-serif;
	background-size: cover;
    width: 100%;
    text-align: center;
    padding:45px;
    color:#5f737a;
    align-content: center;
    vertical-align: middle;
}
#success_message{}

a {
	color: #ffffff;
}
a:hover{
	color: #5f737a;
}
a.active{
	color: #ab987a;
}

#_footer > div > ul{
	list-style-type: none;
	padding: 0 50px;
}
.widewrapper {
  width:100%;
  }

.widewrapper > img {
  width:100%;
}
