.header{
width: 100%;
margin-left: 0;
margin-right: 0;
height: 70px;
line-height: 70px;
background-color: transparent;
position: fixed;
top: 0;
z-index: 999;
}


.header .header-logo{
color: #fff;
font-family: 'Montserrat', sans-serif;
float: left;
margin-left: 30px;
}

.header .header-menu{
float: right;
margin-right: 30px;
}

.header .header-menu a{
margin-right: 15px;
color: #ffffff;

}

.header .header-menu a:hover{
color: #3498db;
}

.banner-image{
	width: 100%;
}

.banner{
	margin-top: -23px;
}

.banner .banner-image{
	position: relative;
}

.banner .banner-content{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 30%;
}

.banner .banner-content h1,
.banner .banner-content h2{
color: #fff;
}

.about .about-single-element i{
font-size: 30px;
text-align: center;
}

.logo-image{
	width: 30px;
}