.fontTrebuchet {
    font-family: Calibri, Candara;
}

.fontImpact {
    font-family: "Franklin Gothic", Arial Bold;
    font-weight: 700;
}

.fontWhite {
    color: #f9f9f9;
    text-shadow: 0 0 5px #131313;
}


.fontWhite1 {
    color: #f9f9f9;
    text-shadow: 0 0 3px #131313;
}

.fontBlue {
    color: #32aaff;
    text-shadow: 0 0 3px #ffffff;
}

.fontBlue2 {
    color: #32aaff;
    text-shadow: 0 0 10px #ffffff;
}

.fontDark {
    color: #0A9CBE;
    text-shadow: 0 0 2px #000000;
}

.fontDarkGray {
    color: #c7c7c7;
    text-shadow: 0 0 2px #000000;
}

.fontDarkBlue {
    color: #035589;
    text-shadow: 0 0 5px #ffffff;
}

.textJustify {
    text-align: justify;
}


.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}


.textAlignMiddle {
    vertical-align: middle;
}

.textAlignBottom {
    vertical-align: bottom;
}

.textAlignTop {
    vertical-align: top;
}

.textSmall1 {
    font-size: 15px;
}

.textSmall {
    font-size: 20px;
}

.textMedium {
    font-size: 40px;
}

.textMedium1 {
    font-size: 20px !important;
}

.textLarge {
    font-size: 50px;
}

@media (max-width: 1000px) {
    .textSmall {
        font-size: 30px !important;
    }
    .textSmall1 {
        font-size: 30px !important;
    }
    .textMedium {
        font-size: 60px !important;
    }
    .textMedium1 {
        font-size: 30px !important;
    }
    .textLarge {
        font-size: 50px !important;
    }
}

@media (min-width: 1600px) {
    
}