@font-face {
    font-family: 'Parisienne';
    src: url('../Fonts/Parisienne.ttf');
}

@font-face {
    font-family: 'Roboto 300';
    src: url('../Fonts/Roboto-300.ttf');
}

@font-face {
    font-family: 'Roboto 500';
    src: url('../Fonts/Roboto-500.ttf');
}

* {
    font-family: 'Roboto 300', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4rem;
    margin: 0;
    outline: none;
    padding: 0;
    letter-spacing: .02rem;

    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    background-color: #fbfbfc;
    color: #353536;
}

a {
    color: #6d9e1e;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

img {
    display: block;
    height: auto;
    width: 100%;
}

ul {
    list-style: none;
}

main li::before {
    content: '•';
    display: inline-block;
    padding-right: .5rem;
}

h2 {
    color: #6d9e1e;
    font-family: 'Parisienne', cursive;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 3.2rem;
    margin-bottom: .5rem;
}

h3 {
    color: #000;
    font-size: 1.2rem;
    font-family: serif;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

p + h3 {
    margin-top: 2rem;
}

strong {
    font-family: 'Roboto 500', sans-serif;
    font-weight: normal;
}

.clearbreak {
    clear: both;
}

.hod {
    display: none;
}

.content {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 1120px;
}

.button-wrap {
    margin-left: 50%;
    margin-top: 1.5rem;
    transform: translateX(-50%);
}

.button {
    background-color: #537817;
    border-radius: .25rem;
    color: #fff;
    float: left;
    line-height: 1.6rem;
    margin: .5rem .1rem 0;
    padding: .5rem .75rem;
}

.button:hover {
    background-color: #4c6e16;
}

.button.button--booking {
    background-color: #0071c2;
    line-height: 3.2rem;
}

.button.button--booking:hover {
    background-color: #003580;
}

header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;

    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #eff0f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #eff0f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #eff0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eff0f7', GradientType=0); /* IE6-9 */
}

header > div {
    padding: 1rem 0;
    text-align: center;
    transition: all .6s ease-in-out;
}

.header-small header > div {
    padding: .5rem 0;
}

header h1 {
    display: none;
    visibility: hidden;
}

header .logo {
    display: inline-block;
}

header .logo img {
    display: block;
    height: 12rem;
    transition: all .6s ease-in-out;
    width: auto;
}

.header-small header .logo img {
    height: 6rem;
}

header iframe {
    position: absolute;
    right: 0;
    top: 0;
}

main {
    margin-top: 1px;
    overflow: hidden;
    padding-top: 14rem;
    transition: all .6s ease-in-out;
}

.header-small main {
    padding-top: 7rem;
}

main ul {
    margin: 1rem 0;
}

main .content {
    padding: 4rem 0;
    text-align: center;
}

main .content.content-no-pb {
    padding-bottom: 0;
}

main .content > p {
    margin-left: 15%;
    width: 70%;
}

main > img {
    height: auto;
    width: 100%;

    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
}

main .projects {
    margin-top: 3rem;
}

main .projects h3 {
    margin-bottom: 1.5rem;
}

main .projects > div {
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    padding: 1rem 0;
    width: 33%;
}

main .projects > div:last-child {
    border-right: none;
}

main .projects > div span {
    display: inline-block;
    width: 100%;
}

main .projects > div span:first-child {
    font-size: 3rem;
    font-family: 'Roboto 500', sans-serif;
    font-weight: normal;
    line-height: 3rem;
}

main .projects > div span:last-child {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

main .slick-slider {
    margin-top: 2rem;
    overflow: hidden;
}

main .slick-slider a {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 .1rem;
    width: 50%;
}


main .slick-slider a img {
    border-radius: .25rem;
}

main .slick-slider .slick-dots li,
main .slick-slider .slick-dots li::before {
    content: '' !important;
    display: inline-block !important;
    padding: 0 !important;
}

main .slick-slider .slick-dots li {
    background-color: #cfd0d4;
    border-radius: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin: 0 .2rem;
    transition: all .3s ease-in-out;
    width: 1rem;
}

main .slick-slider .slick-dots li.slick-active,
main .slick-slider .slick-dots li:hover {
    background-color: #6d9e1e;
}

main .slick-slider .slick-dots li.slick-active:hover {
    background-color: #608c19;
}

main .slick-slider .slick-dots li button {
    display: none;
}

footer {
    background-color: #111112;
}

footer iframe {
    border: none;
    height: 30vh;
    margin-top: 1rem;
    width: 100%;
}

footer a,
footer p {
    font-size: .8rem;
}

footer a {
    color: #f1f7f8;
}

footer a:hover {
    color: #6d9e1e;
}

footer span {
    margin: 0 .5rem;
}

footer .content {
    color: #f1f7f8;
    padding: 4rem 0;
}

footer .content div {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 1rem;
    vertical-align: top;
    width: 29.5%;
}

footer .content div:last-child {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 0;
    width: 69.5%;
}

footer .nav-meta-bottom {
    margin: 1.5rem 0;
}

footer .nav-meta-bottom li {
    display: inline-block;
    margin-left: .2rem;
}

footer .nav-meta-bottom li a {
    background-image: url('/Resources/Public/Images/email.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    font-size: 0;
    height: 1.4rem;
    opacity: .7;
    transition: all .3s ease-in-out;
    width: 1.4rem;
}

footer .nav-meta-bottom li a:hover {
    opacity: 1;
}


@media (max-width: 1179px) {

    * {
        font-size: 16px;
    }

    .content {
        width: 90%;
    }

    main .content {
        padding: 3rem 0;
    }

    main .content.content-no-pb {
        padding-bottom: 1.5rem;
    }

}

@media (max-width: 991px) {

    h2 {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }

    .hod {
        display: block;
    }

    .button-wrap {
        margin-left: 0;
        transform: none;
        text-align: center;
    }

    .button {
        display: inline-block;
        float: none;
    }

    header .logo img {
        height: 8rem;
    }

    main {
        padding-top: 10rem;
    }

    main .content > p {
        margin-left: 0;
        width: 100%;
    }

}

@media (max-width: 767px) {

    .content {
        padding: 0 10px;
        width: 100%;
    }

    header .content {
        padding: 0 15px;
    }

    header > div {
        padding: .5rem 0 !important;
    }

    header .logo img {
        height: 6rem !important;
    }

    header iframe {
        display: none;
    }

    main {
        padding-top: 7rem !important;
    }

    main .content {
        padding: 2rem 10px 0;
    }

    main .content:last-child {
        padding-bottom: 2rem;
    }

    footer {
        padding: 1rem 10px;
        text-align: center;
    }

    footer iframe {
        display: none;
    }

    footer .content {
        padding: 0;
    }

    footer .content div {
        padding: 0;
        width: 100%;
    }

    footer .content div:last-child {
        margin-top: 1rem;
    }

    footer .content div:last-child iframe {
        display: none;
    }

}
