/* 
    Created on : May 10, 2021, 2:46:09 PM
    Author     : Avinash
*/

@media screen and (max-width: 480px) {
    .logo {
        height: 3em;
    }
    .menu-icon {
        padding: 0;
        font-size: 1.5em;
    }
    .navbar {
        top: 1.2em;
    }
    .navbar-contact {
        width: 100%;
        text-align: center;
        right: 0;
        bottom: 5em;
        border-bottom: 1px solid black;
        background-color: white;
    }
    .navbar-contact span {
        padding: 0 2.5em;
        font-size: smaller;
    }
    .menu {
        align-items: center;
    }
    .menu ul {
        width: 100%;
        margin: 0;
    }
    .menu ul li {
        text-align: center;
    }
    .close {
        position: absolute;
        top: 1em;
        right: 1em;
        margin: 0;
    }
    .banner {
        padding-top: 7em;
    }
    .banner h1 {
        margin: revert;
    }
    .mp-box {
        height: 6.9em;
    }
    .mp-box:hover > .box-inner {
        bottom: 6.9em;
    }
    footer a {
        font-size: smaller;
    }
    .creator a {
        font-size: 1em;
    }
    .copyright-law p {
        width: 100%;
        text-align: justify;
    }
    .copyright p, .creator p {
        text-align: center;
    }
    .copyright p {
        margin-bottom: 1em !important;
    }
    .move-top {
        bottom: 3em;
    }
}