@import "fonts.css";
@import "styles.css";

body {
    font-size: calc(12px + (22 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(1.4em + (1.6 - 1.2) * ((100vw - 300px) / (1600 - 300))) !important;
}

body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul,p {
    font-weight: 300 !important;
}

main {
    position: relative;
}

.top-container {
    width: 100%;
    position: absolute;
    top: -0.5rem;
    .contentWidth {
        margin: 0 auto;
    }
}

.back-to-top {
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
    padding: 0.7em;
    color: white;
    text-decoration: none;
    overflow: hidden;
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-left: 100%;
    display: none;

}

.back-to-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(../Icons/arrow_up.svg) no-repeat center 50%;
    background-size: contain;
    opcacity: 0.8;
}

.ce-textpic.ce-right {
    float: right;
}
