/*************English font***************/
@media(max-width:900px){
    .huge{
        font-size:50px !important;
        line-height:80%;
    }
    .bigger{
        font-size:40px !important;
    }
    .big{
        font-size:30px !important;
    }
    .medium{
        font-size:25px !important;
    }
    .small{
        font-size:20px !important;
    }
    .tiny{
        font-size:14px !important;
    }
}
@media(min-width:900px){
    .huge{
        font-size:90px !important;
        line-height:80%;
    }
    .bigger{
        font-size:60px !important;
    }
    .big{
        font-size:45px !important;
    }
    .medium{
        font-size:30px !important;
    }
    .small{
        font-size:23px !important;
    }
    .tiny{
        font-size:18px !important;
    }
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.topSpacerBigger{
    margin-top:50px;
}
.topSpacerBig{
    margin-top:30px;
}
.topSpacer{
    margin-top:20px;
}
.topSpacerSmall{
    margin-top:15px;
}
.topSpacerSmaller{
    margin-top:10px;
}
.bottomSpacerBigger{
    margin-bottom:50px;
}
.bottomSpacerBig{
    margin-bottom:30px;
}
.bottomSpacer{
    margin-bottom:20px;
}
.bottomSpacerSmall{
    margin-bottom:15px;
}
.leftSpacer{
    margin-left:20px;
}
.leftSpacerBig{
    margin-left:50px;
}
.rightSpacer{
    margin-right:20px;
}
.rightSpacerBig{
    margin-right:30px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.black{
    color:#1D1D1B!important
}
.blackBg{
    background:#1D1D1B
}

.white{
    color:#FFF !important;
}
.whiteBg{
    background:#FFF;
}

.blue{
    color:#03408b;
}
.blueBg{
    background:#03408b;
}

.grey{
    color:#909090;
}
.greyBg{
    background:#909090;
}

.greyDark{
    color:#606060;
}
.greyDarkBg{
    background:#606060;
}

.yellow{
    color:#df9c0a;
}
.yellowBg{
    background:#df9c0a;
}

.red{
    color:#FF5C35;
}
.redBg{
    background:#FF5C35;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

a{
    color:#FFF !important;
    text-decoration: underline !important;
}
a:hover{
    color:#df9c0a !important;
    text-decoration: underline !important;
}

a.yellow{
    color:#df9c0a !important;
    text-decoration: underline !important;
}

a.blueYellow{
    color:#03408b !important;
    text-decoration: none !important;
}
a.blueYellow:hover{
    color:#df9c0a !important;
    text-decoration: none !important;
}

a.yellowBlue{
    color:#df9c0a !important;
    text-decoration: none !important;
}
a.yellowBlue:hover{
    color:#03408b !important;
    text-decoration: none !important;
}

a.greyYellow{
    color:#606060 !important;
    text-decoration: none !important;
}
a.greyYellow:hover{
    color:#df9c0a !important;
    text-decoration: none !important;
}

a.whiteYellow{
    color:#FFF !important;
    text-decoration: none !important;
}
a.whiteYellow:hover{
    color:#df9c0a !important;
    text-decoration: none !important;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/


input[type="button"]{
    border:0px;
    outline:none;
    padding:10px 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}
input[type="button"].yellowBlueBtn{
    color:#FFF;
    background:#df9c0a;
}
input[type="button"].yellowBlueBtn:hover{
    background:#03408b;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

.textCenter{
    text-align:center !important;
}
.textRight{
    text-align:right !important
}
.textLeft{
    text-align:left !important;
}
.clickable{
    cursor:pointer;
}
.underline{
    text-decoration:underline;
}
.padding10{
    padding:10px;
}
.bold{
    font-weight:bold;;
}
.borderRadius{
    border-radius:5px;
}
.noUnderline{
    text-decoration: none !important;
}

@media(max-width:900px){
    .desktopOnly{
        display:none;
    }
    .mobileOnly{
        display:block;
    }
}
@media(min-width:900px){
    .desktopOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }
}

/*
*
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #FFF;
}

#Works on Chrome, Edge, and Safari
*::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: #FFF;
}
*::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 3px solid #FFF;
}{
*/