html{
    scroll-behavior: smooth;
}

body{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Montserrat';
    background: #e3e3e3 !important;
}

.img-responsive{
    height: auto;
    width: 100%;
}
.navbar{
    background: #002106 !important;
    border: none;
}

.navbar-brand{
    text-transform: uppercase;
}

.navbar li a{
    color: white !important;
}

@media screen and (max-width: 1200px){
    .navbar li a{
        font-size: 13px;
    }
}
.container{
    width: 90% !important;
}

.dark-bg-large{
    display: block;
    width: 100%;
    margin: auto;
    min-height: 650px;
    color: white !important;
    background: #002106; /* dark green */
    padding-top: 100px;
}

.dark-bg-med{
    display: block;
    width: 100%;
    margin: auto;
    min-height: 250px;
    color: white !important;
    background-image: url('../img/img4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    
    color: white !important;
}

.med-overlay{
    min-height: 250px;
    background: rgba(0,0,0,0.65);
    margin-top: 0px;
    padding-top: 100px;
}

.dark-bg-med h1{
    letter-spacing: 5px;
    text-shadow: 2px 2px 4px black !important;
    
}
.dark-bg-med h2{
    text-transform: uppercase;
    font-size: 55px;
    letter-spacing: 5px;
    
}



.dark-bg-med h2 i{
    margin-right: 45px;
    animation-name: slidetitle;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 768px){
    .dark-bg-med h2{
        font-size: 25px;
        letter-spacing: 3px;
    }
    
    .dark-bg-med h2 i{
        margin-right: 15px;
    }
}

@keyframes slidetitle{
    from{margin-right: -25px;}
    to{margin-right: 45px;}
}

@media screen and (max-width: 768px){
    .dark-bg-med h2{
        font-size: 25px;
        letter-spacing: 3px;
    }
    
    .dark-bg-med h2 i{
        margin-right: 15px;
    }
    
    @keyframes slidetitle{
        from{margin-right: -25px;}
        to{margin-right: 15px;}
    }
}


.dark-bg-large h2{
    color: silver;
    
}

.dark-bg-large h1{
    font-size: 70px;
    text-shadow: 2px 2px 4px black;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.dark-bg-large img{
    width: 100%;
    height: auto;
    margin: 20px;
    padding-top: 20px;
}

.dark-bg-large a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    letter-spacing: 7px;
    padding: 20px 40px;
    border: solid 1px white;
    margin-top: 30px !important;

}


@media screen and (max-width: 768px){
    
    .dark-bg-large{
        padding-top: 25px;
    }
    .dark-bg-large h1{
        font-size: 35px;
    }
    
    .dark-bg-large img{
        margin: auto;
        margin-top: 10px;
    }
    
    .dark-bg-med h2{
        font-size: 30px;
    }
}
.dark-bg-large a:hover{
    color: #002106;
    background: #e3e3e3;
    transition: .3s ease;
}

.photo-strip-small{
    display: block;
    width: 100%;
    min-height: 300px;
    background-image: url('../img/img1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 1350px){
    .photo-strip-small{
            background-position-y: -700px;
    }
}

.home-row{
    padding-top: 30px;
}

.home-row h1{
    font-weight: bold;
    font-size: 50px;
}

.home-row h2{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-row img{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.grid-item{
    background: #002106;
    border: solid 1px grey;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    height: 130px;
    padding-top: 0px;
    color: white !important;
    text-decoration: none !important;
}

.grid-item a{
    color: white !important;
    text-decoration: none;
}
.grid-item:hover{
    opacity: .8;
    transition: .3s ease;
    cursor: pointer;
    border-color: #e3e3e3;
}

.grid-item h3{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
}

.grid-item h3 i{
    font-size: 30px;
    color: grey;
    padding: 5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px){
    .grid-item h3{
        font-size: 15px;
    }
}

.background-lake{
    background-image: url('../img/img5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    margin: auto;
    min-height: 250px;
    margin-top: 50px;
    
}

.lake-overlay{
    background: rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    margin: auto;
    min-height: 250px;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 990px){
    .background-lake img{
        margin-top: 25px;
    }
}

.background-grey{
    background: grey;
    display: block;
    width: 100%;
    margin: auto;
    min-height: 250px;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
}




.button-one{
    padding: 8px 12px;
    border: none;
    background: #002106;
    color: white;
}

.button-one:hover{
    opacity: .7;
    transition: .3s ease;
}


footer{
    display: block;
    width: 100%;
    margin: auto;
    background: #002106;
    min-height: 250px;
    padding-top: 25px;
}

footer p{
    text-align: center;
    color: white;
}

footer span{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 15px; 
    margin-right: 15px;
}
footer a{
    color: white;
}