/* 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; #BFA582:
}
body{
	font-family:"aleo", sans-serif;
	font-weight:300;
	font-style: normal;
	color:#808080;
	line-height: 1.3;
}
h1,h2,h3,h4,h5,h6 header p{
  font-family: "cofo-peshka-variable",sans-serif;
  font-variation-settings: "wdth" 50, "wght" 900, "slnt" 80;
}



h1{
	font-size:4em;
}
h2{
	font-size:3em;
	font-family:"scope";
}
h3{
	font-size:2em;
	text-algn: right;
	font-family:"scope";
}
aside h3{
	font-size:3em;
}
header p{
	font-side: 1.6em;
}
div#page-wrap{
	width: 1000px;
	margin: auto;
}

header,nav,footer{
	text-align:center;
}
aside{
	float:left;
	width:30%;
}
aside{
	position:sticky;
	top:0;

}

#page-wrap{
	width: 400px;
	margin: 70px auto;
}
main {
	width:60%;
	float:right;
	border-left: 1px solid #808080;
	padding-left: 4%;
}

section{
	clear:both;
	padding-bottom: 18px;
	border-bottom: 1px solid #808080;
	margin-bottom: 36px;
}
scetion: last child{
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom:0px;
}
nav{
	width:800px;
	outline: 1px solid black;
	margin: 30px auto;
	font-size:1.5em;
}

nav ul{
	width:800px;
	margin:  auto;
}
nav ul li{
	float:left;
	text-algn:center;
	width:25%;
}

footer{
	background-color:lightgray;
	padding:30px;
}
figcaption{
	margin: 9px 0 18px 0;
}
p.prompt span{
	font-weight:bolder;
}
footer p{
	margin-bottom: 5px;
}
section#ex img{
	width:auto;
	height:260px;
	margin-right: 10px;
}

p.social{
	text-align:center;
}
p.social a{
	font-size:20px;
	text-align:center;
	line-height:30px;
	color:white;
	width:30px;
	height:30px;
	background-color:#BF2349;
	margin-right:5px;
}
p.social a:hover{
	background-color:#C4A16E;
}


img{
	width:100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,5);
}
main img{
	width:60%;
	float: right;
	margin:0 0 20px 20px 20px;
}
header h1{
	width:641px;
	height:100px;
	margin:auto;
	font-family:"scope";
}

aside img p{
	margin-bottom: 18px;
}
a{
	color: #BF2849;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #C4A16E;
}





















