.font-10 {font-size: 10px !important;}
.font-12 {font-size: 12px !important;}
.font-15 {font-size: 15px !important;}
.font-20 {font-size: 20px !important;}
.font-25 {font-size: 25px !important;}
.font-30 {font-size: 30px !important;}

h1 {font-size: 24px !important;}
h2 {font-size: 22px !important;}
h3 {font-size: 21px !important;}

img {width: 100% !important;}

/*.border-1-solid {border: 1px solid grey!important;}*/

/*body {background: #000000; color: white!important;}*/

.text-black {color: #000000!important;}

/*.card {border: 1px solid grey;}*/
/*.card-header {border-bottom: 1px solid grey;}*/

.btn-custom {
    color: #fff;
    background: linear-gradient(to right, #670069 60%, #af4179 120%);
    border-color: #5a0069;
}

.btn-custom:hover {
    color: white!important;
}
.bg-custom {
    background: linear-gradient(to right, #670069 60%, #af4179 120%);
    color: #FFFFFF !important;
}

.page-item.active .page-link{
    background-color: #5a0069;
    border-color: #5a0069;
    color: #fff !important;
}
.pagination li a{
    color: #5a0069 !important;
}

table {
    width: auto !important;
}

video {
    width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none!important;
    font-weight: 100;
}

.text-custom {
    color: #5a0069!important;
}