/* stylesheet for netherton and findingthepast */

body
{
    margin: 10px;
    background-color: darkolivegreen;

    font-size: 1.2em; 
    font-family: Arial, sans-serif;
} 

.title
{
      font-weight: bold;
      display: inline-block;
      margin-bottom: 10px;

      font-size: 1.6em;
}

.subtitle
{
      font-weight: bold;
      display: inline-block;

      font-size: 1.2em;
}

.link
{
    text-decoration: none;

    color: white;
    background: darkolivegreen;    
    margin: 0;  
    border-radius: 2px;

    cursor:pointer;

    font-size: 1.0em;
}

.link:hover   
{
    color: white;
    background: green;
}

@media screen and (max-width: 1200px)
{


}

