
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Raleway:300,300i,400,400i,500,500i,700,700i|Sorts+Mill+Goudy:400,400i');

body {
	font-size: 16px;
    line-height: 1.625;
    font-family: 'Raleway', sans-serif;
    color: #333333;
    padding: 1rem;
}

strong {
	font-weight:bold;
}

body a {
	color: #F47735;
    text-decoration: none;
    transition: color 200ms ease-in-out, background 200ms ease-in-out, border 200ms ease-in-out, opacity 200ms ease-in-out, top 200ms ease-in-out;
}

body a:hover {
	color: #333333;
   	text-decoration: none;
} 

h2{
	font-size: 2.875rem;
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

h3{
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: .4rem;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.word_links{
	background-color: #eee;
    padding: 12px;
}

hr {opacity: 0;}