a:link {
    color                       : #E0383E;
}
a:active {
    color                       : #E0383E;
}
a:visited {
    color                       : #E0383E;
}
a {
    text-decoration             : none !important;
}

ul {
    list-style-type             : none;
}

.text-block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(161, 106, 40, 0.6);
  color: white;
}

.bottom_margin {
    margin-bottom: 80px;
}

.social-border-colored {
    border: 2px solid #cc9e40;
    border-radius: 25px;
}

.social-border-white {
    border: 2px solid #fff;
    border-radius: 25px;
}

.twitter-border {
    border: 2px solid #912d33;
    border-radius: 25px;
}

@media (min-width: 768px) {
    .headline_width {
        width:50%;
    }
}

@media (max-width: 1200px) {
    #why_upper_text {
        font-size:12pt;
    }
    #why_lower_text {
        font-size:12pt;
    }
    #privacy_text {
        font-size:12pt;
    }
    #contact_text {
        font-size:16pt;
    }
    #download_text {
        font-size:16pt;
    }
}

@media (max-width: 991px) {
    .headline_1_text {
        font-size: 24px;
    }
    .headline_2_text {
        font-size: 22px;
    }
    .headline_3_text {
        font-size: 18px;
    }
    .download_text {
        font-size: 18px;
    }
    #houses_image {
        padding-left: 15px;
    }
    #privacy_text {
        margin-left: 15px;
    }
    #privacy_image {
        padding-right: 15px;
    }
    #why_upper_backgrounnd {
        margin-left: 15px;
    }
    #why_lower_background {
        margin-right: 15px;
    }
    #contact_background {
        margin-right: 15px;
    }
    #contact_image {
        padding-left: 15px;
    }  
    #download_text {
        font-size: 14pt;
    }
    .privacy_text_inner {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    #headline_small {
        display: none;
    }
}

@media (max-width: 767px) {
    .headline_width {
        width:100%;
    }
    #headline_text {
        display: none;
    }
    #headline_2 {
        display: none;
    }
    #headline_3 {
        display: none;
    }
    .deny_inner_text {
        font-size: 16pt;
    }
    #download_text {
        font-size: 11pt;
    }
}

@media (max-width: 575px) {
    .deny_inner_text {
        font-size: 14pt;
    }
    #download_text {
        font-size: 10pt;
    }
}
