body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Helvetica Neue Roman, sans-serif;
}


h1 {
    font-family: Helvetica Neue, sans-serif;
    font-size: 32px;
}

h2 {
    font-family: Helvetica Neue, sans-serif;
    font-size: 23px;
}

h3,h4,h5 {
    font-family: Helvetica Neue, sans-serif;
    font-size: 16px;
}

p {
    font-family: Helvetica Neue Roman, sans-serif;
    font-size: 16px;
    color: #999999;
}

.content-section-a h2 {
    color: #142859;
    font-size: 28px;
}

.topnav {
    /*font-family: Helvetica Neue, sans-serif;*/
    font-size: 16px;
    background: #00BAEC;
    border-color: #00baec;
    height: 75px;
    color: white !important;
    z-index: 5;
    opacity: .96;
    font-family: Helvetica Neue, sans-serif;
}

.topnav li a {
    color: white !important;
    margin-top: 4px;
    font-size: 14px;
}

.custom-brand-image {
    width: 48px;
    height: 48px;
}

.custom-brand {
    letter-spacing: 1.0px;
    margin-left: 4px;
}

.custom-collapse {
    background: #00baec;
    margin-top: 10px;
}

.custom-collapse li:hover {
    background: rgba(0,0,0,0.09);
}

.navbar-toggle {
    border-color: white !important;
}

.navbar-toggle:focus {
    background: rgba(0,0,0,0.09) !important;
}

.navbar-toggle:hover {
    background: rgba(0,0,0,0.09) !important;
}

.icon-bar {
    background-color: white !important;
}

.custom-position {
    padding-top: 20px;
    margin-bottom: -30px;
}

.navbar-custom {
    font-size: 22px;
    margin-top: 10px;
    padding-top: 4px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.intro-header {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/main.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 15%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 32px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.move-down-button {
    margin-bottom: 25px;
}

.move-down-button a {
    height: 60px;
    width: 60px;
    color: #e4e4e4;
    font-size: 30px;
    border-radius: 30px;
    padding-top: 13px;
    padding-right: 12px;
    background: rgba(250,250,250,0.3);
    border-color: rgba(250,250,250,0.2);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .move-down-button {
        display: none;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #EEEEEE;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
    color: #222222;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #142859;
    background: #eee;
    background-size: cover;
}

.banner h2 {
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 23px;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.input-custom {
    height: 40px;
    border-radius: 2px;
    font-size: 16px;
    padding-top: 11px;
}

.input-custom-message {
    height: 85px;
    border-radius: 2px;
    font-size: 16px;
    padding-top: 11px;
}

.custom-submit-btn {
    background: #142859;
    border-color: #142859;
    border-radius: 2px;
    color: #fff;
    opacity: .9;
    padding-top: 10px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin-left: 20px;
        margin-top: -30px;
        margin-bottom: 40px;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 23px;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #eeeeee;
    color: #999;
}

.custom-footer {
    background: white;
}

p.copyright {
    margin: 15px 0 0;
}

.property-info h2 {
    color: #142859;
    /*margin-bottom: 35px;*/
    margin-left: -20px;
    margin-top: 0px;
    font-size: 28px;
}

.property-info p {
    color: #555;
    text-align: left;
    /*padding-top: 25px !important;*/
    margin-top: 40px;
}

.custom-list {
    margin-top: 144px;
}

@media(max-width:480px) {
    .custom-list {
        margin-top: 0px;
    }
    .custom-navbar-property ul li a {
        color: white !important;
        font-size: 18px;
        font-weight: bold;
    }
    .custom-navbar-property .navbar-collapse {
        background: #999;
        width: 50%;
        z-index: 200 !important;
    }
    .custom-navbar-property ul {
        z-index: 200;
        position: absolute;
    }
    .custom-navbar-property ul li {
        background: #999;
        width: 100% !important;
        z-index: 200;
    }
    .adjust-height {
        margin-top: 0px;
    }
}

@media(min-width:480px) {
    .custom-list-amenities {
        padding-top: 80px;
    }
}

.surroundings li {
    color: #142859;
}

.navbar-toggle .icon-bar {
    background-color: #142859 !important;
}

.navbar-toggle {
    border-color: #142859 !important;
    margin-top: 32px !important;
}

.adjust-height {
    margin-top: 75px;
}

.content-section-a h3 {
    font-size: 19px;
}

.content-section-b h2 {
    color: #142859;
    font-size: 28px;
}

.property-info-container h1 {
    font-size: 28px;
    color: #142859;
}

.h2-title {
    color: #142859;
    font-size: 18px;
}

.h2-info {
    color: #777;
    font-size: 18px;
}

.left-align {
    padding-left: 0;
}

.custom-lead-ul {
    margin-top: 72px;
}

.custom-fee-section {
    background: #142859;
    color: white;
    margin-top: 48px;
    padding: 30px;
}

.custom-fee-section p {
    color: white !important;
}

.custom-contact-btn {
    margin-left: 25px;
    border-radius: 4px;
    border-color: #eee;
    background: #142859;
    color: white;
}
