body {background-color:#dbd9d6;}

h1   {color:#df879d; font-family: "brim-narrow-combined-1", "Garamond"; font-weight: bolder; font-style: normal; text-transform: uppercase}
h2 {color:#df879d; font-family: "brim-narrow-combined-1", "Garamond"; font-weight: bolder; font-style: normal; font-size: 90%; text-transform: uppercase}
h3 {color:#dbd9d6; font-family: "brim-narrow-combined-1", "Garamond"; font-weight: bolder; font-style: normal; font-size: 300%; text-transform: uppercase; text-align: center}
h4 {color:#4f7f70; font-family:"Gill Sans MT", sans-serif; font-style: normal; font-size: 95%}
h5 {color: #dbd9d6; font-family:"Gill Sans MT", sans-serif; font-style: normal; font-size: 95%}
p  {color: #282828; font-family: "Gill Sans MT", sans-serif; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;}

.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

ul {list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;}
li {float: left;}
li a {display: block;
    color:#282828;
    font-family: "Garamond"; 
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;}
li a:hover:not(.active) {background-color: #4f7f70; color: #dbd9d6}

.active {background-color: #df879d; color: #dbd9d6}

.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.logo {
    width: auto;
    height: 50px;
    display: inline-block;
    position:relative;
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 5px;
    }

img {
    max-width: 100%;
    height:auto;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;}

.overlay {
    display: block;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#282828;
    opacity:.5}

.main-content {
    float:left;
	max-width:500px;
	height:300px;
	margin-top:100px;
	margin-left:30px;}

.left_column{
	float:left;
	width:75%;
	max-width:400px;
	height:auto;
    margin-left:30px;
    margin-right:30px;
	margin-top:50px;
    margin-bottom:30px
}

#menu {
    font-family: "Gill Sans MT", sans-serif;
    border-collapse: collapse;
    width: 75%;
    margin-left: 9%;
    margin-bottom:30px;
}

#menu td, #menu th {
    text-align: left;
    padding: 8px;
}

#menu tr:hover {background-color: #df879d;}

#menu th {
    font-family: "brim-narrow-combined-1", "Garamond"; 
    font-weight: bolder; 
    text-transform: uppercase;
    border-collapse: collapse;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #282828;
    color: #dbd9d6;
}


footer {display: block;
    overflow: hidden;
    background-color: #df879d;
    color:#dbd9d6; 
   bottom: 0;
    width: 100%;}
