/* FOOTER */
.footer-fluid{
	position: relative;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.2);
    background-color: #333a3f;
    z-index: 1;
    font-weight: 500;
}

.footer{
    text-align: center;
    padding-top: 10px;
}

.footer p{
    color: #d1d1d1 !important;
}

.footer p a {
    text-decoration: none;
    color: #d1d1d1 !important;
}

.footer > * > i{
    font-size:2.2em;
    margin-bottom: 15px;
}

.footer > div{
    margin-bottom: 20px;
}

.footer > div:nth-child(1) i{
    color: #ef6b6b;
}

.footer > div:nth-child(2) i{
    color: #69c492;
}

.footer > div:nth-child(3) i{
    color: #41a6df;
}

.footer > div:nth-child(4){
    position: relative;
    background-color: transparent;
    z-index: 3 !important;
}

@media screen and (max-width: 767px){
    .footer > div:nth-child(4)::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 110px;
        display: block;
        bottom: -20px;
        left: 0px;
        background-color: rgba(0,0,0,0.4);
    }
}

@media screen and (min-width: 768px){
    .footer > div:nth-child(4)::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 115px;
        display: block;
        bottom: -33px;
        left: 0px;
        background-color: rgba(0,0,0,0.4);
    }
}

.footer > div:nth-child(4) i{
    color: rgba(255,255,255,0.6);
    font-size:1.2em;
}

#website-desc {
    border-top: 1px solid ;
    padding-top: 30px;
    text-align: left;
}

#website-desc p{
    color: #9c9c9c !important;
    font-size: .9em;
}