@charset "UTF-8";

/* Style for the unsubscribe CRM page */

html {
    min-width: 100%;
    min-height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-size: 20px;
    color: #212121;
}

p {
    padding-bottom: 0px;
}

#wrapper {
    margin: auto;
    width: 100%;
    height: 100%;
    clear: both;
}

article {
    width: 80%;
    height: auto;
    padding: 10px 100px 0px;
    margin: 0px;
}


/* Classes */

.small-font {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}


/* Style for headings */

h1 {
    font: 45px Unna, serif;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

h2 {
    margin-top: 20px;
    font-size: 15px;
}


/* Style the footer */

footer {
    background-color: #454546;
    padding: 10px;
    text-align: center;
    color: white;
}


/* Responsive layout display */

@media (max-width: 800px) {
    article {
        width: 80%;
        height: auto;
        margin: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
}