/* Reset  */
* { 
    margin: 0;
    padding: 0;
    }
a:link {
    text-decoration: none; color: white; font-size:12pt; font-family: arial, sans-serif; font-weight: bold;
}

a:visited {
    text-decoration: none; color: white; font-size:12pt; font-family: arial, sans-serif; font-weight: bold;
}

a:hover {
    text-decoration: none; color: red; font-size:12pt; font-family: arial, sans-serif; font-weight: bold;
}

a:active {
    text-decoration: none; color: white; font-size:12pt; font-family: arial, sans-serif; font-weight: bold;
}


h1 {
    font-family: "Helvetica", sans-serif; letter-spacing: 7px; color: white; text-align: center;
}
h2 {
    font-family: "Helvetica", sans-serif; letter-spacing: 3.7px;
}
h3 {
    font-family: "Helvetica", sans-serif;
}
h4 {
    font-family: "Helvetica", sans-serif;
}

p.center {
font-size:12pt; font-family: arial, sans-serif; font-weight: bold; color: white; text-align: center;
}

/* Sticky footer */
html, body {
    height: 100%;
    width: 100%;
}
#page {
    height: 100%;
    height: auto !important;
    min-height: 100%;
}
#sticky-footer-wrap {
    overflow: auto;
    padding-bottom: 60px;
}
.site-main {
    overflow: hidden;
    height: 100%;
}
.site-footer {
    position: relative;
    height: 60px;
    margin-top: -60px;
    clear: both;
}


/* Header  */
.site-header {
    height: 100px; 
}


/* 3 columns */
#primary {
    float: left;
    width: 60%;  
    margin-left: 20%; 
}
#secondary {
    float: left;
    width: 20%;
    margin-left:-80%; 
}
#tertiary{
    float: left;
    width: 20%; 
}

/* Colours */

body {
    color: #FFFFFF;  background-color: #000000;
}
.site-header {
    background: #000000;
}
#primary {
    background-color: #000000;
 }
#secondary {
    background-color: #000000;
}
#tertiary{
    background-color: #000000;
}
.site-footer {
    background: #000000; 
}
.foot-smtext {
    font-size:9pt; font-family: arial, sans-serif; color: white; text-align: center; 
}
.below_f {
    font-size:4px; font-family: arial, sans-serif; color: black; text-align: center; 
}