﻿
@media only screen and (min-width: 768px) and (max-width:1024px){
    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pr-md-1 {
        padding-right: .25rem !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pl-md-1 {
        padding-left: .25rem !important;
    }

    pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-4 {
        padding-top: 2rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pt-md-6 {
        padding-top: 4rem !important;
    }

    .pt-md-7 {
        padding-top: 5rem !important;
    }

    .pt-md-8 {
        padding-top: 6rem !important;
    }

    /*#region margins */
    mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-4 {
        margin-top: 2rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-6 {
        margin-top: 4rem !important;
    }

    .mt-md-7 {
        margin-top: 5rem !important;
    }

    .mt-md-8 {
        margin-top: 6rem !important;
    }


    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-4 {
        margin-bottom: 2rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-6 {
        margin-bottom: 4rem !important;
    }

    .mb-md-7 {
        margin-bottom: 5rem !important;
    }

    .mb-md-8 {
        margin-bottom: 6rem !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    /*#endregion margins*/
}
