:root {
    --bg-color: #fff;
    --lowlight: #aaa;
    --highlight: #000;
}


* {
    box-sizing: border-box;
    position: relative;
}

html, body {
    width:100%;
    margin:0px;
    padding:0px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background: #fff;
}

.wf-loading { visibility: hidden;}

h1, h2, h3, h4 {
    font-weight: 700;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

h1 img.logo {
    filter: invert(100%) sepia(11%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(102%);
    max-width: 1000px;
    width: 100%;
}

#topmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(black, transparent);
    padding: 25px 0px;
    height: 250px;
    z-index: 99;
    transition: .5s;
}

    #topmenu .logo, #footer .logo {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 20px;
        z-index: 99;
    }



    #topmenu .logo img {
        height: 80px;
        filter: invert(100%) sepia(11%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(102%);
        transition: .5s;
    }




    .scrolled #topmenu .logo img {
        height: 40px;
        transition: .5s;
    }

    .scrolled #topmenu {
        height: 80px;
        transition: .5s;
        padding: 0px;
    }

    #topmenu .buttons {
        text-align: right;
        padding-right: 50px;
    }

        #topmenu .buttons a {
            display: inline-block;
            text-decoration: none;
            color: #aaa;
            padding: 10px 20px;
            font-size: 20px;
            xtext-transform: uppercase;
        }

            #topmenu .buttons a:hover {
                color: var(--bg-color);
            }







#hero {
    width: 100%;
    height: 100vh;
    background: url(/images/bg-temp.jpg);
    background-size: cover;
    display: table;
}

    #hero:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.1);
    }

    #hero .cl {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10%;
    }

    #hero h1 {
        color: #810016;
        font-weight: 1000;
        font-size: 80px;
        text-transform: uppercase;
        display: inline-block;
        max-width: 50%;
        line-height: 70px;
        text-shadow: 2px 2px 5px rgba(255,255,255,0.4);
    }

    #hero h2 {
        color: var(--bg-color);
        font-weight: 1000;
        font-size: 20px;
        text-transform: uppercase;
    }

.mt {
    margin-top: 200px !important;
}

.hlfcntr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 40px;
    gap: 40px;
    align-items: center;
}

    .hlfcntr .hlf {
        line-height: 160%;

    }

    .hlfcntr .hlf.txt {
        padding: 150px;
        color: #000;
        
    }

        .hlfcntr .hlf.txt.l {
            padding-right: 350px;
        }

        .hlfcntr .hlf.txt.r {
            padding-left: 350px;
            text-align: right;
        }

    .hlfcntr .hlf.clr {
        background: var(--bg-color);
        
    }

        .hlfcntr .hlf img {
            object-fit: cover;
            height: 100%;
            width: 100%;

        }

        .hlfcntr .hlf h2 {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 100;
            color: var(--highlight);
            font-size: 30px;
        }

        .hlfcntr .hlf h3 {
            display: inline-block;
            text-transform: uppercase;
            font-weight: 100;
            color: var(--lowlight);
            font-size: 20px;
            margin-top: -10px;
        }

.mm {
    max-height: 600px;
}

.blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 80px;
    margin: 80px auto 150px auto;
    width: 100%;
    max-width: 2000px;
    padding: 0px 20px;

}

    .blocks a {
        aspect-ratio: 8/5;
        text-decoration: none;
        color: #000;
        font-size: 25px;
        background-size: cover;
        transition: .5s;
    }

    .blocks a:hover {
        transform: scale(1.1);
        transition: .5s;
    }


    .blocks a p {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 20px 20px 150px 20px;
        margin: 0px;
        font-weight: bold;
        background-image: linear-gradient(white, transparent);
    }

    .xblocks a:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        transition: .5s;
    }

    .ss img:nth-child(2) {
        display: none;
    }


.wwd {
    margin: 0 auto;
    max-width: 1400px;
    text-align: right;
    padding: 0px 40px;
}     

    .wwd h2 {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 100;
        color: var(--highlight);
        font-size: 30px;
    }

    .wwd h3 {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 100;
        color: var(--lowlight);
        font-size: 20px;
        margin-top: -10px;
    }


#footer {
    xheight: 600px;
    background: #000;
    color: #fff;
}
    
    #footer .center .logo {
        top: 200px;
        left: 100px;
        padding: 0px;
    }

        #footer .logo img {
            height: 150px;
            transition: .5s;
            filter: invert(100%) sepia(11%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(102%);
        }

    #footer .center .r {
        position: relative;
        text-align: right;
        padding: 100px 200px;
    }

.bldm {
    max-height: 800px;
    margin: 50px;
}

.btn {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 6px 43px 6px 10px;
    transition: .5s;
    background: #fff;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

    .btn:hover {
        transition: .5s;
        background: #000 !important;
        color: #fff;

    }

.btninvert {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 6px 43px 6px 10px;
    transition: .5s;
    background: #000;
    box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.3);
}

    .btninvert:hover {
        transition: .5s;
        background: #fff !important;
        color: #000;

    }



.ib {
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
}


ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#footer a {
    color: #fff;
    font-size: 16px;
}

    #footer a:hover {
        color: var(--lowlight);
    }


.sprk li {
    padding: 4px;
}

.sprk li .fa-solid {
    margin-right: 20px;
}

#mobilemenu, #hamburger {
    display: none;
}

.maincontainer {
    margin-top: 150px;
}


.cntr {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}