@font-face {
    font-family: urbanist;
    src: url(../fonts/Urbanist.ttf);
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: poppins-thin;
    src: url(../fonts/Poppins-Thin.ttf);
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: poppins-light;
    src: url(../fonts/Poppins-ExtraLight.ttf);
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}



html {
    font-size: 16px;
}

body {
    padding: 0px !important;
    margin: 0px !important;
    font-family: urbanist;
}






h1 {
    color: #CABBA4;
    font-size: 2.5em;
    font-weight: 100 !important;
}

    h1.heading, h1.heading-dark {
        position: relative;
        top: 60%;
        left: 5%;
        font-size: 6rem;
    }

h2 {
    font-size: 3em;
    font-weight: 100 !important;
}

h3 {
    color: #000;
    font-size: 2.0em;
}


p {
    margin: 0 0 20px;
    font-size: 1.4em;
    line-height: 1.6em;
    letter-spacing: 2px;
    font-weight: lighter;
}

    p.lead {
        font-weight: 600;
    }

a {
    color: #CABBA4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}
    a:hover,
    a:focus {
        text-decoration: none;
        color: #176e61;
    }

p {
    letter-spacing: 2px;
    font-size: 1.2em;
    font-weight: 400;
}

    p.on-dark, div.on-dark {
        color: #fff !important;
        font-size: 1.6em !important;
        font-weight: 100 !important;
        font-family: poppins-light
    }

    p.on-dark-sm, div.on-dark-sm {
        color: #fff !important;
        font-size: 1.0em !important;
        font-weight: 100 !important;
        font-family: poppins-light;
    }

    p.on-dark-lg, div.on-dark-lg {
        color: #fff !important;
        font-size: 2em !important;
        font-weight: 100 !important;
        font-family: poppins-light
    }

/* misc */
hr {
    margin-top: 10px;
}

li {
    letter-spacing:2px;
}


footer {
    background-color: #000 !important;
    color: #ADADAD;
    border-top: 1px solid #CABBA4;
    padding: 50px;
    z-index:1000 !important;
    position:relative;
    display:block;
    font-family:poppins-light;
}





























@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.hide-d {
    display: none;
}

.hide-m {
    display: block;
}

@media (max-width: 768px) {
    .hide-d {
        display: block !important;
    }

    .hide-m {
        display: none !important;
    }

    video {
        width: 100vw !important;
    }

    .bg-video-menu {
        background: rgba(0, 0, 0, 0.5);
        text-align: left !important;
        padding: 20px;
    }

    .bg-main-menu {
        background: rgba(255, 255, 255, 0.5);
        text-align: left !important;
        padding: 20px;
    }
}


    html {
        position: relative;
        min-height: 100%;
    }

    body {
        margin-bottom: 60px;
    }
