.footerArea {
    text-align:center;
}

.connectFooter {
    text-align:center;
}

.safetyText {
    font-size:11px;
}

.footerArea {
    padding-top:35px;
    padding-bottom:35px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-align: center;;
    color:white;
}

.telephoneArea {
    padding-top:13px;
}

.connectFooter {
    padding-top:25px;
}

.instagramsvgArea {
    fill:white;
}

.instagramsvgArea {
    cursor:pointer;
}

.linkedinsvgArea {
    cursor:pointer;
}

.instagramsvgArea:hover {
    fill:#005dac;
}

.linkedinsvgArea {
    fill:white;
}

.linkedinsvgArea:hover {
    fill:#005dac;
}

.footerArea a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    border-bottom: 2px solid white;
}

.footerArea a:hover {
    text-decoration:initial;
}

.connectWith {
    padding-top:25px;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .connectWith {
        padding-top:4px;
    }

    .safetyText {
        font-size:18px;
    }
    .footerArea {
        text-align:left;
        font-size:14px;
    }

    .connectFooter {
        text-align:right;
        padding-top:0px;
    }

    .telephoneArea {
        padding-top:7px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .footerArea {
        font-size: 18px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
