:root {
  	--white: #ffffff;
	--black: #000000;
}
 
.text-white {
	color: var(--white) !important;
}
.text-white-all * {
    color: #ffffff !important;
}
.text-black {
	color: var(--black) !important;
}
.centering-margins{
	margin-left: auto;
	margin-right: auto;
}
.centering-text {
	text-align: center;
}
.right-text {
	text-align: right;
}
.left-text {
	text-align: left;
}
.italic {
	font-style: italic;
}
.underline {
    text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.font-weight-100 {
	font-weight: 100 !important;
}
.font-weight-300 {
	font-weight: 300 !important;
}
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-700 {
	font-weight: 700 !important;
}
.font-weight-900 {
	font-weight: 900 !important;
}
.font-size-0dot8{
	font-size: 0.8rem !important;
}
.font-size-1 {
	font-size: 1rem !important;
}
.font-size-1dot25 {
	font-size: 1.25rem !important;
}
.font-size-1dot5 {
	font-size: 1.5rem !important;
}
.font-size-1dot75 {
	font-size: 1.75rem !important;
}
.font-size-2 {
	font-size: 2rem !important;
}
.font-size-2dot5 {
	font-size: 2.5rem !important;
}
.font-size-3 {
	font-size: 3rem !important;
}
.font-size-3dot5 {
	font-size: 3.5rem !important;
}
.font-size-4 {
	font-size: 4rem !important;
}
.font-size-5 {
	font-size: 5rem !important;
}
.font-100 {
	font-size: 100% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-110 {
	font-size: 110% !important;
}
.font-120 {
	font-size: 120% !important;
}
.font-130 {
	font-size: 130% !important;
}
.font-140 {
	font-size: 140% !important;
}
.font-150 {
	font-size: 150% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-175 {
	font-size: 175% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-200 {
	font-size: 200% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-250 {
	font-size: 250% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-300 {
	font-size: 300% !important;
	line-height: 130%;
	margin: 7px 0px;
}
.font-350 {
	font-size: 350% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-400 {
	font-size: 400% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-450 {
	font-size: 450% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-500 {
	font-size: 500% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-550 {
	font-size: 550% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-600 {
	font-size: 600% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.font-650 {
	font-size: 650% !important;
	line-height: 100%;
	margin: 7px 0px;
}
.line-height-0dot5 {
	line-height: 0.5rem !important;
}
.line-height-1 {
	line-height: 1 !important;
}
.line-height-1dot5{
	line-height: 1.5 !important;
}
.line-height-2{
	line-height: 2 !important;
}
.shadow {
	text-shadow: 2px 2px 16px var(--black);
}
.shadow-box {
	-moz-box-shadow: 2px 2px 8px var(--black);
	-webkit-box-shadow: 2px 2px 8px var(--black);
	box-shadow: 2px 2px 8px var(--black);
}
.shadow-circle {
	width: 150px;
	height: 150px;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.3);
	border-radius: 100px;
}
.max-width-300 {
    max-width: 300px;
    margin: 0 auto !important;
}
.max-width-400 {
    max-width: 400px;
    margin: 0 auto !important;
}
.max-width-450 {
    max-width: 450px;
    margin: 0 auto !important;
}
.max-width-500 {
    max-width: 500px;
    margin: 0 auto !important;
}
.max-width-550 {
	max-width: 550px;
	margin: 0 auto !important;
}
.max-width-600 {
	max-width: 600px;
	margin: 0 auto !important;
}
.max-width-750 {
	max-width: 750px;
	margin: 0 auto !important;
}
.max-width-1k {
	max-width: 1000px;
	margin: 0 auto !important;
}
.max-width-1_2k {
	max-width: 1200px;
	margin: 0 auto !important;
}
.max-width-1_5k {
	max-width: 1500px;
	margin: 0 auto !important;
}
.min-width-350px{
	min-width: 350px;
}
.width-100 {
	width: 100%;
}
.row-height-20{
    min-height: 20vh;
}
.row-height-40{
    min-height: 40vh;
}
.row-height-60{
    min-height: 60vh;
}
.row-height-80{
    min-height: 80vh;
}
.row-height-100{
    min-height: 100vh;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom--10 {
	margin-bottom: -10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom--20 {
	margin-bottom: -20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-5vh {
    margin-bottom: 5vh !important;
}
.margin-bottom-10vh {
    margin-bottom: 10vh !important;
}
.margin-bottom--100vh {
    margin-bottom: -100vh !important;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.background-bottom{
    background-position: bottom !important;
}
.background-top{
    background-position: top !important;
}
.background-top{
    background-position: center!important;
}
.background-cover{
    background-size: cover !important;
}
.hide {
    display: none !important;
    visibility: hidden !important;
}
.hide-on-desktop {
	display: none !important;
	visibility: hidden !important;
}
.flex-row {
	display: flex;
	flex-direction: row;
}
.justify-space-evenly{
	justify-content: space-evenly;
}
cols-2 {
	columns: 2;
}
cols-3 {
	columns: 3;
}
/* Astra corrections */
#content {
	padding-top: 5vh;
	padding-bottom: 5vh;
}
.home #content{
	padding-top: 0;
}
header.entry-header {
    margin: 0 !important;
}
select {
    height: 40px !important;
}
/* End Astra correction */

@media screen and (max-width:768px){
    .font-size-4{
        font-size: 2rem !important;
    }
    .hide-on-mobile {
        display: none !important;
        visibility: hidden !important;
    }
	.hide-on-desktop {
		display: inherit !important;
		visibility: visible !important;
	}
	.center-on-mobile {
		text-align: center !important;
	}
}
@media screen and (max-width:425px){
    .font-size-1dot5 {
        font-size: 1.2rem !important;
    }
}