:root {
    --titlefont: Rubik Mono One;
    --bodyfont: Bebas Neue;

    --primCol: #7E47D1;
    --secCol: #63E9BA;
    --dmbgCol: #121212;
    --dmsurColOne: #232323;
    --dmsurColTwo: #343434;
    --dmsurColThr: #454545;
    --dmsurColFou: #565656;
    --dmerrorCol: #CF6679;

    --dmtextColHE: #ffffffe0;
    --dmtextColME: #ffffff97;
    --dmtextColDIS: #ffffff55;


    --lmerrorCol: #B00020;



    --buttonmargin: 1.2vw;
}



.footercontainer {
    display: flex;
    flex-direction: column;

    background-color: var(--dmsurColOne);
	width: 100%;
}

.footermaincontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 272px;
}

.socialscontainer {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-right: 40px;
}

.socialstitle {
    font-family: var(--titlefont);
    font-size: var(--fontsizeS);
    color: var(--dmtextColHE);

    margin-top: 16px;
    margin-bottom: 8px;
}

.socialsbutton {
    font-family: var(--bodyfont);
    font-size: var(--fontsizeXS);
    border-style: none;
    background-color: #00000000;
    color: var(--dmtextColME);

    transition-duration: 0.2s;
}

.companycontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companytitle {
    font-family: var(--titlefont);
    font-size: var(--fontsizeS);
    color: var(--dmtextColHE);

    margin-top: 16px;
    margin-bottom: 8px;
}

.companybutton {
    font-family: var(--bodyfont);
    font-size: var(--fontsizeXS);
    border-style: none;
    background-color: #00000000;
    color: var(--dmtextColME);

    transition-duration: 0.2s;
}

.legalcontainer {
    display: flex;
    flex-direction: row;

    height: 52px;

    background-color: var(--dmsurColTwo);

    justify-content: center;
    align-items: center;
}

.termsbutton {
    background-color: #00000000;
    color: var(--dmtextColHE);
    border-style: none;
    margin: 0px 12px;
    font-family: var(--bodyfont);
    font-size: var(--fontsizeXS);

    transition-duration: 0.2s;
}

.copyrightcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 40px;

    color: var(--dmtextColME);
    background-color: var(--dmbgCol);
}