/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


html {
	background-color:#D3D3D3;
}

body {
font-family: "poppins", sans-serif;
font-weight: 400;
font-style: normal;
color: #00000;
line-height: 1.4;

}

h1,h2,h3,h4,h5,h6, nav, header {
	font-family: "the-seasons", sans-serif;
font-weight: 700;
font-style: normal;

font-weight: 400;
font-style: normal;
text-align: center;
}

header p {
	font-size: 20px;
	letter-spacing: 0.2m;
}

h1 {
	font-size: 50px;
}

h2 {

font-size: 30px;
}

h3 {

font-size: 30px;
}

h4 {


}

h5 {


}

div#page-wrap {
	width:1000px;
	margin: auto;
}

header, nav, footer {
text-align: center;
}

main {
	width: 61.8%;
	outline:1px solid black;
	float: right;
	border-left: 1px dotted;
	padding-left: 50px;
	padding-right: 50px;
}

aside {
	width: 30%;
	outline: 1px black;
}

p {
	margin-bottom: 10px;
}

main img {
	width: 100%;
	float: right;
	margin: 0 0 30px 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5)
	border: 1px solid black; 

}

ashide h3{
width: 30px;
}

section {
margin-bottom: 30px;
clear: both;
}


footer {
	background-color: pink;
	padding: 30px;

}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: blueviolet;
}

nav {
	width: 100%;
	height: 50px;
	outline: 1px solid black;
	margin: 30px;
	background-color: pink;
	font-size: 30m;
}
nav ul {
	width: 800px;
	margin: auto;
}
nav ul li {
	float: left;
	text-align: center;
	outline: 1px dotted black;
	width: 25%;
	line-height: 50px;
}

footer p {
	margin-bottom: 0;
}


