@charset "UTF-8";
/* Header */
body {
	margin: 0px;
    background-color: black;
}
.page-wrapper {
	margin-left: auto;
	margin-right: auto;
}
#logo img{
	width: 400px;
    height: 120px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
/*  Navigation Bar */
.nav-bar ul {
    list-style-type: none;
    display: block;
    margin: auto;
    padding: 0;
	text-align: center;
    overflow: hidden;
    background-color: #BE1E2D;
}
.nav-bar li {
    display: inline-block;
    color: #F0F3F4;
    padding: 40;
    justify-content: center;
    font-family: Athelas;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    text-decoration: none;
}
.nav-bar a {
    color: #F0F3F4;
    text-decoration: none;
}
/*  Contact Us */
.row {
	display: inline-table;
	height: auto;
	width: 100%;
	margin-top:75px;
	margin-bottom: 50px;
  	padding: 10px;
    vertical-align: center;
}
.cleft {
	float: left;
	width: 48%;
}
#contact img {
	width: 100%;
    padding: 0px;	
}
.cright {
	float: right;
	width: 48%;
	color: #F0F3F4;
	text-align: center;
}
.cright h2 {
	height: auto;
	color: #F0F3F4;
    font-style: Majesti Banner;
	text-align: center;
}
.cright h3, p {
	height: auto;
	color: #F0F3F4;
    font-style: Athelas;
	text-align: center;
}
.cright h2 {
	font-size: 70px;
}
.cright h3 {
    font-size: 30px;
}
.cright p {
    font-size: 25px;
}
.cright i {
	height: auto;
    padding: 0px 10px 0px 10px;
	font-size: 50px;
}
.cright a {
    color: #F0F3F4;
    font-family: Athelas;
    text-decoration: none;
}
/*  Location */
.location {
	margin-bottom: 50px;
	text-align: center;
}
#location img {
	width: 30%;
}
.location h2 {
	color: #F0F3F4;
    font-family: Majesti Banner;
}
.location h3, p {
	color: #F0F3F4;
    font-family: Athelas;
}
.location h2 {
    font-size: 50px;
}
.location h3 {
    font-size: 30px;
}
.location p {
    font-size: 20px;
}
/*  Footer */
.footer {
    position:relative;
    left: 0;
    bottom: 0;
	right: 0;
    width: 100%;
}
.footer p {
	background-color: none;
	font-family: Athelas;
    color: #F0F3F4;
    font-size: 16px;
    text-align: center;
}