/*@MEDIA FOR WHEN WIDTH < 767px (SMALL DEVICES, CELLPHONES)*/
@media screen and (max-width: 767px){
    /*BANNER*/
    #banner{
        height: 70vh;
        background-image: url(../media/standard-pic.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 40%;
        padding-top: 15vh;
    }
    
    #dark-mask{
        position: absolute;
        z-index: 0;
        width: 100%;
        margin-top: -15vh;
        height: 70vh;
        background: rgba(0, 0, 0, 0.3); 
    }

    #logo-box{
        width: 90%;
        max-width: 500px; 
        height: 50%;
        background-color: rgba(61, 61, 61, 0.9);
        margin: auto;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        z-index: 2;
    }

    #logo-box img{
        width: 70%;
        z-index: 0;
        margin: auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /*NAV*/
    .menu-icon{
        float: left;
        position: fixed;
        z-index: 6;
        margin-top: -70vh;
        width: 100%;
        text-align: right;
        font-size: 30px;
        padding: 10px;
        color: #5D6065;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .menu-icon:nth-child(3){
        display: none;
    }
    
    nav{
        position: fixed;
        width: 100vw;
        margin-top: -70vh;
        align-items: baseline;
        background: #C33D45;
        height: 50px;
        z-index: 5;
    }
    
    .nav-item{
        display: none;
        margin: auto 0;
        text-align: left;
        text-indent: 1rem;
        line-height: 220%;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        background-color: #3D3D3D;
        z-index: -1;
    }
    
    .nav-item:first-child div{
        margin-top: 50px;
    }
    
    #forth-page{
        color: #C33D45;
    }

    .nav-item:nth-child(n+1):nth-child(-n+3):hover{
        color: #C33D45;
    }
    
    .nav-item div{
        background-color: #3D3D3D;
        width: 100%;
    }

    /*NAV-DROPDOWN-MENU*/
    #nav-dropdown-menu{
        background: #3D3D3D;
        display: none;
        position: absolute;
        width: 100%;
        padding-top: 1vh;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .nav-dropdown-item{
        display: flex;
        align-items: baseline;
        width: 100%;
        float: left;
        font-size: 0.8rem;
        padding-left: 2rem;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        max-height: 4vh;
    }

    #nav-dropdown-menu a{
        color: #fff;
    }

    #nav-dropdown-menu a:hover{
        color: #C33D45;
    }
    
    .line-selected{
        color: #C33D45;
    }

    /*CONTENT*/
    #content{
        max-width: 1440px;
        margin: auto;
    }
    
    /*LINE TEXT*/
    #line-text{
        width: 100%;
        padding: 5%;
        float: left;
        margin-bottom: 5vh;
    }
    
    #line-text h1{
        font-size: 2.5rem;
        font-weight: 500;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    #line-description{
        font-size: 1.2rem;
        font-weight: 400;
        text-align: justify;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        text-indent: 4rem;
    }
    
    /*LINE PRODUCT EXAMPLE*/
    #line-product-example{
        margin-top: 5vh;
    }
    
    #line-product-example h2{
        margin-bottom: 2%;
        font-size: 1.5rem;
        font-weight: 500;
    }
    
    /*LINE EXAPLE ITEM*/
    .line-example-item{
        display: flex;
        font-size: 1.15rem;
        background: #DFDFDF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 2% 5%;
        align-items: baseline;
    }
    
    .line-example-item p{
        margin: 0;
    }
    
    .line-example-item i{
        font-size: 1.2rem;
    }
    
    .line-example-item:nth-child(odd){
        background: #EEEEEE;
    }
    
    /*LINE IMG*/
    #line-product-img{
        width: 100%;
        padding: 5%;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    
    /*SEPARATOR*/
    #separator{
        margin: 5vh 0;
        align-items: center;
    }

    #separator img:nth-child(-n+8):nth-child(n+3){
        display: none;
    }
    
    #separator img{
        width: 100%;
        margin-top: -2vh;
    } 

    /*FOOTER*/
    footer{
        margin-top: -3vh;
        width: 100%;
        height: auto;
        background: #5D6065;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
    }

    #footer-info{
        display: flex;
        flex-direction: column;
        max-width: 95%;
        margin: auto;
        padding-top: 5vh;
        padding-bottom: 10vh;
    }

    footer h2{
        color: #C33D45;
        font-size: 2rem;
        font-weight: 400;
    }

    #footer-brand-info p{
        width: 80%;
        font-size: 1rem;
        text-align: justify;
        margin-left: 1rem;
    }

    #footer-social-media{
        font-size: 2rem;
        letter-spacing: 2vh;
    }

    #footer-social-media p{
        letter-spacing: 0.5rem;
        color: #C33D45;
        margin: 0;
        margin-left: 1rem;
    }

    #footer-social-media a{
        color: #fff;
        transition: color 0.1s;
        margin-left: 1rem;
    }

    #footer-social-media a:hover{
        color: #C33D45;
        transition: color 0.1s;
    }
    
    .store-adress p{
        margin: 0.5vh auto;
        font-size: 1rem;
        text-indent: 1rem;
    }
    
    #first-store{
        margin-top: 5vh;
        margin-bottom: 3vh;
    }

    #copyright{
        background: #343639;
        height: 50px;
        display: flex;
        align-items: center;
    }

    #copyright p{
        margin: auto;
        font-size: 1rem;
        text-align: center;
    }
}


