/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}




body {
    background: #343434;
    color: white; 
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    margin:
}

h1{    
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    margin:30px;
    padding-top:30px;
}

h2, h3, h4{    
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    margin:30px;
    
}


#container {
	border: 1px solid rgb (217, 109, 37);
    background: #4d4d4d;
   /* width: 800px;*/
    max-width: 800px;
    width:90%;
    margin: auto;
    border-radius: 30px;
}

#container {
    margin-bottom: 50px;
    
}

ui{
    list-style:none;
    padding-left: 0px;
}

li{
    /*border: 2px solid #FF8B20;*/
    display:inline;
    
}



nav a{
    color: white;
    display: inline-block;
    background: #FF8B20;
    padding:8px;
    margin: 5px;
    text-decoration: none;
    border-radius: 15px;
}

nav a:hover{
    
    color: #4d4d4d;
}


a{color: white;
  
        
}

a:hover{
    
    color: #FF8B20;
}

figure{
    margin: 0px;
}

figure img{
    width: 100%;
}


figcaption, footer{
    font-size: 0.75em;
}










