
@font-face {
font-family: 'Menlo Regular';
font-style: normal;
font-weight: normal;
src: local('Menlo Regular'), url('Menlo-Regular.woff') format('woff');
}

body {
    font-family:'Menlo Regular';
    font-weight:normal;
    line-height: 1.4;
    font-size: 1.0em;
    text-align: center;
    background: #EAE7E3 url('background.jpg') no-repeat center top fixed; 
    background-size: contain;
    padding-bottom: 100px;
}

#logo {
    margin-top: 100px;
    width: 90%;
    max-width: 500px;
    margin-bottom: 40px;
}

h2 {
    display: inline;
    font-size: 2em;
    font-weight: normal;
    border-bottom: 1px black dotted;
}

h3 {
    font-weight: bold;
    margin-top: 40px;
    font-size: 1.4em;
}

a {
    color: #1C7233;
}

a:hover {
    color: #E33F0D;
}
