@font-face {
	font-family: 'FBold';
	src: url('./fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'FRegular';
	src: url('./fonts/YanoneKaffeesatz-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@media all and (max-width: 1200px) {
	body {
		font-size: 1.5em;
	}
}
@media all and (max-width: 1000px) {
	body {
		font-size: 1.2em;
	}
}
@media all and (max-width: 500px) {
	body {
		font-size: 0.8em;
	}
}

body {
	background: #0c0c0c url('images/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.centerize {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	overflow-x: hidden;
}

h1 {
	font-family: Fbold , "YanoneKaffeesatz-Bold", sans-serif;
	color: #ebebe9;
	padding-top: 28px;
}

h4 {
	font-family: FRegular , "YanoneKaffeesatz-Light", sans-serif;
	color: #ebebe9;	
	padding-top: 30px;
	line-height: 185%;
}

img {
	max-width:400px;
	max-height:100%;
	width:100%;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color:#1b1e23
}