/*************English font***************/

@media(max-width:900px){
    .big{
        font-size:1.2em !important;
        line-height:100%;
    }
    .medium{
        font-size:0.9em !important;
        line-height:100%;
    }
    .small{
        font-size:0.7em !important;
        line-height:100%;
    }
}
@media(min-width:900px){
    .big{
        font-size:1.3em !important;
        line-height:100%;
    }
    .medium{
        font-size:1em !important;
        line-height:100%;
    }
    .small{
        font-size:0.8em !important;
        line-height:100%;
    }
}

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

.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;
}
.grey{
    color:#ccc;
}
.greyBg{
    background:#ccc;
}
.red{
    color:#F00 !important;
}
.redBg{
    background:#F00;
}

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

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

a.blackGrey{
    color:#1D1D1B !important;
    text-decoration: none !important;
}
a.blackGrey:hover{
    color:#c1c1c1 !important;
    text-decoration: none !important;
}


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

.textCenter{
    text-align:center;
}
.textRight{
    text-align:right;
}
.clickable{
    cursor:pointer;
}
.underline{
    text-decoration:underline;
}
.padding10{
    padding:10px;
}

@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;
}{
*/