@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: 32px;
}

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

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

.style-nav ul li a{
	text-decoration: none;
	Color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	font-size: 18px;
}

@media (min-width: 768px){
	.style-nav ul li{
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
}

/*
@media (min-width: 1024px){

	#kengtest{
		font-size: 200px;
		float: right;
		right: 0;
		position: fixed;
	}

	.style-nav ul li{
		display: inline-block;
	}
	.style-logo{
		float: left;
		position: fixed;
	}
	.style-nav{
		float: right;
		right: 0;
		position: fixed;
	}

}
*/

main {
	margin-top: 40px; /* add some margin to the top of the main content */
  }
