
* {
  position: relative;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
/* Can't use this because it screws up google maps
  background-color: inherit;
*/
  padding: 0px;
  margin: 0px;
/* Not sure why this is commented out
  -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: underline;
}
* a:visited {
  color: inherit;
  text-decoration: underline;
}
* a:hover {
  color: inherit;
  text-decoration: underline;
  color: #425e9d;
}
* a:active {
  color: inherit;
  text-decoration: underline;
}
html {
  background-repeat: repeat;
/* Can't use this because it screws up tawk.to
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
*/
}
body {
  background-color: white;
  color: black;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.25; /* 1.25 times font height */
  font-weight: 300;
  overflow-x: hidden;
  margin-bottom: 10px;
}
#canvas {
}
img {
  border: none;
}
h1 { /* logo text where necessary */
  color: white;
  line-height: 1;
  font-size: 400%; /* of body size */
  margin: 0; /* 'cos normalize and bootstrap screw with h1 */
  font-family: "plasticineregular", sans-serif;
}
h2 { /* title text */
  font-size: 165%; /* of body size */
  margin: 0; /* 'cos bootstrap screws with h2 */
  font-family: "plasticineregular", sans-serif;
}
h3 { /* sub title text */
  color: #5db344;
  font-size: 100%; /* of body size */
  margin: 0; /* 'cos bootstrap screws with h3 */
  font-family: "plasticineregular", sans-serif;
}
h4 { /* sub sub title text */
  font-size: 125%; /* of body size */
  margin: 0; /* to be sure */
  font-family: "plasticineregular", sans-serif;
}
h5 { /* emphasised text */
  font-size: 100%; /* of body size */
  margin: 0; /* to be sure */
}
h2, h3, h4, h5 {
  color: #5db344;
  line-height: 2;
}
p { /* normal text */
  font-size: 100%; /* of body size */
  margin: 0; /* to be sure */
  margin-bottom: 10px;
  line-height: 1.5; /* 1.5 times font height */
}
ul {
  text-align: left;
  font-size: 100%; /* of body size */
  margin: 0; /* to be sure */
  line-height: 1.5; /* 1.5 times font height */
  margin-left: 15px;
}
ol {
  text-align: left;
  font-size: 100%; /* of body size */
  margin: 0; /* to be sure */
  line-height: 1.5; /* 1.5 times font height */
  margin-left: 20px;
}
#pageForm input, #pageForm select, #pageForm textarea {
  width: 100%;
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#pageForm input[type='button'] {
  color: white;
  background-color: #5db344;
  width: 150px;
}
#pageForm input[type='text'], #pageForm select, #pageForm textarea[type='text'] {
  color: black;
  background-color: #fafcf9;
}
#footerForm input, #footerForm select, #footerForm textarea {
  width: 100%;
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footerForm input[type='button'] {
  color: white;
  background-color: #5db344;
  width: 150px;
}
#footerForm input[type='text'], #footerForm select, #footerForm textarea[type='text'] {
  color: black;
  background-color: #fafcf9;
}

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

.myButton {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, white, #5db344);
  background-image: -moz-linear-gradient(top, white, #5db344);
  background-image: -ms-linear-gradient(top, white, #5db344);
  background-image: -o-linear-gradient(top, white, #5db344);
  background-image: linear-gradient(to bottom, white, #5db344);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  text-shadow: 1px 1px 3px black; */
  color: white;
  border-style: solid; border-color: #be102b; border-width: 1px;
  text-decoration: none;
  height: 91%;
  text-align: center;
  font-size: 80%;
  margin-top: 2px; margin-bottom: 2px;
}

.myButtonWhiteOnRed {
  background-color: #be102b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border-style: solid; border-color: black; border-width: 1px;
  text-decoration: none;
  height: 30px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin: 5px;
}
.myButtonWhiteOnGreen {
  background-color: #5db344;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border-style: solid; border-color: black; border-width: 1px;
  text-decoration: none;
  height: 30px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin: 5px;
}
.myButtonWhiteOnBlue {
  background-color: #425e9d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border-style: solid; border-color: black; border-width: 1px;
  text-decoration: none;
  height: 30px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  margin: 5px;
}
.myButtonWhiteOnPink {
  background-color: #e369be;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  border-style: solid; border-color: black; border-width: 1px;
  text-decoration: none;
  height: 30px;
  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: #443e3e;
  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: #5db344;
  font-family: sans-serif;
  background-color: white;
}
.banner {
  height: 40px;
}
.header {
  width: 100%;
  height: 80px; /* Must be >= logo height. Refer to header module to reposition desktop menu */
}
.headerPlusBanner {
  height: 120px;
}

.footerWhiteOnBrown {
  font-family: sans-serif;
  background-color: #443e3e;
}
.footerWhiteOnBrown h2, .footerWhiteOnBrown p {
  color: white;
}
.footerWhiteOnBrown a:hover {
  color: #08d1fd;
}

.footerBlackOnWhite {
  font-family: sans-serif;
  background-color: white;
}
.footerBlackOnWhite h2, .footerBlackOnWhite p {
  color: black;
}
.footerBlackOnWhite a:hover {
  color: #08d1fd;
}

.footerWhiteOnBlue {
  font-family: sans-serif;
  background-color: #425e9d;
}
.footerWhiteOnBlue h2, .footerWhiteOnBlue p {
  color: white;
}
.footerWhiteOnBlue a:hover {
  color: #08d1fd;
}

