/*Import Google Fonts*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,300); /* Lato */

body { 
    padding:0;
    background-color: #FFFFFF;
    color: #5a5c5d;
    font:300 16px/1 'Lato', sans-serif;
    margin: 0;
}

h1 {
    font:300 42px/1 'Lato', sans-serif;
    color: #008200;
    margin-top:20px;
    margin-bottom: 0;
}

h2 {
    font: 300 24px/1 'Lato', sans-serif;
    margin: 0;
}

.spacer {
    height: 160px;
}

ul
{
    list-style-type: none;
}

li {
    margin: 10px;
}

.teaser{
    background: white;
    border-radius: 10px;
    padding: 10px;
    opacity: .95;
}