@font-face {
    font-family: 'AllerLight';
    src: url('./fonts/aller-light.ttf');
}

@font-face {
    font-family: 'Papaya';
    src: url('./fonts/PapayaSunriseD.otf');
}


body {
    background: #d1e4dd;
    padding: 40px 0 0 0;
    margin: 0;
}

.titleBar {
    font-family: AllerLight, Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    width: 100%;
    background-color: rgba(0,116,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgba(0,116,0,1);
    text-align: center;
}

.titleBar a {
    color: #FFF;
    text-decoration: none;
    font-family: AllerLight, Helvetica, Arial, sans-serif;
    border-bottom: 1px dotted #fff;
}

a:hover {
    cursor: pointer!important;
}

.footerBar {
    font-family: AllerLight, Helvetica, Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
    font-size: 1rem;
    bottom: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.header {
    font-family: Papaya, AllerLight, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    color: rgba(0,116,0,1);
}


.subheader {
    font-family: AllerLight, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0,116,0,1);
}

.main {
    font-family: AllerLight, Helvetica, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #333;
}

#parent {
    display: flex;
}
#logo {
    width: 30%;
    max-width: 250px;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
#content {
    flex: 1;
    padding-left: 2rem;
    padding-right: 1.5rem;
    max-width: 600px;
}
