.thumbnail {
    border: 0px;
    border-radius: 4px;
    margin-bottom: -7px;
    background-color: black;
}

.thumbnail:hover {
    box-shadow: none;
}

.full-width-image {
    border: 0px!important;
}

.subheader {
    text-align: center;
}

.button {
    border-radius: 2px;
    background-color: crimson;
}

.headline {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .headline {
        font-size: 38pt!important;
    }
}

@media screen and (max-width: 700px) {
    .headline {
        font-size: 28pt!important;
    }
}

a {
    color: crimson;
}

a:hover {
    color: orange;
}

b {
    color: indianred;
}

#twitter-widget-0 {
    width: 100%!important;
}

.newsletter-popup {
    position: fixed;
    width: 50%;
    height: 80%;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px black;
}
