@font-face {
    font-family: "Lexia W01 Regular";
    src: url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.eot");
    src: url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.eot?#iefix")format("embedded-opentype"),
    url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.woff2")format("woff2"),
    url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.woff")format("woff"),
    url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.ttf")format("truetype"),
    url("../fonts/e08f754a43cdb5fb53d42b551ed107ff.svg#Lexia W01 Regular")format("svg");
}

.header-title-logo{
    margin-top: 4em;
}

#header_info{
    line-height: 1;
    min-width: 100%;
    height: 100%;
    max-width: none;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(59, 192, 116, 0.25);
    background-blend-mode: multiply;
}

#header_info.main-image{
    background-image: url('../images/Aerial-website_6553683.jpg');
}

#header_info.rates-image{
    background-image: url('../images/Clubhouse.jpg');
}

#header_info.events-image{
    background-image: url('../images/Photo_6553676.jpg');
}

#header_info.contact-image{
    background-image: url('../images/Photo_6553681.jpg');
}

.green-filter{
    background-color: rgba(59, 192, 116);
}

.green-filter img{
    opacity: 0.85;
}

#logo{
    max-width: 300px;
}


.nav-menu {
    font-size: 2.25em;
    font-family: "Lexia W01 Regular", Serif;
    color: #FFFAFAFF;
    text-decoration: none;
    margin: 0em 0.5em;
}

.contact {
    min-width: 190px;
    display: inline-block;
    padding-bottom: 1px;
}

a.nav-menu:hover {
    border-bottom: 1px #FFFAFAFF solid;
}

a.contact:hover {
    padding-bottom: 0px;
}


@media (min-width: 800px) and (max-width: 1200px ) {

    #header_info {
        height: 150%;
        background-size: 150%;
    }


    #header_info.rates-image{
        height: 110%;
        background-size: 110%;
    }


}


@media (min-width: 600px) and (max-width: 800px ) {

    #header_info {
        height: 170%;
        background-size: 170%;
    }


    #header_info.rates-image{
        height: 130%;
        background-size: 130%;
    }

    #logo{
        max-width: 150px;
    }

    .nav-menu {
        font-size: 1.75em;
        margin: 0em 0.5em;
    }

    .contact {
        min-width: 145px;
    }

}

@media (min-width: 400px) and (max-width: 600px ) {

    #header_info {
        height: 225%;
        background-size: 225%;
    }

    #header_info.rates-image{
        height: 170%;
        background-size: 170%;
    }


    #logo{
        max-width: 150px;
    }

    .nav-menu {
        font-size: 1.25em;
        margin: 0em 0.25em;
    }

    .contact {
        min-width: 105px;
    }

}

@media (min-width: 100px) and (max-width: 399px ) {

    #header_info {
        height: 250%;
        background-size: 250%;
    }

    #header_info.rates-image{
        height: 200%;
        background-size: 200%;
    }

    #logo{
        max-width: 100px;
    }

    .nav-menu {
        font-size: 0.75em;
        margin: 0em 0em;
    }

    .contact {
        min-width: 63px;
    }

}

.footer{
    text-align: center;
    margin-top: 100px;

}

p, ul, li, em {
    color: #65665D;
}

p {
    padding: 0.75em 0em;
}

h1, h2, h3, h4, h5, h6, h7{
    font-family: "Lexia W01 Regular", Serif;
    color: #225391;
    margin-bottom: 1em;

}

.italics {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.main-content{
    margin-top: 3em;
}

.main_col{
    margin-right: 2em;
}

.other_col{
    margin-left: 2em;
}

.gallery{
    min-height: 200px;
    max-height: 325px;
    /*border-radius: 10px;*/
    /*height: auto;*/
    width: auto;
    padding: 1em;
}

#course_map{
    padding: 3em;
    margin: 2em 0em;
    width: 80%;
}

.history{
    line-height: 2em;
}

.active{
    border-bottom: 2px #FFFAFAFF solid;
}

.subtitle{
    padding-top: 0em;
    margin-top: 0em;
    line-height: 1em;
}

.rates h2, .rates h4, .rates h5, .rates h6{
    padding-bottom: 0em;
    margin-bottom: 0em;
}

.rates p {
    padding-top: 0em;
    margin-top: 0em;
}

.bold {
    font-weight: bold;
}

.tournament-info p, .tournament-info h2 {
    line-height: 1.15em;
    padding-bottom: 0em;
    padding-top: 0em;
}

.tournament-info ul, .tournament-info li {
    line-height: 1.35em;
    padding-bottom: 0em;
    padding-top: 0em;

}

.restaurant-menus{
    border-radius: 5px;
    border: #1e1e1e solid 1px;
}

.completed{
    opacity: 30%;
}