@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding-top: 20px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 20px;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.logo-brands-paiste {
	max-width: 100px;
	padding-top: 10px;
}

.logo-brands-seelectronics {
	max-width: 170px;
	padding-top: 15px;
}

.logo-brands-gretsch {
	max-width: 80px;
	padding-bottom: 5px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #0F4E70;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 12px;
}

.frontpage {
	background-image: url("images/Jan-Kris_Smiling_002.jpeg");
	background-size: cover;
	padding: 20px 20px 110px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 220px;
	margin-bottom: 500px;
}

h1-BlackOnWhite {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-top: 220px;
	margin-bottom: 500px;
}
h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}

label {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 10px;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button-frontpage {
	border: 2px #FFFFFF solid;
	padding: 8px 50px;
	border-radius: 30px;
	position: relative ; top : 45px; 
	color: #FFFFFF;
	text-decoration: none;
	background: #5B5B5C;

}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-1 {
	background-color: #CDB50B;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-2 {
	background-color: #5B5B5B;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-3 {
	background-color:#0F4E70;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.about-me {
	background-color: #f8f8f8;
	position: relative;
		top:20px;
	font-size: 15px;
	color: #5B5B5B;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
}

.footer-text {
	font-size: 13px;
	padding-top: 5px;
	text-align: center ;
	
}

.col {
	width: 100%;
}

.col-footer {
	float: left;
	width: 33.33%;
	text-align: center;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	.footer	{
		text-align: center
	}
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-md-1-3 {
		width: 33.33%;
	}
	

	.col {
		float: left;
		padding: 0px 7px 14px;
	}

/*Desktop View*/
	@media (min-width: 1024px){		
		
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}	
}
