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

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


header {
	Padding: 32px;
}

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

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

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

.bottom {
	text-align: center;
}
.bottom {
	color: #494138;
}
.bottom {
	color: #9E7F67;

/*Tablet View*/

@media (min-width: 768px){

	.style-nav ul li {
		display:inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
}


/*Desktop View*/

@media (min-width: 1024px){

	.style-banner {
		float: center;
	}
	
	.style-nav {
		Float: center;
	}
.webcam {
}
