body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
    text-decoration: none;	
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{-moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 40px; padding: 0 50px;}

.header.fixed{position: fixed;top: 0;left: 0;}
.footer.fixed{position: fixed;	bottom: 0;	left: 0;}
.header a{background: url(../images/menu.png); display: block; width: 30px;	height: 20px; position: absolute; top: 90px; right: 30px;}
#page{display:none;}
@media (max-width:990px){ 
#page{display:block;}
}

@media (max-width:916px){	
	.header a { 
    top: 120px;    
}
}

@media (max-width:375px){

.project_section_outer {padding: 1px 0;}
}

@media (max-width:320px){
	
  .header a { top: 105px;}
}

