@charset "utf-8";
/* CSS Document */
/* BOOKMARKS   HIT ctrl f2  */


.row {
max-width: 95%;
}

/* fonts ________________________________________________________________________*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic);



cambo  {
font-family: 'Cambo', serif;
font-size: 4.0rem;
letter-spacing: 0.5px;
line-height: 4.0rem;
text-decoration: none;
color: #fff;
font-weight: 400;
text-transform: none;
}

cambomob  {
font-family: 'Cambo', serif;
font-size: 1.8rem;
letter-spacing: 0.5px;
line-height: 2.0rem;
text-decoration: none;
color: #fff;
font-weight: 400;
text-transform: none;
}

muli  {
font-family: 'Muli', sans-serif;
font-size: 1.0rem;
letter-spacing: 0.5px;
line-height: 1.0rem;
text-decoration: none;
color: #CCC;
font-weight: 400;
text-transform: none;
}


opensans  {
font-family: 'Open Sans', sans-serif;
font-size: 1.0rem;
letter-spacing: 0.5px;
line-height: 1.0rem;
text-decoration: none;
color: #999;
font-weight: 400;
text-transform: none;
}


/* Manual Font Sizes */
f06 {font-size: 0.6rem; } f08 {font-size: 0.8rem; } f10 {font-size: 1.0rem; } f12 {font-size: 1.2rem; } f13 {font-size: 1.3rem; } f14 {font-size: 1.4rem; } f15 {font-size: 1.5rem; } f17 {font-size: 1.7rem; } f20 {font-size: 2.0rem; } f25 {font-size: 2.5rem; } f30 {font-size: 3.0rem; } f40 {font-size: 4.0rem; } f60 {font-size: 6.0rem; }

/* end fonts */

/* Colour Pallette */
white {color: #fff; } black {color: #000; } grey {color: #666; } red {color: #ff0000} blue {color: #3ca6ff} gold {color: #b28b4f}
/* END Colour Pallette */


/* desktop custom CSS ________________________________________________________________________*/

.spacer5 {
    height: 5px;
    width: 100%;
}
.spacer10 {
    height: 10px;
    width: 100%;
}
.spacer15 {
    height: 15px;
    width: 100%;
}
.spacer20 {
    height: 20px;
    width: 100%;
}
.spacer25 {
    height: 25px;
    width: 100%;
}
.spacer30 {
    height: 30px;
    width: 100%;
}
.spacer40 {
    height: 40px;
    width: 100%;
}
.spacer50 {
    height: 50px;
    width: 100%;
}
.spacer60 {
    height: 60px;
    width: 100%;
}
.spacer70 {
    height: 70px;
    width: 100%;
}
.spacer80 {
    height: 80px;
    width: 100%;
}
.spacer90 {
    height: 90px;
    width: 100%;
}
.spacer100 {
    height: 100px;
    width: 100%;
}
.spacer125 {
    height: 125px;
    width: 100%;
}
.spacer150 {
    height: 150px;
    width: 100%
}
.spacer175 {
    height: 175px;
    width: 100%;
}
.spacer200 {
    height: 200px;
    width: 100%;
}

/* CALLOUTS ____________________________________________________________________________________ */
.callout {
  margin: 0 0 0 0;
  padding: 2%;
  border: 2px solid #333;
  border-radius: 0;
  position: relative;
  background-color: white; }

  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }

.callouttrans {
  background-color: transparent;
	border: 2px solid #FFF;
  border-radius: 10px;
	padding: 20px;
	}
  .callouttrans:hover {
    background-color: #990000;
  	border: 2px solid #990000;
    border-radius: 10px;
  	padding: 20px;
  	}

.calloutgreen {
    background-color: #33ff00;
    border: 0px solid #FFF;
    border-radius: 10px;
    padding: 20px;
    color: #333;
}

.calloutgreen:hover {
  background-color: #339900;
  border: 0px solid #FFF;
  border-radius: 10px;
  padding: 20px;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #33ff00;
  color: #000; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #339900;
    color: #fefefe; }


    @media screen and (max-width: 39.9375em) {
      .hide-for-small-only {
        display: none !important; } }

        .social-media-bar {
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          padding: 10px;
        }
        .social-media-icon {
          max-width: 25%;
    max-height: 25%;
    display: block;
    margin: auto auto;
        }
