/***********************************************************
 * Media queries
 ***********************************************************/
@media (max-width:768px) {



    /* General */
    /*.m-1	margin: 0.25rem !important;*/
    /*.m-2	margin: 0.5rem !important;*/
    /*.m-3	margin: 1rem !important;*/
    /*.m-4	margin: 1.5rem !important;*/
    /*.m-5	margin: 3rem !important;*/
    .mobile-mt-1 {
        margin-top: 0.25rem !important;
    }
    .mobile-mt-2 {
        margin-top: 0.5rem !important;
    }
    .mobile-mt-3 {
        margin-top: 1rem !important;
    }
    .mobile-mt-4 {
        margin-top: 1.5rem !important;
    }
    .mobile-mt-5 {
        margin-top: 3.5rem !important;
    }
    .mobile-mb-1 {
        margin-bottom: 0.25rem !important;
    }
    .mobile-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .mobile-mb-3 {
        margin-bottom: 1rem !important;
    }
    .mobile-mb-4 {
        margin-bottom: 1.5rem !important;
    }
    .mobile-mb-5 {
        margin-bottom: 3.5rem !important;
    }
    .mobile-center {
        text-align: center !important;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }



    /* landing page */
    header#landing-page-header,
    section#landing-page-content,
    footer#landing-page-footer {
        padding: 1.5em !important;
    }
    .tick-click-tlick {
        width: 90%
    }
    .landing-big {
        font-size: 48px !important;
        line-height: normal !important;
        display: none !important;
    }
    .landing-medium {
        font-size: 28px !important;
    }



    /* home page */
    .welcome-home {
        margin-top: 3em;
    }
    .welcome-home > span {
        font-size: 24px;
    }



    /* project page */
    .project-title {
        font-size: 24px !important;
    }



}
