#links {
    background-color: #3a0f1c;
    color: #fff;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

#links a {
    color: #fff;
    text-decoration: underline;
}

#links h3,
h2 {
    margin-top: 30px;
}

.title {
    font-size: 40px;
    text-transform: capitalize;
}

#links {
    margin-bottom: 40px;
}

#links #section {
    position: absolute;
    top: 0px;
    margin-left: 25%;
    width: 50%;
    padding-bottom: 40px;
}

#links #bg-image img {
    opacity: 0.1;
    margin-left: 5%;
    width: 90%;
    height: auto;
}

.offset-text {
    font-weight: bold; 
    margin: 10px;
}

#privacy, #privacy a {
    margin-top: 20px;
    margin-bottom: 40px;
}

#tap {
    font-weight: bold;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px){
    #links {
        height: 1120px;
    } 
}

@media screen and (max-width: 767px){
    #links {
        height: 1145px;
    }

    #links #section {
        position: absolute;
        top: 0px;
        margin-left: 4%;
        width: 92%;
    }
}
  
  