

/* *,
*:before,
*:after {
  box-sizing: inherit;
} */

html,
body{
    font-family: 'Ubuntu', arial, serif;
    background-color: #f7f7f7;
    height: 100%;
    margin: 0;
}

.navbar{
    padding: 0;
    margin: 0;
}
.body-content{
    height:100%;

}

.content{
    min-height:77.5%;
    position:relative;
}
.business{
    padding-bottom: 20px;
    padding-top: 20px;
}

.business div{
    margin: 0;
    width: 90%;
}

.business img{
    height: 80%;
    width: 80%;
}

.carousel-inner > .item > img {
    min-width: 100%;
    height: auto;
}

.container-fluid{
    padding: 0;
}


.header{
    font-size: 25px;    
    position: absolute;
    bottom: 150px;
    left: 30px;
    text-transform: uppercase;
}

.header::after{
    background-color: rgb(124, 216, 165);
    content: "";
    display: block;
    height: 4px;
    position: relative;
    width: 50%;
}

.examplework{
    /*height: 250px;*/
    text-align: center;
    color: white;
}

.exampleworkcontent{
    position: absolute;
    bottom: 80px;
    left: 30px;
}

.exampleimage{
    -webkit-filter: brightness(50%);
    width: 100%;

}

.fill{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 0;
}
.homecontent{
    padding-top: 25px;
}
.navigation{
    min-height: 100px;
    color: #43a076;
    overflow: visible;
    text-transform: uppercase;
    background-color: white;
     
}

.navigation .navbar-nav>li>a:hover, 
.navigation .navbar-nav>li.active>a {
	color: #01b1d7;
    background: none;
    font-size: 15px;
	font-weight: 700;
}

.navigation .navbar-right .dropdown li > a:focus{
	color: #01b1d7;
    background: none;
    outline: none;    
}

.navigation .navbar-right .dropdown-menu > li > a:hover{
    color: #01b1d7;    
}

.navbar{
    padding-top: 25px;
    background-color: white;
    border: none; 
    color: #01b1d7;
    
}
.navbar-brand{
    height: 75px;
    width: 100px;
    padding: 0;
}

.navbar-brand img{
    max-height: 100%;
    max-width: 100%;
}
.navbar-toggle .icon-bar{ background-color: #000;}


.footer{
    background-color: rgb(51, 58, 75);
    width: 100%;
    color: #fff;
    /* padding: 0px;  */
    position: relative;
    bottom: 0 !important; 
    clear:both;
    margin-bottom:0;
}

.footer h4{
    color: #01b1d7;
}

.footer-links{
    float: right;
    text-align: right;
}

.footer-text{
    float: left;
    color: #ffff;
    padding-bottom: 5px;
}

footer ul li{
  list-style-type: none;
  display: inline;
}

padding{
    margin-top: 205px;
}
.tile{
    color: #01b1d7;
    width: 62px;
    font-size: 38px;
    float: left;
    padding-left: 2px;
}

h2.whoweare{
    font-weight: lighter;
    font-size: 25px;
    color: #01b1d7;
    
}
h2.whoweare::after{
    background-color: rgb(124, 216, 165);
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h4{
    font-size: 17px;
    color: #222;
    font-weight: bold;
    margin-bottom: 3px;
}
h3{
    font-weight: lighter;
    font-size: 25px;
    color: #01b1d7;
    
}
h3::after{
    background-color: #000;
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.img-responsive{
    display: inline-block;
}

hr{
    border-width: 5px;
    
}
.dropdown-menu{
    position: absolute;
}
.map{
    height: 300px;
}
.copy{
    color: #01b1d7;
}

.row{
    margin-left: auto;
    margin-right: auto;
}

.whoweare{
    padding-top: 30px;
    padding-left: 25px;
    font-size: 30px;
    text-transform: uppercase;
}

