@charset "utf-8";
/* CSS Document */

/* For bigger mobile or small tablet */
@media only screen and (max-width: 600px)
{
    #wrapper
    {
        all: unset;
    }
    
    /* Header menu */
    #header_section
    {
        height: 160px;
    }
    #top
    {
        width: 95%;
        padding: 0;
    }
    #logo
    {
        float: none;
        width: auto;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    #logo a img
    {
        width: 22%;
        height: auto;
        margin-bottom: 7px;
    }
    #nav
    {
        border-bottom: none;
        float: none;
        width: auto;
        height: 22.5px;
        text-align: center;
        margin-top: 15px;
    }
    #nav li
    {
        display: inline-block;
        float: none;
        margin-left: 6px;
        margin-right: 6px;
    }
    #nav li.last
    {
        margin-right: 5px;
    }
    #nav li a
    {
        padding-bottom: 10px;
    }
    #nav_ind
    {
        display: none;
    }
    
    /* Banner */
    div.banner
    {
        background-size: cover;
        background-attachment: scroll;
    }
    #main_title
    {
        top: 63%;
    }
    #main_title img
    {
        height: 100%;
        width: auto;
    }
    
    /* General content */
    #main_section
    {
        padding-top: 50px;
    }
    #main
    {
        width: 80%;
    }
    .sub_text
    {
        text-align: left;
    }
    .desc
    {
        text-align: left;
        font-size: 18px;
        line-height: 23px;
    }
    
    /* Footer */
    #bottom_padding, #bottom_section
    {
        height: 45%;
    }
    #footer ul.contactus
    {
        padding-bottom: 0;
    }
    #footer ul.contactus li
    {
        float: none;
        font-size: 26px;
        margin-top: 10px;
        margin-right: 0;
    }
    #footer ul.contactus li a.mail
    {
        padding-left: 55px;
    }
    #footer ul.contactus li a.mail::after
    {
    	top: 4px;
    	filter: brightness(2);
    }
    #footer ul.contactus li span.phone
    {
    	margin: 0;
    }
    #footer ul.contactus li span.phone::after
    {
    	top: 1px;
    	filter: brightness(1.5);
    }
    #footer p
    {
        line-height: 16px;
        margin: 5px auto 0;
    }
    #footer p #leitagplusicon
    {
        height: 70px;
    }
    
    /* Disclaimer */
    #Disclaimer
    {
        width: 85%;
        margin: 30px;
        padding: 0;
    }
}

/* For smaller mobile */
@media only screen and (max-width: 411px)
{
    /* Header menu */
    #nav li a
    {
        font-size: 14px;
    }
    
    /* Footer */
    #bottom_padding, #bottom_section
    {
        height: 50%;
    }
    #footer ul.contactus li
    {
        font-size: 24px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 360px)
{
    /* Header menu */
    #header_section
    {
        height: 170px;
    }
}

@media only screen and (max-width: 380px) and (min-aspect-ratio: 0.5 / 1)
{
    /* Footer */
    #bottom_padding, #bottom_section
    {
        height: 55%;
    }
}

/* Very small mobile */
@media only screen and (max-width: 320px)
{
    /* Footer */
    #bottom_padding, #bottom_section
    {
        height: 60%;
    }
    #footer ul.contactus li
    {
        font-size: 22px;
        margin-top: 5px;
    }
    #footer p
    {
        font-size: 9px;
    }
    #footer p #leitagplusicon
    {
        height: 65px;
    }
}

/* Small tablet */
@media only screen and (min-width: 480px) and (max-width: 600px)
{
    /* Header menu */
    #header_section
    {
        height: 190px;
    }
}