/* Media Query
---------------------*/
@media screen {
    #footer {
        margin-top: 2rem;
    }

    #footer_one {
        background-color: #fff;
        overflow: hidden;
        color: var(--theme-blue);
        padding-top: 2rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    #footer_one .logo {
        float: none;
        margin-bottom: 2rem;
    }    
    #footer_one .logo img {
        width: 250px;
    }

    #footer .container {
        padding-top: 0.75rem;
    }

    #footer .heading,
    #footer h1, #footer h2, #footer h3 {
        border-bottom: none;
        padding: 0;
        color: #fff;
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    #footer_one a {
        color: var(--theme-blue);
    }

    #footer a:hover {

    }

}

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {

}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {

    #footer_one .inside_art {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

}

/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
    #footer_one {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {

}

/* min-width:1300 Laptops (and larger) for width 1200px */
@media only screen and (min-width:1300px) {
}
/* Footer ends
--------------------*/


/* Footer Address Query
--------------------*/
@media screen {
}
/* Footer Address ends
--------------------*/


/* Footer Navi Query
--------------------*/
@media screen {
    #FooterNavi ul {
        column-count: 2;
        column-gap: 2rem;
    }    

    #FooterNavi li {
        line-height: 2;
    }
}
/* Footer Navi ends
--------------------*/



/* FooterMore Navigation Query
--------------------*/
@media screen {
    #footerMoreNavi {
        text-align: center;
    }

    #footerMoreNavi a {
        border: none;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }

    #footerMoreNavi a:hover {
        text-decoration: underline;
    }

}

/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
    #footerMoreNavi {
        text-align: left;
    }
    #footerMoreNavi li {
        display: inline-block;
        margin: 0.1rem 1rem 0 0 !important;
    }    
}
/* FooterMore Navigation ends
--------------------*/

