.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2,h3, a {
	color:#be8035;
}
a:hover {text-decoration: none}
	.navbar-light .navbar-nav .nav-link {
		color:#be8035;
	}
	
	@media (min-width: 992px) {
		.navbar-expand-lg .navbar-nav .nav-link {
    		padding-right: 0.8rem;
    		padding-left: 0.8rem;
		}
	}

.innerpage {height: 500px;position: relative}
main li {padding-bottom: 30px}
.services {background:url('../img/servicesimg.jpg') no-repeat; background-size: cover}
.surveyor {background:url('../img/marineserveyor.jpg') no-repeat; background-size: cover}
.about {background:url('../img/aboutimg.jpg') no-repeat; background-size: cover}
.clients {background:url('../img/img6.jpg') no-repeat; background-size: cover}
.contact {background:url('../img/contactimg.jpg') no-repeat; background-size: cover}
.contactinfo i {padding-right:10px;font-size: 24px;color:#be8035}
.innerpage:before {content: '';position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,.2)}
.innerpage .mainheader {padding:25% 10px;text-align: left}
.innerpage .mainheader h1 {font-size: 3em;color:#fff}
.clientbox {background: #be8035; width: 100%; height: 100px; border-radius: 10px; display: table;margin:5px}
.clientbox h5 {display: table-cell; vertical-align: middle; text-align: center;color:#fff}
#myFooter {
    background-color: #3c3d41;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 30px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 18px;
    color: #d2d1d1;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
    color:#fff;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    /*color: white;
    background-color: #d84b6b;
    border-radius: 20px;*/
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}s