html {
    scroll-behavior: smooth;
}
body {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0;
    background-color: #343a40;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: cover;
}
.navbar{margin-bottom: 0px !important}

.navbar-nav.mr-auto .nav-item .nav-link:hover {
    color: #107C00;
}

footer {
    background-color: #343a40;
    color: #FFFFFF;
    background-attachment: fixed;
    position: static;
    background-size: cover;
    width: 100%;
    z-index: 99;
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    height: 4vh;
    bottom: 0px;
}

.home {
    display: table;
    table-layout: fixed;
    border-spacing: 0 0;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-image: url(../images/overlook-dark.jpg);
    background-attachment: fixed;
}
#reservations section {
    text-align: center;
    width: 80%;
    position: static;
    margin-left: 10%;
    margin-right: 10%;
    height: 200vh;
}

#home h1 {
    color: #FFFFFF;
    font-family: Papyrus, Onyx, "MS Serif", "MS Sans Serif", Courier, "Courier New", "Cascadia Code", Candara;
    font-style: normal;
    text-align: center;
    margin-top: 20vh;
}

#home h2 {
    text-align: center;
    font-family: Papyrus, Onyx, "MS Serif", "MS Sans Serif", Courier, "Courier New", "Cascadia Code", Candara;
    font-style: normal;
    outline-color: #343a40 !important;
    border-color: #353a40 !important;
    padding-top: 5vh;
}
#home h2 .btn.btn-success:hover {
    color: #107C00;

}


#about #about-container {
    border-radius: 10px;
    border-color: #FFFFFF;
    color: #FFD700;
    width: 40vw;
    padding-top: 20vh;
}



.page {
    table-layout: fixed;
    border-spacing: 0 0;
    background-color: #FFF;
    width: 100%;
    height: 120vh;
}

#about .ibe {
    padding-left: 0px;
    left: 50%;
    right: 50%;
    text-align: center;

}
#reservations {
    text-align: center;
    height: 200vh;
}

#home section {
    text-align: center;
    height: 90vh;
}
.col-xl-4 {
    text-align: center;
}

.mb-0 a {
    color: #FFF !important;
    font-family: Papyrus, Onyx, "MS Serif", "MS Sans Serif", Courier, "Courier New", "Cascadia Code", Candara;
    text-decoration: none !important;
    text-align: center !important;
}


.card-body {
    background-color: #52665D;
    text-align: center;
}

.mb-0 {
    text-align: center;
}


.mb-0 a:hover {
	color: #107C00 !important;
}

.card-body {
    color: #FFF;
}

@media (max-width:950px){
#about #about-container {
    width: 75vw;
}






}

.card #headingOne1 {
}
