﻿.agree,
.main_image,
h1,
h3,
h4,
nav a {
    text-align: center;
}

fieldset,
hr {
    border: 0;
    padding: 0;
}

hr,
nav a {
    display: block;
}

button,
html,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

img {
    vertical-align: middle;
    width: 80%;
}

fieldset {
    margin: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container {
    width: 100%;
    background-color: #b200b9;
}

.header-container h1 {
    color: #FFF;
    width: 80rem;
    font-size: 2.1rem;
    font-weight: 600;
    padding: 0.8rem 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

nav a,
nav a:hover,
nav a:visited {
    color: #fff;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    margin-bottom: 10px;
    padding: 15px 0;
    text-decoration: none;
    font-weight: 700;
    background: #e44d26;
}

nav a:hover {
    text-decoration: underline;
}

.main {
    padding: 50px 0 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    padding: 0 5%;
}

.footer-container footer {
    color: #fff;
    padding: 20px 0;
}

h1,
h2 {
    color: #920000;
}

.ie7 .title {
    padding-top: 20px;
}

article p {
    padding-left: 20px;
    padding-right: 20px;
}

aside p {
    padding: none;
}

.main aside {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

body {
    line-height: 1.4;
    background-color: red;
    font: 12px/18px Tahoma, Verdana, sans-serif;
}

h1,
h2,
h2 span {
    font-size: 18px;
}

h2,
h2 span {
    line-height: 27px;
}

.main_image {
    background-repeat: no-repeat;
    margin: 20px 10px 9px 0;
    width: auto;
}

.main_image img {
    border: 10px solid #fff;
    box-shadow: 0 0 7px #B7B4B4;
}

h1 {
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
}

h2 span {
    color: #000;
    font-family: trebuchet ms, tahoma;
    font-weight: 400;
}

h3 {
    margin-top: 0;
    color: #f6ae12;
    font-family: trebuchet ms;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0;
}

.agree,
h4 {
    font-size: 18px;
}

h4 {
    color: #75bf04;
    font-family: trebuchet ms, tahoma;
    font-weight: 700;
    line-height: 33px;
}

/* Tablet and Desktop */
@media only screen and (min-width: 480px aka tablet and desctop) {
    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

    img {
        width: 40%;
    }

    nav ul li {
        display: inline;
    }
}

/* Medium Screens */
@media only screen and (min-width: 768px) {
    h3 {
        padding-top: 15px;
    }

    img {
        width: 90%;
    }

    .main article {
        float: left;
        width: 49%;
    }

    .main aside {
        float: right;
        width: 45%;
    }

    aside p {
        padding-bottom: 5px;
        font-size: 17px;
        line-height: 24px;
    }

    h2 {
        font-size: 20px;
        line-height: 2px;
        margin-top: 0;
    }

    h2 span {
        font-size: 18px;
        line-height: 23px;
        padding: 10px;
    }

    h1 {
        font-size: 22px;
        line-height: 28px;
    }
}

/* Large Screens */
@media only screen and (min-width: 1140px) {
    h2,
    h2 span {
        font-size: 30px;
    }

    .wrapper {
        width: 1026px;
        margin: 0 auto;
    }

    p {
        color: #000;
    }

    h2 span {
        line-height: 35px;
    }

    img {
        width: 85%;
    }

    h3 {
        padding-top: 30px;
    }

    h1 {
        color: #920000;
        font-size: 38px;
        font-weight: 400;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
    }
}

.headline {
    color: #c30000;
}
