* {
    box-sizing: border-box;
}

body {
    background-image:url("images/rnnbg.jpeg");
    background-repeat: no-repeat;
    background-color: #32523B;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Quicksand', sans-serif;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("images/menu_button.svg");
    font-size: 1.5em;
}

button.navbar-toggler {
    border: 0;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

#book_button {
    background: #FBC212;
    color: #32523B;
    border: 0;
    border-radius: 10px;
}

#booknow {
    font-family: 'Merriweather', serif;
}

#booker {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    /*height: 90px;*/
    background-color: #FBC212;
}

#enquire {
    font-family: 'Quicksand', sans-serif;
    text-decoration: underline;
}

.booker_menu {
    border: 0;
    background-color: transparent;
    border-bottom: 3px solid black;
    outline: 0;

}

#submit_btn {
    background-color: #32523B;
    color: #FBC212;
    /*width: 60%;*/
    height: 2.8em;
}

.font-cream{
    color: #FAF5E7;
}

.ulnone {
    list-style-type: none;
    padding-left: 0;
}

hr {
    width: 70%;
    margin: auto;
}

hr.dashed {
    border-top: 3px dashed #bbb;
}

.footer {
    /*height: 60px;*/
    background-color: rgba(50,82,59, 0.7);
    color: #FBC212;
}

.nav-item {
    text-decoration: none;
    color: #FBC212;
}


a {
    text-decoration: none;
    color: inherit;
}

div.collapse>ul>li>a:hover {
    color: deepskyblue;
}

.social:hover {
    color: #FBC212;
}

#sortxt {
    color: #FBC212;
    font-weight: 400;
}

.find_us{
    color: #FAF5E7;
    font-size: 16px;
}

#contact {
    color: #FAF5E7;
}

@media only screen and (min-width: 992px){
    #nav1 {
        height: 110px;
    }
}

