@charset "utf-8";
/* CSS Document */

footer {
    position: sticky;
    display: inline-block;
    align-items: center;
    max-width: 100%;
    width:100%;
    background-color: #232324;
    border-radius: 2vmin 2vmin 0 0;
    padding: 0vmin 0.3vmin;
    font-size: 4vmin;
    margin-top: 4%;
    overflow-x: hidden;
}

.leftFooter {
    padding: 0;
    margin: 0;
    max-width: 10%;
    border: 0;
    width: 10%;
}

.rightFooter {
    float: right;
    position: relative;
}

.line {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 5vmin !important;
    margin: 0 auto;
    width: 80%;
    height: 0.2vmin;
    background-color: white;
}

.FooterText {
    overflow: hidden;
    color: #ffffff;
    line-height: inherit;
    font-family: ".SFNSDisplay", "SFProDisplay-Regular", "SFUIDisplay-Regular", ".SFUIDisplay", "-apple-system", "BlinkMacSystemFont", sans-serif;
    font-size: 3vmin;
    letter-spacing: inherit;
}


footer a {
    color: #FFFFFF;
}

footer ul {

    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}



footer ul li a {
    color: #FFF;
    padding: 3vmin;
    display: block;
 }

h2 {
    position: relative;
    z-index: 999;
    margin: 0;
    text-align: inherit;
    background-size: cover;
    color: #fff;
    width: auto;
    overflow: visible;
    white-space: pre;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: 300;
    font-family: ".SFNSDisplay-Light", "SFProDisplay-Light", "SFUIDisplay-Light", ".SFUIDisplay-Light", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", sans-serif;
    font-size: 3vmin;
}

.aboutText {
    overflow: hidden;
    white-space: pre;
    color: white;
    letter-spacing: 0px;
    line-height: 1.2;
    font-size: 3vmin;
    font-weight: 699;
    font-family: ".SFNSDisplay-Bold", "SFProDisplay-Bold", "SFUIDisplay-Bold", ".SFUIDisplay-Bold", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", sans-serif;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin:5vmin;

}