﻿@font-face {
    font-family: "Lithos Pro";
    src: url(../Fonts/LithosPro-Regular.otf);
    font-style: normal;
}

@font-face {
    font-family: "Bookman Old Style";
    src: url(../Fonts/BOOKOS.TTF);
    font-style: normal;
}

.lithos {
    font-family: 'Lithos Pro';
}

.bookman {
    font-family: 'Bookman Old Style'
}

.right{
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.verticalMiddle {
    vertical-align: middle;
}

.responsiveFont {
    font-size: 1vw;
}

.responsiveFontLarge {
    font-size: calc(1vw * 1.5);
}

.responsiveFontDouble {
    font-size: calc(1vw * 2);
}

.header {
    font-size: calc(1vh + 30px);
    font-weight: 800;
}

.inlineRewards{
    justify-content: center;
}