/* General Demo Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

/**/@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 12px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */


body {
	font-family: Calibri, Arial, sans-serif;
	color: #fff;
	background: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

li {
	font-size: 18px;
}

a:hover {
	color: #fff;
}

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0% 12% 0% 12%;
}

.main {
	max-width: 82.667em;
	/*min-height: 40em;*/
    
}

.container > header {
	text-align: center;
	font-size: 22px;
	padding: 4em 2em 1em;
	background: #fff;
}

.container > header h1 {
	font-size: 3em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
    text-transform: uppercase;
	color: #000;
}

.container > header span {
	display: block;
	font-size: 60%;
	color: #fff;
	padding: 0 0 0.6em 0.1em;
}

.container > footer {
	clear: both;
    width: 100%;
	margin: 0 auto;
	padding: 0% 15% 0% 15%;
}

.container > footer {
	text-align: center;
	padding-top: 1em;
	background: #fff;
}

.container > footer span {
	display: block;
	font-size: 70%;
	color: #fff;
	padding: 0 0 0.6em 0.1em;
}

/* Header Style */
.codrops-top {
	background: #fff;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	font-size: 0.7em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: 	#FFFFFF;
	display: inline-block;
}

.codrops-top a:hover {
	background: #ffffff;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

@media screen and (max-width: 25em) { 

	}
	.container > header {
		font-size: 75%;
}


.part-1{
	float: left;
	width: 100%;
	
}
#menu{
	margin-right: 30%;
	margin-left: 30%;
	height: 400px;
	align-items: center;
	margin-bottom: 10px;
}

.contact{
	
}