body {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Merriweather', serif;
}

p, #contact{
    font-family: sans-serif;
}

main {
    padding-top: 60px;
}

.hero .map-canvas {
    height: 400px;
}

.logo {
    color: white!important;
    text-decoration: none!important;
}

.logo {
    text-decoration: none!important;
}

.notice {
    background-color: red;
    color: #fff;
}
/* Footer Start */

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
/*    height: 120px;*/
    display: block;
    background-color: rgb(24, 72, 28);
}

.list-inline>li>a{
    color: rgb(241, 218, 193);
}

.foot-row>div>p>a {
    text-decoration: underline;
}

.copyright, .foot-row>div>p>a{
    color: rgba(241, 218, 193, 0.56);
}

i {
    color: rgb(19, 56, 22);
}
.btnhome {
    float: right;
}

/* Footer End */

.btn {
    color: #fff;
    background-color: rgb(24, 72, 28);
}

.btn:hover {
    color: #fff;
    background-color: rgb(19, 49, 20);
}

/* Nav Start */

.navbar-inverse .navbar-nav>li>a {
    color: rgb(241, 218, 193);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(241, 218, 193);
    text-decoration: underline;
}

/* Nav End */

#reserve {
    margin-top: 18px;
}

#acres {
    background-color: aqua;
}

#map {
    border-color: #000;
}
