*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
body{
    background: url('images/background.jpg') fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Cinzel', serif;
    height: 100%; 
    overflow: auto;
}
#menu{
    width: 100%;
    height: 90px;
    float: left;
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, 0.82);
    z-index: 1;
    text-align: center;
    font-size: 24px;
}
ul{
	list-style: none;
	margin-top: 15px;
}
li {
	display: inline;	
}
a.logo{
	color: #000000;
	text-decoration: none;
	font-size: 50px;
}
a.black{
	color: #000000;
	text-decoration: none;
}
a.black:hover{
	text-decoration: underline;
}
a.white{
	text-decoration: none;
	color: #ffffff;
}
a.white:hover{
	text-decoration: underline;
}
h1{
    font-size: 18pt;
    font-weight: 400;
}
p{
    font-family: 'Abel', sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 23px 0;
}
#logo{
	width: 100%;
	height: 90px;
	position: absolute;
    font-size: 38pt;
    line-height: 90px;
    text-align: center;
    z-index: 0;
}
#info{
    width: 325px;
    height: auto;
    float: left;
    margin-top: 100px;
    margin-left: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 37px;
    padding-bottom: 37px;
    text-align: center;
    color: #ffffff;
    background: rgb(20, 20, 20); 
    background: rgba(20, 20, 20, .85);
    outline: 8px solid rgba(255,255,255,0.1);
}
#contact_page{
    height: auto;
	width: 50%;
	margin-top: 50px;
	margin-left: 25%;
	display: inline-block;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-top: 37px;
    color: #ffffff;
    background: rgb(20, 20, 20); 
    background: rgba(20, 20, 20, .85);
    outline: 8px solid rgba(255,255,255,0.1);
}