﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');


body {
    background-color: #222222;
    margin: 0 0 0 0;
    padding: 0;
    min-width: 1020px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    font-style: normal;
    /*letter-spacing: -.5px;*/
}

a {
    text-decoration: none;
    color: #754294;
}

.sel_item {
    font-weight: bold;
    color: #2c13059e;
    opacity: .3;
}

.border_top {
    position: absolute;
    top: -5px;
    left: 0px;
    filter: drop-shadow(0 -5px 5px #22222243);
}

#blockwrap {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    pointer-events: none;
    background:white;
}




#login {
    float: right;
    margin: 25px 20px 0 0;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    text-align: center;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    background-color: #f1eae3;
    border: 1px solid #0000001e;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #00000089;
    opacity: .6;
    z-index: 2;
    cursor: pointer;
}

    #login:hover {
        opacity: 1;
    }

#getstarted {
    float: right;
    margin: 25px 20px 0 0;
    height: 30px;
    padding: 0 10px 0 10px;
    line-height: 30px;
    text-align: center;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: white;
    background-color: #ca506a;
    border: 1px solid #cf6078;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #00000089;
    opacity: .9;
    z-index: 2;
    cursor: pointer;
}

    #getstarted:hover {
        opacity: 1;
    }


#wrapper_bottom {
    position: relative;
    padding: 20px 0 0 0;
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 0 auto;
}


.vignette-shadow {
    box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 1), inset 0 -15px 30px rgba(0, 0, 0, 1);
}
