


#contactbanner {
     top: 0;
     background-color: #B0BEC5;
     height: auto;
     width: 100%;
     overflow: hidden;
     border-style: solid;
     border-width: 0px 0px 1px 0px;
     border-color: #90A4AE;

 }

#contactbanner div{
	float: right;
	display: inline-flex;
    vertical-align: middle;
    padding: 0px 5px ;
    color:#546E7A ;
    /*font-family: 'Roboto', sans-serif;*/
}  

#contactbanner div div.pad{
    padding: 0px 50px 0px 5px ;
    border-left: 1px solid #90A4AE ;
}

a.clang{
    cursor: pointer;
}

#contactbanner div a{
    color:#546E7A ;
    text-decoration:none;
}

.navbar-light{
    color:#000;
}

#about, #service, #work, #equipment{
    background-color:rgba(159,168, 234,0.85); 
    


}

#bkimg{
	display: block;
    position: fixed;
    top: 0;
    left: 0;
	width:100%;
	height: 100%;
	opacity : 0.4;
    z-index: -1;
	background-image: url("../img/m06.jpg");
    background-repeat: repeat-y;
    background-position: 100% -50px;
    background-attachment: fixed;
    background-size: cover; 

}


footer{
    background-color:rgba(44, 62, 80,1.0);
    height: 100%;
    /*padding:168px 16px ;*/
    position:relative;
    width:100%;
    bottom:0;
    font-weight:lighter;
    color:white;
}
.footerHeader{
    width:100%;
    padding:1em;
    background-color:rgba(52, 73, 94,1.0);
    text-align:center;
    color:white;
}

footer ul{
    padding-left:5px;
    list-style:none;
}

footer iframe {
    width:100%;
    position:relative;
    height:300px;
}
