body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    font-size: 18px;
}

table, tr, td{
    margin: 0;
    border: 0;
}

.clear {
    clear: both;
}

#wrapper{
    border: 0;
    margin: 0 !important;
}

#header{
    width: 100%;
    height: 250px;
    background-image: url("/images/beach2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#headerTitle{
    position: relative;
    width: 60%;
    height: auto;
    z-index: 1;
    left: 15%;
    top: 24px;
    font-family: 'Droid Serif', serif;
    color: white;
    font-size: 7vw;
    letter-spacing: 5px;
}

#headerTitle a{
    color: white;
    text-decoration: none;
}

#contactInfo{
    width:30%;
    height:80px;
    z-index:2;
    float: right;
    margin: 30px;
    padding: 20px;
    color: white;
    font-size: 20px;
    text-align: right;
}


#navigation{
    position: relative;
    bottom: 0;
    padding-top: 10px;
    height: 35px;
    width: 100%;
    text-align: center;
    background-color: #1f3e61;
    margin-bottom: -5px;
}

#restrictions{
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.bodyText{
    padding: 20px 40px;
    line-height: 1.6em;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.quoteText{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: white;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    font-family: 'Droid Serif', serif;
    color: #ffffff;
    font-size: 20px;
    background: #1f3e61;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #31629b;
    text-decoration: none;
}
.subtitle{
    text-align: center;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
    font-size: 35px;
}

.secondary{
    margin-top: 0;
}

.secondary_subtitle{
    text-align: center;
    font-size: 30px;
}

.subheader{
    background-color: #407ec3;
    padding: 20px;
    color: white !important;
    font-size: 20px;
    line-height: 1.5;
}

.main{
    background-color: white;
    padding: 20px 100px;
}

.white, .white a{
    color: white;
    text-decoration: none;
}