
/* DEFAULT STYLING */

/* margin styling */
.pt-40 { padding-top: 40px !important; }
.mt-10 {margin-top: 10px !important;} .mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;} .mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;} .mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;} .mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;} .mt-55 {margin-top: 55px !important;}
.mt-60 {margin-top: 60px !important;} .mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;} .mt-75 {margin-top: 75px !important;}
.mt-80 {margin-top: 80px !important;} .mt-85 {margin-top: 85px !important;}
.mt-90 {margin-top: 95px !important;} .mt-95 {margin-top: 95px !important;}
.mb-10 {margin-bottom: 10px !important;} .mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;} .mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;} .mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;} .mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;} .mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;} .mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;} .mb-75 {margin-bottom: 75px !important;}
.mb-80 {margin-bottom: 80px !important;} .mb-85 {margin-bottom: 85px !important;}
.mb-90 {margin-bottom: 95px !important;} .mb-95 {margin-bottom: 95px !important;} 

.mt-neg-10 {margin-top: -10px !important;} .mt-neg-15 {margin-top: -15px !important;}
.mt-neg-20 {margin-top: -20px !important;} .mt-neg-25 {margin-top: -25px !important;}
.mt-neg-30 {margin-top: -30px !important;} .mt-neg-35 {margin-top: -35px !important;}
.mt-neg-40 {margin-top: -40px !important;} .mt-neg-45 {margin-top: -45px !important;}
.mt-neg-50 {margin-top: -50px !important;} .mt-neg-55 {margin-top: -55px !important;}
.mt-neg-60 {margin-top: -60px !important;} .mt-neg-65 {margin-top: -65px !important;}
.mt-neg-70 {margin-top: -70px !important;} .mt-neg-75 {margin-top: -75px !important;}
.mt-neg-80 {margin-top: -80px !important;} .mt-neg-85 {margin-top: -85px !important;}
.mt-neg-90 {margin-top: -90px !important;} .mt-neg-95 {margin-top: -95px !important;}
.mt-neg-100 {margin-top: -100px !important;} .mt-neg-105 {margin-top: -105px !important;}
.mt-neg-110 {margin-top: -110px !important;} .mt-neg-115 {margin-top: -115px !important;}
.mt-neg-120 {margin-top: -120px !important;} .mt-neg-125 {margin-top: -120px !important;}
.mt-neg {margin-top: -190px !important;} .mt-neg-125 {margin-top: -190px !important;}

.mb-neg {margin-bottom: -150px !important;}
.py-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pt-50 { padding-top: 50px !important; }

/* container styling */
.container { padding-top: 1rem; padding-bottom: 1rem;}

/* text styling */
h1,h2,h3,h4,h5,h6,p,a,ul,li, p{ font-family: 'DM Mono', sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Geologica', sans-serif; }
.title-font, .font-title { font-family: 'Geologica', sans-serif !important; }
.dance { font-family: 'DM Mono', sans-serif; }
h1, .h1 { font-size: 50px; }
h2, .h2 { font-size: 36px; }
h3 { font-size: 30px; }
.font-light { font-weight: 200; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-bolder { font-weight: 900; }
.dance.font-light { font-weight: 400; }
.dance.font-normal { font-weight: 500; }
.dance.font-medium { font-weight: 500; }
.dance.font-bold { font-weight: 700; }
ul,li,a,p { font-size: 1rem; }

/* color styling */

/* image styling */
.img-center { display:block; max-width: 100%; margin: auto;}

/* text styling */
.text-center { text-align: center; }