/* FONT */

.text-darkblue {
    color: darkblue;
}

.text-lightgrey {
    color: lightgrey;
}

.fs-55 {
    font-size: 1.1rem !important;
}

.fs-px-45 {
    font-size: 45px !important;
}

.fs-px-65 {
    font-size: 65px !important;
}

/* MARGINS */

.mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.mx-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

/* PADDING */

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.px-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

/* DIMENSIONS */

.wpx-10 {
    width: 10px !important;
}

.wpx-20 {
    width: 20px !important;
}

.wpx-30 {
    width: 30px !important;
}

.wpx-40 {
    width: 40px !important;
}

.wpx-50 {
    width: 50px !important;
}

.wpx-60 {
    width: 60px !important;
}

.wpx-70 {
    width: 75px !important;
}

.wpx-75 {
    width: 75px !important;
}

.wpx-80 {
    width: 80px !important;
}

.wpx-100 {
    width: 100px !important;
}

.wpx-125 {
    width: 125px !important;
}

.wpx-150 {
    width: 150px !important;
}

.wpx-175 {
    width: 175px !important;
}

.wpx-200 {
    width: 200px !important;
}

.wpx-225 {
    width: 225px !important;
}

.wpx-250 {
    width: 250px !important;
}

.wpx-275 {
    width: 275px !important;
}

.wpx-300 {
    width: 300px !important;
}

.wpx-350 {
    width: 350px !important;
}

.wpx-450 {
    width: 450px !important;
}

.wpx-500 {
    width: 500px !important;
}

.wpx-750 {
    width: 750px !important;
}

/* max-width */

.wmax-100 {
    max-width: 100px !important;
}

.wmax-150 {
    max-width: 150px !important;
}

.wmax-200 {
    max-width: 200px !important;
}

.wmax-250 {
    max-width: 250px !important;
}

.wmax-300 {
    max-width: 300px !important;
}

.wmax-350 {
    max-width: 350px !important;
}

.wmax-375 {
    max-width: 375px !important;
}

.wmax-400 {
    max-width: 400px !important;
}

.wmax-450 {
    max-width: 450px !important;
}

.wmax-500 {
    max-width: 500px !important;
}

.wmax-650 {
    max-width: 650px !important;
}

.wmax-750 {
    max-width: 750px !important;
}

.wmax-850 {
    max-width: 850px !important;
}

.wmax-1000 {
    max-width: 1000px !important;
}

.wmax-1100 {
    max-width: 1100px !important;
}

.wmax-1200 {
    max-width: 1200px !important;
}

/* min-width */

.wmin-100 {
    min-width: 100px !important;
}

.wmin-150 {
    min-width: 150px !important;
}

/* height */

.hpx-15 {
    height: 15px !important;
}

.hpx-20 {
    height: 20px !important;
}

.hpx-30 {
    height: 30px !important;
}

.hpx-40 {
    height: 40px !important;
}

.hpx-50 {
    height: 50px !important;
}

.hpx-80 {
    height: 80px !important;
}

.hpx-200 {
    height: 200px !important;
}

.hpx-300 {
    height: 300px !important;
}

.hpx-350 {
    height: 350px !important;
}

.hvh-78 {
    height: 78vh !important;
}

.hvh-80 {
    height: 80vh !important;
}

.hvh-88 {
    height: 88vh !important;
}

/* max-height */

.hmax-200 {
    max-height: 200px !important;
}

.hmax-350 {
    max-height: 350px !important;
}

.hmax-400 {
    max-height: 400px !important;
}

.hmax-500 {
    max-height: 500px !important;
}

.hmax-700 {
    max-height: 700px !important;
}

/* min-height */

.hmin-125 {
    min-height: 125px !important;
}

.hmin-200 {
    min-height: 200px !important;
}

.hmin-250 {
    min-height: 250px !important;
}

/* margin */

.mb-45 {
    margin-bottom: 2.25rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

/* COLOR */

.row-bg-white {
    background-color: white !important;
}