/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

#headerbro {
    border-bottom: 4px solid #eee;
}

#headerinner {
    max-width: 960px;
    margin: 0 auto;
}

.headleft, .headright {
    width: 50%;
}

.headleft {
    float: left;
}

.headright {
    float: right;
}

#bigimage {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

#bigimage img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

body {
    font-family: "Montserrat";
    font-weight: 400;
    color: #222;
}



h1, h2, h3, h4, h5 {
    font-weight: 400;
    line-height: 2;
    color: #1f1f1f;
    text-align: center;
}

h1 {
    font-family: "Freight Big";
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
    font-size: 100px;
    line-height: 120px;
    margin-top: 80px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-family: "Freight Big";
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    font-style: italic;
    line-height: 80px;
    margin-top: 80px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}


p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

body {
    background: #f8f8f8;
}

hr.style11 {
    border-top: 1px dashed #8c8b8b;
    width: 960px;
    max-width: 100%;
    margin: 80px auto;
}

p {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

#container {
    width: 960px;
    max-width: calc(100% - 40px);
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

a {
    color: #ff4b4b !important;
}

img {
    text-align: center;
}

.liner {
    width: 100%; height: 8px; border-bottom: 1px dashed #8c8b8b; text-align: center;margin-top:80px;
}

.liner span {
    font-size: 8px; background-color: #f8f8f8; padding: 0 3px;
}

ul, ol {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

li {
    margin-bottom: 15px;
}

#email, .okay {
    width: 280px;
    background: #eee;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 10px 30px;
    font-size: 22px;
    display: block;
    margin: 10px auto;
}

#subby {
    width: 340px;
    background: #ff4b4b;
    border: none;
    height: 60px;
    line-height: 40px;
    
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
}


@media only screen and (max-width: 600px) {
    h1 {
        font-size: 60px;
        line-height: 80px;
    }

    #email, .okay {
        max-width: calc(100% - 60px);
    }

    #subby {
        max-width: 100%;
    }
    ul, ol {
        margin-left: 20px;
    }
}

#submitter1 {
    display: none;
}

.politics {
    display: inline-block;
    background: #ff4b4b;
    color: #fff !important;
    
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 20px;
    cursor:pointer;
}