/*@MEDIA FOR WHEN WIDTH > 1024px (LARGE DEVICES, DESKTOP)*/
@media screen and (min-width: 1024px){
    /*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: 55%;
        max-width: 900px; 
        height: 70%;
        max-height: 400px;
        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: 55%;
        z-index: 0;
        margin: auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

/*NAV*/
    nav{
        display: flex;
        align-items: baseline;
        background: #505050;
        height: 60px;
    }
    
    .menu-icon{
        display: none;
    }

    .nav-item{
        width: 20%;
        max-width: 350px;
        height: 100%;
        margin: auto 0;
        text-align: center;
        line-height: 220%;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transition: color 0.1s;
        transition: border 0.1s;
        background: #3D3D3D;
    }

    .nav-item:first-child{
        margin-left: auto;
    }
    
    .nav-item:nth-child(4){
        margin-right: auto;
        border-bottom: 5px solid #C33D45;
        color: #C33D45;
    }

    .nav-item:hover{
        height: 100%;
        border-bottom: 5px solid #C33D45;
        color: #C33D45;
        transition: color 0.1s;
        transition: border 0.1s;
        cursor: pointer;
        text-decoration: none;
    }

    /*NAV-DROPDOWN-MENU*/
    #nav-dropdown-menu{
        background: #EEEEEE;
        opacity: 0; /*0*/
        position: absolute;
        z-index: -1; /*-1*/
        width: 80vw;
        margin: 60px 10vw;
        padding: 2vh;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transition: opacity 0.1s;
    }

    .nav-dropdown-item{
        display: flex;
        align-items: baseline;
        flex-direction: row;
        width: 25%;
        float: left;
        font-size: 1.3rem;
        margin: 0 auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    #nav-dropdown-menu a{
        color: #5D6065;
        transition: color 0.1s;
    }

    #nav-dropdown-menu a:hover{
        color: #C33D45;
        transition: color 0.1s;
    }

    .nav-item:nth-child(4):hover ~ #nav-dropdown-menu, #nav-dropdown-menu:hover{
        opacity: 1;
        transition: opacity 0.1s;
        z-index: 5;
    }
    
    .line-selected{
        color: #C33D45;
    }
    
    /*CONTENT*/
    #content{
        max-width: 1440px;
        margin: auto;
    }
    
    /*LINE TEXT*/
    #line-text{
        width: 50%;
        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;
        margin-top: 3vh;
        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;
        width: 70%;
        font-size: 1.2rem;
        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.5rem;
    }
    
    .line-example-item:nth-child(odd){
        background: #EEEEEE;
    }
    
    /*LINE IMG*/
    #line-product-img{
        width: 50%;
        padding: 5%;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }
    
    /*SEPARATOR*/
    #separator{
        margin: 3vh 0;
        clear: both;
    }

    #separator img{
        width: 33%;
        margin: auto;
        margin-top: -2vh;
    }

    /*FOOTER*/
    footer{
        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: row;
        width: 90%;
        max-width: 1440px;
        margin: auto;
        padding-top: 5vh;
        padding-bottom: 10vh;
    }

    footer h2{
        color: #C33D45;
        font-size: 2rem;
        font-weight: 400;
    }

    #footer-brand-info{
        width: 70%;
    }

    #footer-brand-info p{
        width: 60%;
        margin-top: 2vh;
        font-size: 1.1rem;
        text-align: justify;
    }

    #footer-social-media{
        font-size: 40px;
        letter-spacing: 2vh;
    }

    #footer-social-media p{
        letter-spacing: 0.5rem;
        color: #C33D45;
        margin-top: 4vh;
    }

    #footer-social-media a{
        color: #fff;
        transition: color 0.1s;
    }

    #footer-social-media a:hover{
        color: #C33D45;
        transition: color 0.1s;
    }

    .store-adress{
        width: 40%;
    }

    .store-adress:nth-child(3){
        margin-left: 5%;
    }

    .store-adress p{
        margin: 2vh auto;
        font-size: 1rem;
    }

    #copyright{
        background: #343639;
        height: 70px;
        display: flex;
        align-items: center;
    }

    #copyright p{
        margin: auto;
        font-size: 1rem;
        text-align: center;
    }
}


