#menu .nav ul li a:hover {
    color: white;
}

#hero {
    margin-bottom: 0 !important;
}

#book .button.booknow {
    position: relative;
}

#book .medium {
    margin-bottom: 0 !important;
}

#footer .box > div > div.right a {
    display: inline-block;
}

#footer .box > div > div.right img {
    height: 75px;
}

@media screen and (min-width: 1025px) {
    #footer .box > div > div.left {
        width: 27.82609% !important;
    }

    #footer .box > div > div {
        width: 67.82609% !important;
    }

    .banner-active #header .button.diary {
        margin-bottom: 15vh !important;
    }

    .banner-active #header .button.scroll {
        margin-bottom: 15vh !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .banner-active #header .button.diary {
        margin-bottom: 15vh !important;
    }

    .banner-active #header .button.scroll {
        margin-bottom: 15vh !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-active #header .button.diary {
        margin-bottom: 25vh !important;
    }

    .banner-active #header .button.scroll {
        margin-bottom: 25vh !important;
    }
}

.closingDates{
	background: #585858; display:block; padding:1rem 1.5rem 0.5rem 1.5rem; color:white; margin-bottom:4rem; font-size:0.875rem;
}

@media screen and (min-width: 768px) {
    #book .umbraco-forms-form {
        margin-top: 200px !important;
    }
}