html, body, div, p{
	margin: 0;
	padding: 0;
	border: 0; font-family: 'Yanone Kaffeesatz', sans-serif;; font-weight: 400;font-size: 20px; color:#fff
  }
h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 500;
	font-size: 36px;
	color:#fff; 
}
h2 {font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 500; font-size: 36px; color:#fff} 
h3 {font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 500; font-size: 18px; color:#fff} 
h4 {font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 500; font-size: 18px; color:#fff} 
h5 {font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 400; font-size: 20px; color:#fff}
p { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 400; font-size: 18px; color:#fff}

a { color:#fff; text-decoration:none}
a:hover {color:#ff0000; text-decoration:none}
.envio {font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 500; font-size: 18px; color:#252525; text-decoration:none; }
.capa { font-weight:700; color: #3d3c3c }
.capa a { font-weight:700; color: #3d3c3c }
.capa a:hover { font-weight:700; color: #ff0000; text-decoration: none }
.fontp { font-size:12px}
.centered { text-align:center}
video{ width:100% !important; height:auto !important;}
.hei { height:400px;}
.highlight { color:#FFFFFF; background-color: #FF0000; padding:5px;}
.highlight2 { color:#FFFFFF; background-color: #3d3c3c; padding:5px;}
.highlight3 { color:#FFFFFF; background-color: #8A8A8A; padding:5px;}
.fut { height:90px; background-color: #2C2C2C}

.fontw { color:#FFFFFF}

.blacked{ background-color:#252525; color:#FFFFFF;font-size:20px}









header{

background-color:#000;
color: #FFFFFF;
padding:20px;
position:relative;
z-index:100;}

.nav-toggle{
position:absolute;
top: 30px;
cursor: pointer;}

nav li{
list-style: none;}

.main-navigation {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
text-align:center;
transform: translateY(-100%);
transition:transform 0.7s ease;}

.main-navigation.open{
transform:translateX(0);}

.main-navigation .nav-toggle{
right:5%;
top:5%;
font-size:xx-large}

.main-navigation ul{
margin:0px;
padding:0px;}

.main-navigation ul a{
padding: 10px 20px;
display:block;}

.main-navigation ul a: hover {
background-color: #FF0000}
