﻿:root {
    --white: #fff;
    --grey: #EEEEEE;
    --bodybg: #51635E;
    --default: #DAC3B0;
    --footerbg: #51635E;
}

@font-face {
    font-family: "SofiaProUltraLightAz";
    src: url(/css/fonts/ABCArizonaFlare-Light.otf);
}

* {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.cormorant-garamond {
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-color: var(--bodybg);
    font-family: SofiaProUltraLightAz, Arial, Verdana, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body * {
    font-weight: lighter;
    color: var(--default);
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    width: 100%;
    margin: 5vh 0;
    text-align: center;
    position: absolute;
    z-index: 999;
}

    header, header div {
        min-height: 12dvh;
        align-content: center;
    }

        header h3 {
            font-size: 22px;
            text-transform: uppercase;
            text-align: center;
            padding: 24px 0;
            margin: 0 auto;
        }

        header img {
            width: auto;
        }

wrapper, .slider {
    position: relative;
    display: block;
}

.slider {
    filter: brightness(70%);
}

wrapper .bannertxt {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    align-content: center;
}

h1 {
    color: #000;
}

wrapper .bannertxt h2 {
    text-align: center;
    position: relative;
    font-size: 60px;
    color: #fff;
}

footer {
    min-height: 10dvh;
    margin-top: -50px;
    align-content: center;
    text-align: center;
    background: var(--footerbg);
}

#singlebg {
    width: 100%;
    /*background: url(/gfx/header_bg.jpg) no-repeat;
	background-size: cover;*/
}

.copy {
    display: table;
    width: 96%;
    max-width: 1400px;
    margin: 0px auto;
}

    .copy .rigfootcol:nth-child(2) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .copy .rigfootcol {
        font-size: 14px;
    }

        .copy .rigfootcol h2 {
            margin-bottom: 0;
            font-weight: 600;
        }

        .copy .rigfootcol a {
            transition: all 0.5s;
        }

            .copy .rigfootcol a:hover {
                color: white;
            }

        .copy .rigfootcol span {
            text-transform: uppercase;
            font-size: 18px;
            padding-top: 4px;
        }

.b11kbtt, .btn {
    display: inline-block;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: white;
    transition: all .5s;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
}

.b11kbttgreen {
    background: var(--bodybg);
}

    .b11kbttgreen:hover {
        background: #000;
    }

.b11kbttmain {
    background: var(--default);
    color: var(--bodybg);
}

    .b11kbttmain:hover {
        background: #fff;
        color: var(--default);
    }

@media screen and (min-width: 768px) {
    #singlebg {
        height: 90vh;
    }

    .rigfootcol {
        float: left;
        width: 32%;
    }

    .copy .rigfootcol:nth-child(2) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 767px) {
    #singlebg {
        height:85vh;
    }

    header img {
        height: 60px;
        padding: 10px 6px 2px;
    }

    wrapper .bannertxt h2 {
        font-size: 50px
    }
}
