﻿#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;
    }
}

@media screen and (min-width: 1025px) {
	.text-images.reverse > div {
		display: flex;
		flex-direction: row-reverse;
	}
	.text-images.reverse > div .text {
		margin-left: 4.34783%;
		margin-right: 0;
	}
	.text-images.reverse > div .image {
		margin-right: 8.69565% !important;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.text-images.reverse > div {
		display: flex;
		flex-direction: column-reverse;
	}
	.text-images.reverse > div .text {
		margin-top: 40px;
	}
}