﻿body {
	font-family: 'Open Sans', sans-serif;
}

header {
	height: 615px;
	background: url(../img/background.png);
	background-size: cover;
	background-position: 50% 60%;
}

header nav {
	float: center;
	text-align:center;
	margin-left: 100px;

	

}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
header a:hover{
	color:#fff;
}

header a:active{
	color:#fff;
}
header a:visited{
	color:#fff;
}

header nav ul li {
	float: left;

	list-style-type: none;
	margin-left:15px;
margin-bottom:20px;
}

header nav ul li a {
	color: #fff;
	padding: 25px;
	font-size: 400%;

}


.header-logo-icon {
font-size: 30%;
}

.bdb {
	font-size: 30%;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	}
.bdb img{
	height: 200px;
	
}


.aphv {
	font-size: 30%;
	float: right;
	margin-top: 50px;
	margin-right: 300px;
	}
.aphv img{
	height: 200px;
	
}

.corona{
	font-size: 10%;
	float: center;
	margin-top: 30px;
	margin-right: 300px;
	}
.corona img{
margin-top:30px;
	height: 25px;
	
}


.header-logo {
	float: center;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 200%;
	margin-left:120px;
}

.header-logo i {
	font-size: 200%;
}

.slogan {
	text-align: center;
	margin-top: 100px;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
}

.slogan-top {
	font-weight: 700;
	font-size: 220%;
	margin-bottom: 40px;
	letter-spacing: 20px;
	
}

.slogan-bottom {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 450%;
}

.slogan-button {
	text-shadow: 0 0 0;
	text-align: center;
	
	
}

.slogan-button .btn-default {
	background-color: transparent;
	color: white;
	font-weight: 750;
	font-size: 175%;
	border: 2px solid white;
	
	
}

.development {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #800000;
	color:#fff;
	font-size: 175%;
}

.development-text h1 {
	font-weight: 300;
}

.development a{
	color:white;

}
home p{
	font-size: 125%;
}

.development-icon {

	margin-top:100px;
	text-align: center;
	
	font-size: 200%;
	
}

.development-text p{
font-size: 125%;
}

.bgc-grey a{
	color:black;
}
.bgc-grey {
	background-color: white;
	color:black;
}

.features {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color:#800000;
	color:#fff;
}

.features-icon {
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	float: left;
	text-align: left;
	font-size: 36px;
	padding-top: 8px;
	margin-top: 10px;
	transition:transform 20s;
}

.features a:hover{
	color:#fff;
}

.features a:visited{
	color:#fff;
}

.features-text h5 {
	color: #222;
	font-size: 150%;
	margin-bottom: 5px;
}

.features-text {
	margin-left: 90px;

}



.clients {
	background-color: ghostwhite;
	padding-top: 100px;
	padding-bottom: 100px;
}

.clients-heading {
	text-align: center;
	margin-bottom: 40px;
}

.clients img {
	border-radius: 50%;
	width: 100%;
}

.clients-quote {
	background-color: #fff;
	border: 2px solid #000;
	padding: 40px 75px;
	border-radius: 10px;
	color: #222;
	font-size: 170%;
	position: relative;
}

.clients-quote-offer {
	font-size: 65%;
	color: skyblue;
}

.client-quote-arrow {
	border: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -10px;
	border-right: 20px solid orange;
}

.client-quote-arrow-border {
	position: absolute;
	top: 50%;
	left: -45px;
	margin-top: -12px;
	border: 22px solid transparent;
	border-right: 22px solid #000;
}

.client-quote-arrow-right {
	border: 20px solid transparent;
	position: absolute;
	top: 50%;
	right: -40px;
	margin-top: -10px;
	border-left: 20px solid orange;
}

.client-quote-arrow-border-right {
	position: absolute;
	top: 50%;
	right: -45px;
	margin-top: -12px;
	border: 22px solid transparent;
	border-left: 22px solid #000;
}

.clients .row {
	margin-top: 80px;
}

.team {
background-color: white;
color: black;
padding: 100px 0;
}

.team-heading {
	font-weight: lighter;
	text-align: center;
	margin-bottom: 0;
}

.team-subheading {
text-align: center;
margin-bottom: 50px;
}

.team img {
max-width: 70%;
border-radius: 50%;
border: 5px solid black;
}

.team-img-container {
text-align: center;
}

.team-name h6 {
text-align: center;
font-weight: 120%;
margin-top: 10px;
margin-bottom: 10px;
}

.team-name p {
	text-align: center;
	margin-bottom: 7px;
	font-weight: lighter;
	font-size: 80%;
}

.team-icon-link {
	color: black;
	border: 3px solid black;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
}

.team-icon-link:hover {
	color: #222;
	background-color: black;
}

.team-icon-link i {
	margin-top: 10px;
	font-size: 25px;
}

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

.team-slogan {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
}

.contact {
	background-color: #800000;
	padding: 100px 0;
}

.contact-headline {
	color: #fff;
}

.contact-headline h2 {
	font-weight: lighter;
}

/*

.info i {
	font-size: 250%;
	position: absolute;
	text-align: center;
	width: 40px;
	display: inline-block;
}

.info p {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 7px;
	left: 50px;
}

.info {
	color: #fff;
	margin-top: 30px;
}

*/




.contact-heading {
	color: #fff;
	font-weight: lighter;
	margin-bottom: 15px;
}
.contact-subheading {
	color: #fff;
	font-weight: lighter;
}

.contact-methods {
	color: #fff;
	list-style-type: none;
	padding-left: 0;
	margin-top: 25px;
}

.contact-methods li {
	width: 50%;
	float: left;
	font-weight: lighter;
	height: 2em;
}

.contact-methods li i {
font-size: 150%;
}

.contact-icon {
display: inline-block;
width: 40px;
text-align: center;
}

.contact-input, .contact-message {
width: 100%;
margin-bottom:28px;
}

.contact-message {
height: 140px;
}

input.contact-submit [type=“submit“] {
background-color: #fff;
}

footer{
	background-color: #800000;

}
footer p{
	text-align: center;
	color:#fff;
	padding:30px 0;

}

hr{
	margin:0;

}

.top{
	bottom:15px;
	position: fixed;
	background-color: white;
	margin-left: 70%;
	width:30px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	border-radius: 50%;
	border: 1px solid black;
}
.top i{
color:black;
font-size:150%;

}

.top i:hover {
	
	color: grey;
	
}



.contact-message:focus{

	border:2px solid black;
}
.contact-input:focus{
	
		border:2px solid black;
}



.features-icon:hover{
	
	transform:rotate(360deg);
}