html {
    font-family: Arial, Helvetica, sans-serif;
}

#header_area {
    background-image: url(../img/header_bck3.png);
    width: 100%;
    height: 87px;
}

#header_line1 {
    width: 100%;
    max-width: 966px;
}

.headerLinksCon {
    display: flex;
    display: -webkit-flex;
}

.headerLinksCon #header_left {
    float: none;
    width: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.headerLinksCon #header_center {
    float: none;
    text-align: center;
    width: 600px;
}

#header_line2 {
    width: 100%;
    max-width: 966px;
}

#header2_left {
    float: left;
    line-height: 0;
    display: none;
}

.background {
    background-image: url(../img/singnet_footer_desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 90px);
}

a {
    color: #00ced1;
}

.float-right {
    display: inline-block;
    width: 50%;
    float: right;
    margin-top: 100px;
}

@media only screen and (max-width: 768px) {
    .background {
        background-image: url(../img/singnet_footer_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: calc(100vh - 90px);
    }
    .float-right {
        padding-left: 20px;
        float: none;
        width: 90%;
    }
}

@media only screen and (max-width: 960px) {
    #header_area {
        background-image: none;
        height: auto;
    }
    .headerLinksCon {
        flex-direction: column;
    }
    .headerLinksCon #header_left {
        background-image: url(../img/header_bck.png);
        background-position: 0 -58px;
        width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .headerLinksCon #header_center {
        width: auto;
        background-color: #000;
        color: #fff;
    }
}