@charset "utf-8";
/* CSS Document */


body { background-color: #fae1b7; color: #666; font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; font-size: 1em; line-height: 1.5em; }
header { margin: .2em auto; 1em; }
footer { background-color: #000; color: #fff;}
a { color: #de2415;}
a:hover { color: #771e1a; }
a:visited { color: #992018; }
.row { max-width: 62.5rem; margin: 0px auto; }
h1 { color: #333; font-family: 'Oswald', sans-serif;  }
h2 { color: #333; font-family: 'Oswald', sans-serif; margin-bottom: .8em; }
.button { border-radius: 1em; color: #fff; }
a:visited.button { color: #fff; }
.button:visited { color: #fff;}
.headerImg { border-radius: 1em;}
.row.inthenews {border: 1px solid #de2415; border-radius: 1em; padding: 1em; background-color: #fcf5e8;  margin-bottom: 3em;}
.row.inthenews h2 {margin-bottom: .5em;  margin-top: -1.4em; color: #fae1b7; background-color: #cc4b37; padding: .1em .4em; border: 1px solid #fae1b7; width: 30%;}
.inthenews ul li {font-size: 1em; line-height: 1.5em; }


@media only screen and (max-width:635px) {
	.inthenews {margin-top: 2em;}
}