* {
    margin: 0;
}

.mobile_only {
    display: none;
}

html, body {
    height: 100%;
    font-family: arial;
}

body {
    padding: 0;
    margin: 0;
}

p {
    font-size: 16pt;
    color: #3a3a3a;
}

.announcement {
    color: #ff3800;
    text-align: center;
}

.cta {
    color: darkblue;
    text-align: center;
    font-size: 18pt;
}

a {
    font-family: sans-serif;
}

h1, h2, h3 {
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    font-family: sans-serif;
    /* color: #0060ff; */
    /* border-bottom: 3px solid #0060ff; */
}

h2, h3 {
    margin-top: 1em;
}

input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
    border-radius: 5px;
    height: 2em;
    font-size: 12pt;
    padding: 0.25em;
}

input.email {
    width: 25em;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

input.button {
    width: 12.5em;
    color: #fff;
    background-color: darkblue;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto /* !important; */
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#center_div {
    overflow: hidden;
    top: 0px;
}

.content_inner {
    background-color: white;
    overflow: auto;
    margin: auto;
    width: 960px;
    padding: 15px;
}

#header {
    border-style: solid;
    margin-bottom: 25px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
}

#banner {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#banner img {
    width: auto;
}

/* Sections */
.section {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 0.01em;
    overflow: auto; /* Keeps the floated images from messing with the section headers. */
}

.section img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.section img {
    border-radius: 25px;
    border: 4px solid #424242;
}

.section p {
    padding-bottom: 1em;
}

.section a {
}

.floatleft {
    float: left;
    margin-right: 1em/*!important;*/
}

.floatright {
    float: right;
    margin-left: 1em/*!important;*/
}

.highlight_line {
    font-size: 1.5em;
    text-align: center;
    margin-top: 1em;
}

#footer {
    border-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    margin-top: 25px;
    padding: 20px;
}

#footer p {
    font-size: 12pt;
}

/* MailChimp */
#mc_embed_signup {
    width:100%;
}

/* Media queries */
@media screen and (max-width: 960px) {
    .content_inner {
        width: auto;
    }
}

/*
@media screen and (max-width: 768px) {
    #banner, #banner img {
        height: 93px;
    }

    #banner, #banner img {
        width: 249px;
    }

    #nav_container {
        margin-left: 249px;
    }
}
*/

@media screen and (max-width: 640px) {
    input.email {
        width: 95%;
    }
}
/*
    .mobile_only {
        display: block*/ /*!important;*/
/*
    }

    .fullsite_only {
         display: none;
    }

    #banner, #banner img {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        float: inherit;
    }

    .section img {
        float: none;
        margin-left: auto*/ /*!important;*/
/*        margin-right: auto*/ /*!important;*/
/*
    }

    .img_container {
        height: inherit;
    }

    .img_container img {
        position: relative;
        width: 100%;
        transform: inherit;
        -webkit-transform: inherit;
        margin: 0;
        top: 0;
        left: 0;
    }
}
*/
