html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    border-bottom: solid 4px #528990;
    padding: 10px;
}

#content {
    padding-bottom: 100px; /* Height of the footer element */
}

#footer {
    background: #528990;
    border-top: solid 2px #0b0b0b;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.center {
    text-align: center;
}

.aurora-text-format {
    font-family: 'cantarellbold', sans-serif;
    color: #0b0b0b;
}

.aurora-text-link {
    font-family: 'cantarellbold', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #528990;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000000;
}

.aurora-text-padding-4 {
    padding-top: 4%;
}

.aurora-text {
    font-family: 'cantarellbold', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #0b0b0b;
}

.aurora-text-footer {
    font-family: 'cantarellbold', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #f8f9fa;
}

a:link {
    color: #528990;
}

a:visited {
    color: #528990;
}

a:active {
    color: #528990;
}

.aurora-text-footer a:link {
    color: #f8f9fa;
}

.aurora-text-footer a:visited {
    color: #f8f9fa;
}

.aurora-text-footer a:active {
    color: #f8f9fa;
}