@charset "utf-8";

body  {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 12px;
	font-family: 'Poppins', sans-serif;
	background-color: white;
	background-size: contain;
	background-repeat: no-repeat;
	Background-size: 100%;
}

#emptyarea {


}

h2 {
	color: white;
	margin-bottom: 100px;
}

p {
	font-family:'Poppins', sans-serif;
	font-size: 15px;
	line-height: 130%;
}

header {
	margin-left: 40px;
}
h1 {
	font-family: 'Playfair Display', serif;
	color: black;
}

#essay {
		font-family:'Poppins', sans-serif;
		color: black;
		float: left;
		width: 1000px
		}

#sitename {
	font-size: 40px;
	margin: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:white;
	background-size: contain;
	background-position: 580px;
	background-repeat: no-repeat;
	color:black;
}
    
aside, section, article, footer, header, video {
    display: block;
	margin-bottom: 20px;
	margin-top: 10px;
    }
    
#wrapper      {

    margin: 0px auto;
    padding: 0px 30px;
    }
   
    
article    {
    float: left;
    width: 1000px;
    height: auto;
    border-radius: 6px;
	border: 4px solid #F17343;
	
    }
    
    
aside  {
    float: right;
    width: 300px;
	height: relative;
	padding-left: 25px;
    padding-right: 75px;
    color: #ECF1CA;
	border-radius: 2px;
    }
    
footer   {
    clear: both;
    font-size: 10px;
    color: #333;
	margin: 20px;
    }

aside h3  {
    font-family: 'Poppins', sans-serif;
    color: #ECF1CA;
	font-size: 25px;
    }
	
ul {
	margin-left: 20px;
    list-style-type: none;
    padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
    overflow: hidden;
    background-color: white;
}

a {
	text-decoration: none;
}

li {
    float: left;
	


}

nav {
	position: fixed;
	background-color: white;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-bottom: 0px;
	padding-top: 0px;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
	font-family:'Poppins', sans-serif;
}

	  
	    
	  nav li a:link {
	    background: white;
	    color: black;
	    text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	  }
	  
	  nav li a:hover, nav li a:focus {
		color: grey;
		font-weight: bold;
	  }
    
	
