html {
    overflow-y:scroll;
}
body{
	background-color:#2D241D;
	margin:50px;
	color:white;
	text-align:center;
	
	/*font-family: 'Slabo 27px', serif;*/
	font-family: 'Cormorant SC', serif;
	/*font-family: 'Crimson Text', serif;*/
	z-index:-2;

}
.mainborder{
	border: 5px dotted #4C4134;
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
.mainborder2{
	border: 5px solid #4C4134;
	width:100%;
	box-sizing:border-box;
}
.mainframe{
	border: 50px solid #332C26;
	background-image:url('/img/backgrounds/leaves.png');
	background-repeat:repeat;
	background-color:#332C26;
	width:100%;
	box-sizing:border-box;
}
#logo{
	width:900px;
	max-width:70%;
}
#announcer_wrapper{
	width:100%;
}
#announcer{
	background-color:rgba(200,200,180,0.9);
	margin:50px;
	height:100px;
}
@media only screen and (max-width:720px){
	body{
		margin:20px;
	}
	.mainframe{
		border:20px;
	}
}