@import url('http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700');
*{margin:0px;padding:0px;}


body {background-color:#6951ea; font-family:  "Yanone Kaffeesatz";}


.pagina {max-width: 960px; margin: 0 auto;}

header {width: 97%; height: 110px; border-style: solid; border-color: white; border-width: thick; padding: 2%; margin-bottom: 3%; margin-top: 3%  }

.logo{
    float:left;
    width:141px;
    height: 75px;
    margin-top: 15px;
    
    border-style: none;
}


h1 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 400;
    color: black; 
    text-align:center;
    font-size: 2.3rem;
   
    
       
}

header p {
    text-align: center;
}

h2 {
    font-family: "Yanone Kaffeesatz";
    font-weight: 400;
    color: #ffffff; 
    text-align: center;
    font-size: 2rem;
    
   }

h3 {
    font-family: "Yanone Kaffeesatz";
    font-weight: 300;
    color: #f4d2f0; 
    text-align: center;
    font-size: 2rem;
    
}



p {
    font-family: "Yanone Kaffeesatz";
    font-weight: 300;
    color: black; 
    align: center;
    font-size: 1.5rem;
    margin-bottom:2%;
    margin-top:1%;
        
}
    
nav{
  text-align: center;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5%;
}

nav ul  li {display: inline-block; text-align: center;}

nav  ul  li a {
    width: 100%; 
    color: #7d079a;
    font-family: "Yanone Kaffeesatz";
    font-weight: 700;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center; 
    padding-right: 51PX ; padding-left:51PX; padding-top: 10px; padding-bottom: 10px;
    margin:3px;
    border-color: whitesmoke; 
    background-color: whitesmoke; }


nav  ul  li a:hover {
      color: whitesmoke;
      background: black; 
}


section article ul li {
   text-align: center;
   text-decoration: none;
   font-size: 1.3rem;
   list-style: none;
}


footer p {
	width: 94%;
	float: left;
	text-align: center;
	padding:2%;
	background-color: #ffffff;
    color:#7d079a;
    margin-top: 5%;
    height: 50px; 
    font-size: 1rem;
}






