/*


    font-family: 'Open Sans', sans-serif;

    font-family: 'Muli', sans-serif;


*/

body {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
}


.headerimage {
	height: 100vh;
    text-align: center;
	background-position: center center;
	background-size: cover;
}

.headerimage .container {
    position: absolute;
    bottom:10%;
	color: #fff;
    width: 100%;
    padding: 40px 0px;
	background-color: rgba(0,0,0,0.7);
}
.headerimage .container img {
    width: 350px;
}
.headerimage .container > span {
	font-weight: 100;
	display: block;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 40px;
}
.headerimage .container > strong {
	font-size: 50px;
	line-height: 50px;
	display: block;
	font-weight: 700;
	margin: 10px 0px;
}
.headerimage .container > strong span {
	color: #00bdff;
}
