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

/*    header    */
header{
    width: 100%;
    height: 125px;
}


header .logo{
    float: left;
    margin: 20px;
}

header nav{
    float: right;
    
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin: 50px;
}

header nav ul li a{
    text-decoration: none;  
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
	font-weight: 400;
	color: black;
}



header nav ul li a:hover{
    color: #B9B9B9;
}

/* ill name this later*/

div {
width: 500px;
height: 440px;

}

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 80px;
	color: black;
	text-align: center;
	font-weight: 400;
 
}

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
	color: gray;
	text-align: center;
	font-weight: 400; 
}

.center {
    margin-left: auto;
    margin-right: auto;
	
}





