body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: url(../images/background.jpg) repeat-x center top;
    background-color: #143E6A;
    color: #666;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#pa_header {
    color: black;
    padding: 10px 0;
    background: transparent;
}

#pa_header a {
    color: black;
    text-decoration: none;
}

#pa_content {
    padding: 20px;
}

/* Headings / text */
h1 { font: bold 60px Verdana; color: #000; }
h2 { font-weight: bold; padding-bottom: 15px; }
a { color: #039; text-decoration: underline; }
p { padding-bottom: 15px; }

/* Utilities */
.hidden { display: none; }
.center { text-align: center; }
.floatright { float: right; }
.floatleft { float: left; }
.clearboth { clear: both; }

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    margin-top: 20px;
}

.introtext {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.contentbox {
    background: #f4f4f4;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footmenu {
    list-style: none;
    padding: 0;
}

.footmenu li {
    display: inline;
    margin-right: 10px;
}

.disclaimer,
.disclaimer a {
    font-size: 0.8rem;
    color: #ffffff;
}

/* Footer / misc */
.footmenu { margin: 10px; }
.footmenu li { display: inline; margin-right: 20px; }
.footmenu a { color: #ffffff; text-decoration: none; }
.disclaimer { margin: 10px; }
.footlogo { margin: 10px; width: 260px; float: right; }

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    .contentbox {
        width: 100%;
        margin: 0;
    }

    .footmenu li {
        display: block;
        margin-bottom: 5px;
    }
}