@import url(variables.css);

:root{
    --footer-nav-header: 20%;
}

#footer-container{
    height: 530px;
    padding: 25px;
    background-color: #F6F1F1;
    /*border-top: 4px solid var(--site-primary);*/
}

.footer-flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 100%;
}

.footer-slemany{
    height: 100%;
    width: 30% !important;
}
.footer-navigation{
    height: 100%;
    width: 20% !important;
}

.footer-services{
    height: 100%;
    width: 22.5% !important;
}

.footer-contact-us{
    height: 100%;
    width: 27.5% !important;
}


#footer-site-description{
    font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /*line-height: 1;*/
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}

#footer-site-icon{
    height: var(--footer-nav-header);
}

.social-icons-container{
    height: 17.5%;
    margin-top: 10px;
}

.social-icons-container div{
    font-size: 35px;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.social-icons-container div:hover{
    background-color: var(--site-secondary);
}

.footer-nav-title{
    height: var(--footer-nav-header);
    font-size: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-nav-links{
    height: calc(100% - var(--footer-nav-header));
}

.footer-lines{
    height: 6px;
    width: 40%;
}

#footer-bottom-icon {
    height: 80px;
    width: 20%;
}

.links{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--site-primary-first-der);
    cursor: pointer;
    font-size: 22px;
}

.links:hover{
    color: var(--site-secondary);
}

.footer-contact-icon{
    font-size: 38px !important;
}

@media screen and (min-width: 700px) and (max-width: 1500px){
    #footer-container{
        height: 1000px;
    }

    .footer-flex{
        /*display: grid;*/
        /*grid-template-columns: 50% 50%;*/
        /*grid-template-rows: 50% calc(50% - 120px);*/
        /*gap: 10px;*/
        flex-wrap: wrap;
    }

    #footer-site-description{
        /*padding: 25px 35px 0px 0px !important;*/
    }

    #footer-site-description div{
        -webkit-line-clamp: 5;
    }

    .footer-icon-line-container{
        /*height: 110px;*/
    }

    .footer-slemany{
        height: 50% !important;
        width: 50% !important;
    }
    .footer-navigation{
        height: 50% !important;
        width: 50% !important;
    }
    .footer-services{
        height: 50% !important;
        width: 50% !important;
    }
    .footer-contact-us{
        height: 50% !important;
        width: 50% !important;
    }


}

@media screen and (min-width: 0px) and (max-width: 700px){

    #footer-container{
        height: 1720px;
    }

    #footer-site-description div{
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .footer-flex{
        flex-wrap: wrap;
    }

    .footer-nav{
        height: 92% !important;
    }
    .footer-icon-line-container{
        height: 8% !important;
    }

    .social-icons-container{
        margin-top: 25px;
    }


    .footer-slemany{
        height: 25% !important;
        width: 100% !important;
    }
    .footer-navigation{
        height: 25% !important;
        width: 100% !important;
    }
    .footer-services{
        height: 25% !important;
        width: 100% !important;
    }
    .footer-contact-us{
        height: 25% !important;
        width: 100% !important;
    }





}
