html, body{
    user-select: none;
}
/*FOOTER MAIN SETTING*/
#footer{
    position: absolute;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 8vh;
    min-height: 8vh;
    max-height: 8vh;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.footer{
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 8vh;
    min-height: 8vh;
    max-height: 8vh;
}
/*FOOTER UPPER PART SETTING*/
.footer-upper-part{
    width: 100vw;
    min-height: 4vh;
    max-height: 4vh;
    box-sizing: border-box;
    position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    display: inline-flex;
    align-items: center;
    align-content: center;
}
/*SOCIAL*/
.social-container{
    position:absolute;
    left: 2vw;
    width: auto;
    display: inline-flex;
    align-items: center;
    align-content: center;
}
p.social-claim{
    font-size: 0.8em;
    font-weight: 500;
    color: rgb(0,0,0);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    margin-right: 30px;
}
ul.social-list{
    list-style: none;
    display: inline-flex;
    width: auto;
    font-size: 1em;
    align-items: center;
    align-content: center;
    height: 4vh;
    min-height: 4vh;
    max-height: 4vh;
}
li.social-item{
    margin-right: 20px;
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
}
li.social-item:hover{
    transition: 0.2s;
    opacity: 1;
    transform: scale(1.5);
}
/*COMPANY COPYRIGHTS*/
h1.footer-company-name{
    font-size: 0.8em;
    font-weight: 300;
    color: rgb(30,30,30);
    opacity: 0.7;
    position:absolute;
    right: 2vw;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s;
    cursor: pointer;
}
h1.footer-company-name:hover{
    transition: 0.2s;
    opacity: 1;
}
/*FOOTER LOWER PART SETTING (MENU FOOTER)*/
.footer-list-container{
    width: 100vw;
    min-height: 4vh;
    max-height: 4vh;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(30,30,30);
    display: flex;
    align-items: center;
    align-content: center;
}
.logo-footer-giomonteworld{
    height: 2vh;
    min-height: 2vh;
    max-height: 2vh;
    filter: invert(100%);
    position: absolute;
    left: 2vw;
}
ul.sedi-list{
    position:absolute;
    left: calc(2vw + 10vh);
    list-style: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    width: auto;
    font-size: 0.8em;
    color: rgb(255,255,255);
    height: 4vh;
    min-height: 4vh;
    max-height: 4vh;
}
li.sedi-item{
    width: auto;
    display: inline;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
    text-transform: uppercase;
}
li.sedi-item:hover{
    transition: 0.2s;
    opacity: 1;
}
ul.footer-list{
    color: rgb(255,255,255);
    font-size: 0.8em;
    list-style: none;
    display: inline-flex;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 2vw;
    height: 4vh;
    min-height: 4vh;
    max-height: 4vh;
    width: auto;
}
li.footer-item{
    width: auto;
    display: inline;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.5;
    transition: 0.2s;
    cursor: pointer;
}
li.footer-item:hover{
    transition: 0.2s;
    opacity: 1;
}

@media (min-width: 279px) and (max-width: 823px) {
/*SOCIAL*/  
    p.social-claim{
        font-size: 0.8em;
        font-weight: 500;
        color: rgb(0,0,0);
        text-transform: uppercase;
        letter-spacing: 1px;
        width: auto;
        margin-right: 30px;
    }
/*COMPANY COPYRIGHTS*/
    h1.footer-company-name{
        font-size: 0.6em;
    }
/*FOOTER LOWER PART SETTING (MENU FOOTER)*/
    ul.footer-list{
        color: rgb(255,255,255);
        font-size: 0.6em;
        list-style: none;
        display: inline-flex;
        align-items: center;
        align-content: center;
        position: absolute;
        right: 2vw;
        height: 4vh;
        min-height: 4vh;
        max-height: 4vh;
    }
    li.footer-item{
        margin-left: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        opacity: 0.5;
        transition: 0.2s;
        cursor: pointer;
        text-align: center;
        line-height: 0.9em;
    }
}
