body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}

.padding {
padding-top: 60px;
padding-bottom: 60px;
}
.paddingtop {
padding-top: 60px;
}
.paddingbottom {
padding-bottom: 60px;
}

h1 {
	font-size: 190%;
	line-height: 110%;
	margin-bottom: 35px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000;
font-family: 'Roboto', sans-serif;
	}
h2 {
	font-size: 150%;
	line-height: 110%;
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 900;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

p, li {
	font-size: 115%;
	margin-bottom: 15px;
	line-height: 120%;
	font-weight: 400;
	color: #595959;
	font-family: 'Roboto', sans-serif;
}

strong, b {
	font-weight: bold;
}
em, i {
  font-style: italic;
}
a {
	text-decoration: none;
}
#menuwrapper {
	position: position;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
z-index: 20;
}
#menu li {
	margin-left: 0;
	margin-right: 0;
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	line-height: 60px;
	color: #000 !important;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none !important;

}

#menu ul {
	   float: right;
	   padding: 0;
	   margin: 0;
	   padding-bottom: 0;
	   margin-bottom: 0;
}
#content {
	background: none;
}
#content h1,
#content p {
	text-align: center;
}

@media (min-width: 768px) {

menuwrapper {
float: left;
width: 100%;
height: 60px;
}

}
@media (min-width: 992px) {
	

h1 {
	font-size: 280%;
	line-height: 110%;
	margin-bottom: 35px;
	margin-top: 5px;
	}
h2 {
	font-size: 190%;
	line-height: 110%;
	margin-bottom: 25px;
	margin-top: 20px;
}
h3 {
	font-size: 135%;
	line-height: 106%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	background: url(../images/logo.png) right center no-repeat;
}
}

@media (min-width: 1200px) {



}

@media (min-width: 1920px) {




}
