body 
{
font-size:1em;
font-family: 'Josefin Sans', sans-serif;
}

a:link, a:focus, a:active, a:visited, a:hover
{ 
text-decoration:none;
display:inline-block;
outline: none;
-webkit-transition : all 0.2s ease-in-out infinite;
-moz-transition : all 0.2s ease-in-out ;
-o-transition : all 0.2s ease-in-out ;
transition : all 0.2s ease-in-out ;
}

p 
{
font-family: 'Jura', sans-serif;
}
.evidence
{
font-weight:bold;
color:rgba(249,105,14, 1);
}

.evidencemenu
{
font-weight:bold;
color:rgba(249,105,14, 1);
}

nav > ul > li > a, details > ul > li > a
{
color:white;
}

#content
{
color:rgba(68,68,68,1);
}

h2
{
font-size:1.2em;text-transform:uppercase;
border-bottom:1px solid rgba(249,105,14, 1);
}

section > h3, section form h3
{
font-size:1em;
background-color:rgba(249,105,14, 1);padding:0.2em;
color:white;display:inline-block;margin-bottom:0.1em;
}

@media only screen and (min-width:1224px){
.rotate:hover
{ 
color:white;

} 
}

@media only screen and (max-width:768px){
header
{
font-size:0.8em;
}
}
