
* {
  position: relative;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  padding: 0px;
  margin: 0px;
  -moz-appearance: none; -moz-border-radius: 0; -moz-box-shadow: none;
  -webkit-appearance: none; -webkit-border-radius: 0; -webkit-box-shadow: none;
  appearance: none; border-radius: 0; box-shadow: none;
}
select::-ms-expand { /* Hide select box arrow on IE10 */
  display: none;
}
* a:link {
  color: inherit;
  text-decoration: none;
}
* a:visited {
  color: inherit;
  text-decoration: none;
}
* a:hover {
  color: inherit;
  text-decoration: none;
  color: #09A5B5;
}
* a:active {
  color: inherit;
  text-decoration: none;
}
html {
  background-repeat: repeat;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body {
  background-color: white;
  color: #80398E;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.65; /* 1.65 times font height */
  font-weight: 300;
  overflow-x: hidden;
  margin-bottom: 10px;
}
img {
  border: none;
}
h1 { /* logo text where necessary */
  font-size: 300%; /* of body size */
  margin: 0; /* 'cos normalize screws with h1 */
}
h2 { /* title text */
  font-size: 225%; /* of body size */
  padding-top: 70px;
  padding-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: black;
}
h3 { /* sub title text */
  font-size: 225%; /* of body size */
  padding-top: 70px;
  padding-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #09A5B5;
}
h4 { /* sub sub title text */
  font-size: 180%; /* of body size */
  padding-top: 70px;
  padding-bottom: 0px;
}
h5 { /* emphasised text */
  font-size: 100%; /* of body size */
  padding-top: 10px;
}
p { /* normal text */
  font-size: 100%; /* of body size */
  line-height: 1.65; /* 1.65 times font height */
}
ul {
  text-align: left;
  font-size: 100%; /* of body size */
  line-height: 1.65; /* 1.65 times font height */
  margin-left: 15px;
}
input, select, textarea {
  width: 100%;
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
input[type='text'], input[type='button'], select, textarea[type='text'] {
  color: #09A5B5;
  background-color: #c1e7eb;
}

.responsiveIMG { /* Responsive images. See resizeImages() function which is executed on body resize */
  max-width: 100%; 
  display: block; 
  height: auto;
}

.myButton {
  background-color: #09A5B5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border-style: solid; border-color: #80398E; border-width: 1px;
  text-decoration: none;
  height: 40px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin: 5px;
}

.outlined {
  text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}

.bordered { /* Remember: the border takes up additional space */
  height: inherit;
  border-style: solid;
  border-color: black;
  border-width: 2px;
}

.centered  { /* Center horizontally */
  height: inherit;
  text-align: center; /* text */
  margin: 0 auto; /* divs */
}

.middled { /* Center vertically */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rounded { /* Make corners rounded */
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.faded { /* Make element opaque */
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.uppercase {
  text-transform: uppercase;
}
.fullWidth {
  width: 100%;
}
.clearfix {
  overflow: auto;
  clear: both;
}

#headerA {
  color: black;
  font-family: "Open Sans", sans-serif;
  background-color: white;
}
.header {
  position: relative; top: 0px; left: 0px;
  width: 100%;
  height: 133px;
}

#footerA {
  background-color: white;
}
#footerA h1 {
  color: white;
  font-size: 170%;
  line-height: 1.25; 
  font-weight: 400;
  margin: 0px; border-width: 0px; padding: 0px;
}
#footerB a, #footerC a, #footerD a {
  color: white;
}
#footerB a:hover, #footerC a:hover, #footerD a:hover {
  color: #80398E;
}
#footerC p, #footerD p {
  line-height: 100%;
}
.footerMenu a {
  font-size: 80%;
  font-weight: 600;
  line-height: 1.65; 
}
.footer {font-family: "Open Sans", sans-serif; color: white; background-color: #09A5B5;}
.footer p {
  font-size: 80%;
}

