.container {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
    margin: 0 30px 0 30px;
}

ul, ol {
    padding-left: 1em;
}

@media screen and (min-width: 48em) {
    .container {
        margin: 0 100px 0 100px;
    }
}

.container .pure-g div {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pure-img.center {
    display: block;
    margin: 0 auto;
}

.pure-u .header {
    padding-bottom: 20px;
}

.pure-img.resized10 {
    height: 10em;
}

.pure-g .center {
    margin: 0 auto;
    text-align: center;
}

h2.title {
    font-size: 30px;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
    h2.title {
        float: left;
        padding-left: 20px;
        line-height: 5.3em;
        margin-bottom: 0px;
    }
    .logo {
        float: right;
        padding-right: 20px;
    }
}

footer.copyright {
    font-size: 14px;
    color: #888;
    margin-top: 40px;
    padding-bottom: 20px;
}
