body.landingpage-netpoint {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    margin: 0px;
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center center;
}

.overlay:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color: rgba(39, 48, 53, 0.7);
}

.content {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.sosmed {
    width: 200px;
    margin:50px auto;
}

.sosmed:after {
    display: table;
    content: ' ';
    clear: both;
}

.sosmed div {
    width: 33.333%;
    display: inline-block;
    float: left;
}

.sosmed div a {
    width: 40px;
    background: #07a5c6;
    display: block;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 2px solid #07a5c6;
    transition: all .3s ease;
    margin: 0 auto;
}

.sosmed div a:hover {
    color: #07a5c6;
    background: #fff;
    transition: all .3s ease;
}

.sosmed div a i.fa {
    font-size: 20px;
    line-height: 40px;
}
