@charset "UTF-8";
body {
	background-image: url(../images/bacground/blacksimple-01.png);
	background-size: cover;
	background-attachment: fixed;
	background-color: #FF0004;
	font-family: "chewy";
	font-style: normal;
	font-weight: 400;
	margin: 0;
	height: 100%;
	color: #FFFFFF;
	background-position: center center;
}

footer {
	font-size: 0,7em;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 1em;
	margin-top: 10px; 
	text-align: center;
	width: 100%;
	position: fixed;
	
	bottom: 0;
	height: 20px;
	padding: 0.01em 16px;
	font-family: "chewy";
	
	
}






header {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}
nav  {
	background-color: #000000;
}
.navlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.navlistitem {
	/*float: left;*/
}
.navlistitem a  {
	text-decoration: none;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 16px;
	padding-left: 16px;
}
.navlistitem a:hover {
}
.container-fluid .navbar-header .navbar-brand {
	color: #FFFFFF;
	font-size: 3em;
}
.navbar.navbar-default.navbar-fixed-top {
	background-color: #000000;
}
h2 {
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	padding: 5px;
	background-color: #000000;
	font-family: averia-gruesa-libre;
	font-style: normal;
	font-weight: 400;
	position: relative;
}
face img {
	font-size: 0em;
	text-align: center;
}
body article {
	color: #F8F8F8;
	font-family: averia-gruesa-libre;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
	margin: 20px;
	background-color: #000000;
	line-height: 2em;
	padding: 10px;
	border-radius: 10px;
}

@media (max-width : 470px ){
body {
background-image: url(../images/bacground/blacksimple-01.png);
	background-size: cover;
	background-attachment: fixed;
	background-color: #FF0004;
	font-family: "chewy";
	font-style: normal;
	font-weight: 400;
	margin: 0;
	height: 100%;
	color: #FFFFFF;
	background-position: center center;
}
header {
	text-align: center;
	font-size: 2em;
	clear: both;
	resize: both; 

}
header img  {
	width: 60%;
}

	
	
}
