﻿

@media(max-width: 991.98px) {
    /*this allows mobile to dropdown menu without pushing it ddown*/
    .navbar .dropdown-overlay .dropdown-menu {
        position: absolute;
        float: none;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .me-sm-8 {
        margin-right: 4rem !important;
    }
    .ms-sm-8 {
        margin-left: 4rem !important;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}


@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

}


/*these are additional paddings, margins ot match the design grid*/
/* 1rem = 16 pixels */

.p-6 {
    padding: 1.5rem;
}

.pe-6 {
    padding-right: 1.5rem !important;
}

.ps-6 {
    padding-left: 1.5rem !important;
}

.pt-6 {
    padding-top: 1.5rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem !important;
}

.p-8 {
    padding: 2rem;
}

.pe-8 {
    padding-right: 2rem !important;
}

.ps-8 {
    padding-left: 2rem !important;
}

.pt-8 {
    padding-top: 2rem !important;
}

.pb-8 {
    padding-bottom: 2rem !important;
}


.p-12 {
    padding: 3rem;
}

.pe-12 {
    padding-right: 3rem !important;
}

.ps-12 {
    padding-left: 3rem !important;
}

.pt-12 {
    padding-top: 3rem !important;
}

.pb-12 {
    padding-bottom: 3rem !important;
}


.p-24 {
    padding: 6rem;
}

.pe-24 {
    padding-right: 6rem !important;
}

.ps-24 {
    padding-left: 6rem !important;
}

.pt-24 {
    padding-top: 6rem !important;
}

.pb-24 {
    padding-bottom: 6rem !important;
}



.m-6 {
    margin: 1.5rem;
}

.me-6 {
    margin-right: 1.5rem !important;
}

.ms-6 {
    margin-left: 1.5rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.mb-6 {
    margin-bottom: 1.5rem !important;
}



.m-8 {
    margin: 2rem;
}

.me-8 {
    margin-right: 2rem !important;
}

.ms-8 {
    margin-left: 2rem !important;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mb-8 {
    margin-bottom: 2rem !important;
}

.m-12 {
    margin: 3rem;
}

.me-12 {
    margin-right: 3rem !important;
}

.ms-12 {
    margin-left: 3rem !important;
}

.mt-12 {
    margin-top: 3rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}

.m-16 {
    margin: 4rem;
}

.me-16 {
    margin-right: 4rem !important;
}

.ms-16 {
    margin-left: 4rem !important;
}

.mt-16 {
    margin-top: 4rem !important;
}

.mb-16 {
    margin-bottom: 4rem !important;
}


.m-24 {
    margin: 6rem;
}

.me-24 {
    margin-right: 6rem !important;
}

.ms-24 {
    margin-left: 6rem !important;
}

.mt-24 {
    margin-top: 6rem !important;
}

.mb-24 {
    margin-bottom: 6rem !important;
}
