.footerSides{
    background: rgb(0, 109, 114);
    height: 200px;
    border-bottom: 1px solid white;
}

.footerChild {
    background: rgb(0, 109, 114);
    height: 200px;
    border-bottom: 1px solid white;
}

.footerVerticalSpace {
    height: 50px;
}

.footerRibbon {
    background: rgb(255, 133, 0);
    height: 50px;
}

.footerLableLight {
    font-family: 'UniversLTStd-Light', sans-serif;
    font-size: 2rem;
    height: 25px;
    color: #d4d4d4;
    font-weight: 300;
    line-height: 2rem;
}

.footerLableBold {
    font-family: 'UniversLTStd-Bold', sans-serif;
    font-size: 2rem;
    height: 25px;
    color: #d4d4d4;
    line-height: 2rem;

}

.footerTitle {
    margin-bottom: 3px;
    font-weight: 500;
}

.footerLink {
    font-weight: 300;
    padding-bottom: 3px;

}

@media (max-width: 900px) {
    .footerChild {
        height: 130px;
    }

    .footerSides{
    height: 130px;
}

    .footerVerticalSpace {
        height: 15px;
    }

    .footerLableLight {
        font-size: 1rem;
        height: 12px;
        line-height: 1rem;
    }

    .footerLableBold {
        font-size: 1rem;
        height: 12px;
        line-height: 1rem;

    }

    .footerTitle {
        margin-bottom: 1px;
        line-height: 1rem;
    }

    .footerLink {
        padding-bottom: 1px;

    }

    .footerRibbon {
        height: 40px;
    }
}
