@charset "UTF-8";
/* CSS Document */

p {color: white;
   font-size: 80px;
   font-family: suburban, sans-serif;
   font-weight: normal;
   font-style: normal;}

.header{text-align: center;}
      
.title{text-align: center;
       color: white;
       font-size: 80px;
       font-family: suburban, sans-serif;
       font-weight: normal;
       font-style: normal;}

.footer{text-align: right;}
	
a {color: white;
   font-size: 70px; 
   font-family: suburban, sans-serif;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;}

body {background-image: url("images/P1010882-min.jpg");
      background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: center;
	  background-size: cover;}

header,nav,main,footer{width: 1000px;
	                   margin: 0 auto;}

li{float: left;
   width: 25%;}

ul{list-style-type: none;}
