@charset "UTF-8";
/* CSS Document */

.menu-bg {
    background-color: rgba(0,84,132,0.85);
}
/* CSS Document */

.header-bg {
    background-color: rgba(255,255,255,0.85);
}
.white-text {
    color: #FFFFFF;
}
.site-text {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.title-color {
    color: #F5F5F5;
    text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.lighthouse-bg1 {
    background-image: url(../Media/BackGrounds/site-lighthouse-edit.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.lighthouse-trans-bg {
    background-image: url(../Media/BackGrounds/site-lighthouse-edit.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
.light {
}
.section-pad {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.box-pad {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.top-pad-20 {
    padding-top: 20px;
}
.box-margin {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dark-text {
    color: rgba(22,22,22,1.00);
}
.black-text {
    color: rgba(22,22,22,1.00);
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-20 {
    margin-top: 20px;
}
p {
    font-size: 16px;
    vertical-align: middle;
}
h2 {
    font-weight: 100;
}
.title-text-blue {
    color: rgba(0,63,96,1.00);
}
.big-title {
    font-size: 50px;
}
.shadow-text {
    text-shadow: 1px 1px 1px rgba(89,89,89,1.00);
}
.site-font {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.right-box-margin-10 {
    margin-right: 10px;
}
.pad-right-10 {
    padding-right: 10px;
}
.sticky-section {
    position: fixed;
    right: auto;
    left: auto;
    width: 100%;
    top: 0px;
}
