@charset "UTF-8";

@font-face {
	font-family: 'Candara';
	src: url("../images/fonts/Candara.ttf");
	src: url("../images/fonts/Candarab.ttf") format('truetype'), 
		 url("../images/fonts/Candarai.ttf") format('truetype'),
		 url("../images/fonts/Candaral.ttf") format('truetype'),
		 url("../images/fonts/Candarali.ttf") format('truetype'),
		 url("../images/fonts/Candaraz.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
	
@font-face {
	font-family: 'Royalacid';
	src: url("../images/fonts/Royalacid.ttf");
	src: url("../images/fonts/Royalacid_o.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CaviarDreams';
	src: url("../images/fonts/CaviarDreams_0.ttf");
	src: url("../images/fonts/CaviarDreams_Bold.ttf") format('truetype'),
		 url("../images/fonts/CaviarDreams_BoldItalic.ttf") format('truetype'),
		 url("../images/fonts/CaviarDreams_Italic.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url("../images/building01.jpg");
	margin: 0px;
	padding: 0px;
}

.header {
    background-color: rgba(0,0,0,1.00);
    width: 98%;
    height: 130px;
    padding: 0px 0px 0px 30px;
}

nav {
    height: 85px;
    background-color: rgba(0,0,0,1.00);
}

ul {
	margin: 0px auto;
	padding: 15px;
	display: flex;
	flex-direction: row;
	width: 95%;
	list-style-type: none;
	list-style-image: none;
}

ul li {
	display: block;
	height: 75px;
	width: 20%;
	padding: 0px 0px 0px 20px;
	justify-content: center;
}

ul li a {
    display: block;
    height: 60px;
	width: 300px;
    padding-top: 35px;
    color: rgba(175,189,33,1.00);
    font-family: Candara;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.5em;
	text-align: center;
}

a {
	color: #000;
	font-size: 25px;
	text-decoration: none;
}

.link {
	margin: 5%;
	padding-left: 50px;
	text-decoration: underline;
}

h2 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 60px;
    font-family: Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    color: rgba(0,0,0,1.00);
}

h3 {
    text-align: center;
	margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    font-family: Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    color: rgba(0,0,0,1.00);
}

.list {
	margin: 0px auto;
	width: 80%;
}

.left_col {
	background-color: rgba(175,189,33,1.00);
	float: left;
	width: 50%;
	height: 800px;
	margin-right: 10px;
	opacity: 50%;
}

.right_col {
	background-color: rgba(175,189,33,1.00);
	float: right;
	width: 50%;
	height: 800px;
	opacity: 50%;
}

.body_text {
	font-family: Caviar Dreams;
	font-weight: 600;
	padding: 0px 100px 0px 100px;
}

.center{
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
	margin-top: 60px;
    font-family: Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    color: rgba(255,255,255,1.00);
    font-size: 1.5em;
}


