.lakes-button {
    background-color: #7B98BD;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.lakes-button:hover, .lakes-button:active {
    background-color: #000;
    color: #fff;
}

#cww-header-row {
    background-image: url(../img/header-graphic.jpg);
    background-size: cover;
    margin-top: 120px;
    min-height: 80vh;
    background-position: center;
    margin: 120px 60px 0px 60px; 
    width: calc(100% - 120px);
}

#navbar-adjust {
    margin: 0px 60px; 
    width: calc(100% - 120px);
}

.cww-content {
    height: 396px;
    background-size: cover;
    background-position: center center;
}

#image-1 { background-image: url('../img/beach-row1-image.jpg'); }
#image-2 { background-image: url('../img/lighthouse-row2-image.jpg'); }
#image-3 { background-image: url('../img/apartments-row3-image.jpg'); }
#image-4 { background-image: url('../img/fireplace-row4-image.jpg'); }

.form-outline .form-control {
    border-radius: 0;
    background-color: #fff;
}

.form-outline .form-control:focus {
    border: none;
}

.form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
    padding-top: 0.37rem !important;
}

.form-outline .form-control:focus~.form-label {
color: #474d5f;
}


.form-outline .form-control:focus~.form-notch .form-notch-leading {
border-top: .125rem solid #474d5f;
border-bottom: .125rem solid #474d5f;
border-left: .125rem solid #474d5f; 
border-radius: 0;
}

.form-outline .form-control~.form-notch .form-notch-leading {
border-top: .125rem solid #6d99c0;
border-bottom: .125rem solid #6d99c0;
border-left: .125rem solid #6d99c0; 
border-radius: 0;
}

.form-outline .form-control:focus~.form-notch .form-notch-middle {
border-bottom: .125rem solid #474d5f;  
border-radius: 0; 
}

.form-outline .form-control~.form-notch .form-notch-middle {
border-bottom: .125rem solid #6d99c0; 
border-top: .125rem solid #6d99c0;  
border-radius: 0; 
}

.form-outline .form-control:focus~.form-notch .form-notch-trailing {
border-top: .125rem solid #474d5f;
border-bottom: .125rem solid #474d5f;
border-right: .125rem solid #474d5f;   
border-radius: 0; 
}

.form-outline .form-control~.form-notch .form-notch-trailing {
border-top: .125rem solid #6d99c0;
border-bottom: .125rem solid #6d99c0;
border-right: .125rem solid #6d99c0;   
border-radius: 0; 
}

.form-check-input[type=checkbox]:checked:focus, .form-check-input[type=checkbox]:checked {
    background-color: #6d99c0;
}

img {
    max-width: 100%;
}

@media only screen and (max-width:900px) {
    #cww-header-row {
        min-height: 50vh;
        margin: 124px 0px 0px 0px; 
        width: 100%;
    }
    #navbar-adjust {
    margin: 0px 30px; 
    width: calc(100% - 60px);
}
}

@media only screen and (max-width:520px) {
    #cww-header-row {
        min-height: 40vh;
    }
}
@font-face {
    font-family: 'F37 Ginger';
    src: url(fonts/F37Ginger-Thin.eot);
    src: url(fonts/F37Ginger-Thin.eot?#iefix) format("embedded-opentype"),url(fonts/F37Ginger-Thin.woff2) format("woff2"),url(fonts/F37Ginger-Thin.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'F37 Ginger';
    src: url(fonts/F37Ginger-Light.eot);
    src: url(fonts/F37Ginger-Light.eot?#iefix) format("embedded-opentype"),url(fonts/F37Ginger-Light.woff2) format("woff2"),url(fonts/F37Ginger-Light.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'F37 Ginger';
    src: url(fonts/F37Ginger-Regular.eot);
    src: url(fonts/F37Ginger-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/F37Ginger-Regular.woff2) format("woff2"),url(fonts/F37Ginger-Regular.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'F37 Ginger';
    src: url(fonts/F37Ginger-Bold.eot);
    src: url(fonts/F37Ginger-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/F37Ginger-Bold.woff2) format("woff2"),url(fonts/F37Ginger-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Independent Headline';
    src: url(fonts/INDEPENDENT_Headline-MediumWEB.eot);
    src: url(fonts/INDEPENDENT_Headline-MediumWEB.eot?#iefix) format("embedded-opentype"),url(fonts/INDEPENDENT_Headline-MediumWEB.woff2) format("woff2"),url(fonts/INDEPENDENT_Headline-MediumWEB.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "F37 Ginger", sans-serif;
    color: #000;
}

h2 {
    font-family: 'Independent Headline', serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.7rem;
}

p {
    font-size: 0.88rem;
}

input[type="submit"] {
    padding: 10px 30px;
    border: none;
}

.select-input {
    height: 60px;
    padding-left: 26px !important;
}

.select-arrow:before {
    content: "\2304";
    color: #6d99c0;
    font-size: 1.4rem;
}

.select-option {
    border: 1px solid #6d99c0;
    border-top: none;
}