@font-face {
    font-family: Segan;
    src: url(../fonts/OpenSans-Light.ttf);
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #F7F3EE;
    font-family: Segan;
}
body > header,
body > footer {
    background-color: #036564;
    color: #F7F3EE;
    font-size: 0.9em;
}
article,
body > footer {
    padding: 5% 5% 3.5% 5%;
}
body > header h1 a:link,
body > header h1 a:visited,
body > header h1 a {
    color: #F7F3EE;
}
body > header {
    box-shadow: black 1px 1px 7px;
    border-bottom: 8px solid #024746;
}
body > header h1 {
    padding: 2% 2% 0 2%;
}
body > header h2 {
    padding: 0 2% 4% 2%;
}
article header {
    margin: 0 0 6% 0;
    font-size: 0.8em;
    text-align: center;
    padding: 1%;
    color: #033649;
}
article header h1 {
    font-size: 3em;
}
article header h2 {
    font-size: 1.1em;
    margin-top: 1%;
    font-weight: lighter;
}
a:link,
a:visited,
a {
    color: #031634;
    text-decoration: none;
    font-weight: bold;
}
article p {
    margin: 5% 0;
    font-size: 1.3em;
    line-height: 125%;
}
article.home-call {
    border-bottom: 1px solid gray;
}
#disqus_thread {
    margin-top: 5%;
}
pre {
    font-size: 1em;
    padding: 1.5%;
}
img {
    box-shadow: black 1px 1px 3px;
    width: auto;
    max-width: 100%;
}
p.image-display {
    text-align: center;
}
h3, h4, h5 {
    color: #033649;
    margin-top: 5%;
}
h3 {
    font-size: 1.8em;
    text-align: center;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
.topic-call {
    margin: 5% 0;
}
.important-thing {
    font-weight: bold;
}
#mc_embed_signup {
    margin-top: 2%;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background-color: rgb(3, 101, 100);
    margin-top: 0%;
    display: inline-table;

}
#mc_embed_signup form input {
    font-family: Segan;
    font-size: 1em;
    font-weight: lighter;
    width: 100%;
    margin-top: 1%;
}

#mc_embed_signup form input[type="submit"] {
    background-color: #024746;
    border: none;
    color: #F7F3EE;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 2px;
}

@media (min-width: 700px){
    body > header,
    body > footer {
        font-size: 1.7em;
    }
    article header {
        font-size: 1em;
    }
    article p {
        margin: 2% 0;
        font-size: 1.5em;
    }
    pre {
        font-size: 1.3em;
    }
    h3 {
        font-size: 2em;
        text-align: center;
    }
    h4 {
        font-size: 1.8em;
    }
    h5 {
        font-size: 1.6em;
    }
    body > header h2 {
        padding: 0 2% 4% 2%;
        border-bottom: 8px solid #024746;
    }
    #mc_embed_signup form input,
    #mc_embed_signup form input[type="submit"] {
        font-size: 0.5em;
    }
    #mc_embed_signup form input {
        width: 30%;
        margin-left: 2%;
        float: left;
    }
    #mc_embed_signup form input[type="submit"] {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0.15% 0;
        cursor: pointer;
    }
    #mc_embed_signup {
        padding-bottom: 1%;
    }
}

@media (min-width: 970px){
    #mc_embed_signup form input,
    #mc_embed_signup form input[type="submit"] {
        font-size: 0.8em;
    }
}