ol{font-size:100%;}
#menu,ul,li,a{display:block; font-size:120%}
p{ line-height:1em;
display:inline-block;
padding:50px;
font-size:190%; }
h1, h2, h3, h4{
    color: orange;
	font-weight: normal;
	line-height:200%;
	margin: 0 0 .5em 0;
}
h4{font-size:180%;}
h3{text-decoration:underline; font-size:180%;color: red;}
h1{ font-size: 1.7em; }
h2{ font-size: 350%; }
a{
	color: black;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

/* you can structure your code's white space so that it is as readable for when you come back in the future or for other people to read and edit quickly */

body{
    font-family: arial; font-size: 80%; line-height: 1.2em; width: 100%; margin: 0; background-image:url(https://raw.githubusercontent.com/pari-27/positive-vibes/master/12673-color-background.jpg);
background-repeat:no-repeat;
 width:100%;
    background-size: cover;
      color:white;}
/* you can put your code all in one line like above */
#page{ margin: 20px; }

/* or on different lines like below */
#logolink{font-size:280%;color:black;font-family:Comic Sans MS}
#logolink:hover{ color: blue;}
#logo{
	width: 55%;
	margin-top: 5px;
	font-family: georgia;
        font-size=45px;  
	display: inline-block;
}
/* but try and be as concise as possible */
#nav{
	width: 60%;
	display: inline-block;
	text-align: right;
	float: right;
}
	#nav ul{}
		#nav ul li{
			display: inline-block;
			height: 62px;
		}
			#nav ul li a{
				padding: 20px;
				background:#E6265A ;
				color: white;
			}
			#nav ul li a:hover{
				background-color: #ffb424;
				box-shadow: 0px 1px 1px #666;
			}
			#nav ul li a:active{ background-color: #ff8f00; }

#content{
	margin: 30px 0;
	background: rgba(0,0,0,0);
        color:FFF5EE;
	padding: 20px;
	clear: both;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
/*#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 80%;
		color: grey;
	}

 */
#content,
ul li a{ box-shadow: 0px 1px 1px #999;padding:20px; color:white;}
img {
   padding:1px;
   border:1px solid #021a40;
	border-radius:250px;
}
.story{
	font-size:160%;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
line-height:200%;
	
	
}
#images{display:block;}
