body{
	font-family: 'Playfair Display', serif;
	margin:1em;
	padding:1em;
	
}
#maindiv{
	max-width: 1240px;
	margin:auto;
	
}


h1{
	text-align: center;
	font-size: 72px;
	position:static;

}
h2{
	text-decoration: underline;
	font-size:35px;
}
header{
    position:static;
	border-top-style: double;
	border-color: black;
	border-width:16px;

}
li{
    color: white;
	text-align:center;
	width:10%;
	margin:1em;
	padding:1em;
	display:inline-block;
	vertical-align:top;
	background-color: black;
}

.regular{
	font-weight:400;
	

}
.italic{
	font-weight:400i;
	font-style:italic;
	
}
.bold{
	font-weight:700;
	
}
.bolditalic{ font-weight: 700;
	font-style: italic;
}
.black{
	font-weight: 900;
	

}
.blackitalic{
	font-weight: 900 ;
	font-style: italic;
	
}
ul{
	list-style: none;
	border-bottom-style: solid;
	border-color:black;
	border-width:2px;
	position:static; 
	
}


article{
	margin:1em;
    padding:1em;
	width:30%;
	display:inline-block;
	vertical-align:top;
	text-align:justify;
	
}
#top_left{ 
    position: absolute; 
	top:50%;
    right:0%;
    left:5%;
    bottom:20%;
}
#bottom_left{
    position: absolute; 
	top:120%;
    right:0%;
    left:5%;
    bottom:0;
}
.center{
text-align: center;
}
h4{
	color: white;
	width:29%;
	height: 10px;
	margin:1em;
	padding:1em;
	display:inline-block;
	vertical-align:top;
	background-color: black;
	position: absolute; 
	top:115%;
    right:0%;
    left:5%;
    bottom:0;
	}
h3{
    color: white;
	width:25%;
	height: 5px;
	margin:1em;
	padding:1em;
	display:inline-block;
	vertical-align:top;
	background-color: black;
	position: absolute; 
	top:60%;
    right:0%;
    left:60%;
    bottom:20;
    
}
#top_right{
    position: absolute; 
	top:55%;
    right:0%;
    left:55%;
    bottom:20%;
    margin:1em;
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
	width:30%;
	display:inline-block;
	vertical-align:top;
	text-align:justify;
	border-style: double;
	border-color: black;
	border-width:16px;
	height: 400px;
 }
img{
    position: absolute; 
	top:140%;
    right:0%;
    left:56%;
    bottom:20%;
}
#bottom_right{
    position: absolute; 
	top:150%;
    right:0%;
    left:55%;
    bottom:20%;
    margin:1em;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	width:32%;
	display:inline-block;
	vertical-align:top;
	text-align:justify;
	border-style: double;
	border-color: black;
	border-width:7px;
	height: 350px;
	font-size: 25px;
}
footer{
    position: absolute; 
	top:230%;
    right:2%;
    left:2%;
    bottom:100px;
    border-top-style: double;
	border-color: black;
	border-width:16px;
	margin-bottom: 100px;

}
