@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: inherit;
}
.akrobat_thin{
    font-family: 'Akrobat';
    font-weight: 100;
    font-style: normal;
}

.akrobat_extralight{
    font-family: 'Akrobat';
    font-weight: 200;
    font-style: normal;
}

.akrobat_light{
    font-family: 'Akrobat';
    font-weight: 300;
    font-style: normal;
}

.akrobat_regular{
    font-family: 'Akrobat';
    font-weight: 500;
    font-style: normal;
}

.akrobat_semibold{
    font-family: 'Akrobat';
    font-weight: 600;
    font-style: normal;
}

.akrobat_bold{
    font-family: 'Akrobat';
    font-weight: bold;
    font-style: normal;
}

.akrobat_extrabold{
    font-family: 'Akrobat';
    font-weight: 800;
    font-style: normal;
}

.akrobat_black{
    font-family: 'Akrobat';
    font-weight: 900;
    font-style: normal;
}
#footer{
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    background-color: rgba(18,20,29,1.00);
    min-height: 120px;
    color:rgba(255,255,255,1.00);
    padding: 10px;
}
#copyright{
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    background-color: rgba(0,0,0,1.00);
    min-height: 20px;
    color:rgba(255,255,255,0.6);
    font-size: 12px;
    padding: 10px;
}
.right{
    text-align: right;
}