body {
    margin:0;
    font-family: Raleway, "Trebuchet MS";
    background-color: #e6ebe9;
    color: #515c70;
}
header {
    height: 139px;
    background-color: #268594;
    padding-top: 20px;
}
.with-margin {
    margin: auto;
    width: 50%;
}
h1 {
    margin-top:60px !important;
    color: #e6ebe9;
    font-size: 4em;
    padding-left: 0;
}
p {
    margin-bottom: 20px !important;
}
article {
    margin-top: 50px !important;
}
.icon {
    margin-bottom: 30px;
    width: 100px;
}
a {
    color: #e6ebe9;
    padding: 6px;
    font-size: 13px;
    text-decoration: none;
}
#buttons {
    white-space: nowrap;
}
footer {
    height: 100px;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8em;
}
h2 {
    color: #268594;
}
ul {
    list-style-type: square;
}
input[type=email] {
    font-size: 1.2em;
    width: 80%;
    margin-bottom: 10px;
}
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing:content-box;
    display: inline;
    background-image: none;
    background-color: #268594;
    border: none;
    color: #e6ebe9;
    height: 23px;
    font-size: 16px;
    position: relative;
    margin-left: 0px;
    top: -2px;
    width: auto;
}
.flash {
    display: block;
    background-color: rgb(159, 21, 23);
    color: white;
    padding: 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .with-margin {
        width: 90%;
    }
    body {
        font-size: 2em;
        font-family: "Trebuchet MS";
    }
    header {
        height: 120px;
    }
    h1 {
        margin-top: 0px !important;
    }
    #buttons {
        float: right;
        width: 40%;
        white-space: normal;
    }
    #buttons a {
        font-size: 1em;
        white-space: nowrap;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    input[type=submit] {
        font-size: 1.7em;
        height: 65px;
        width: 10%;
        padding: 1px;
        top:5px;
    }
}