body {
  font-family: roboto;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff; }

h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: 80px; }

h2 {
  font-weight: 400; }

h3 {
  font-weight: 400; }

h4 {
  font-weight: 400; }

h5 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  letter-spacing: 5px;
  font-size: 50px; }

p {
  text-align: center;
  padding: 10px;
  padding-left: 100px;
  padding-right: 100px; }

a {
  color: #ffffff;
  padding: 10px; }

a:hover {
  color: #2C9AE9; }

.wrapper {
  background-color: #2B292B; }

html {
  background-color: #2B292B; }

.header {
  background-color: #2B292B;
  height: auto;
  padding: 5%; }
  .header img {
    float: left;
    width: 40%;
    height: auto;
    padding-bottom: 5%; }

.contact-top-large {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 500px;
  height: 100px;
  padding-bottom: 5%; }
  .contact-top-large svg {
    margin-right: 10px;
    float: right;
    z-index: 0; }
  .contact-top-large .email:hover path {
    fill: #E92889; }
  .contact-top-large .phone:hover path {
    fill: #E92889; }
  .contact-top-large .phone h4 {
    padding-top: 11%; }
  .contact-top-large .email h4 {
    margin-bottom: 11%; }
  .contact-top-large .email svg {
    margin-top: 2%; }
  .contact-top-large .phone svg {
    margin-top: 10%; }
  .contact-top-large h4 {
    margin-top: 5%;
    padding-top: 0%;
    float: right;
    font-size: 1.5vw;
    color: #ffffff;
    text-align: left; }
  .contact-top-large .email {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    float: right; }
  .contact-top-large .phone {
    position: absolute;
    top: 50px;
    right: 80px;
    display: block;
    float: right; }
  .contact-top-large a:hover h4 {
    color: #E92889; }

.contact-top-small {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 500px;
  height: 100px;
  padding-bottom: 5%; }
  .contact-top-small svg {
    margin-right: 20px;
    float: right;
    z-index: 0; }
  .contact-top-small svg:hover path {
    fill: #E92889; }
  .contact-top-small .email-small {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    float: right; }
  .contact-top-small .phone-small {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    float: right; }

.main-contact svg:hover path {
  fill: #2C9AE9; }

.main-contact .fax-main svg:hover path {
  fill: #ffffff; }

.about {
  margin-top: 10%;
  position: relative; }
  .about img {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: block;
    padding-top: 1%; }
  .about .about-info {
    position: absolute;
    top: 40px;
    right: 80px;
    width: 35%;
    color: #000; }
    .about .about-info h1 {
      font-size: 7vw; }

.footer {
  text-align: center; }
  .footer a h4 {
    text-align: center;
    display: inline-block; }

/*XS*/
@media only screen and (max-width: 768px) {
  .header {
    padding: 5%; }
  .header img {
    width: 60%; }
  .contact-top-large {
    display: none; }
  .colour-strips-large {
    display: none; }
  .about-extra {
    display: none; }
  .about .about-info {
    position: absolute;
    top: 40px;
    right: 10%;
    width: 60%; }
  h1 {
    font-size: 15%;
    margin-left: 45%; }
  h2 {
    letter-spacing: 0.6px;
    font-size: 80%;
    margin-left: 45%;
    font-weight: 700; }
  h4 {
    letter-spacing: 0.7px;
    font-size: 75%;
    padding: 5%;
    line-height: 20px; }
  h5 {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 5%; }
  .main-contact {
    height: 280px; }
    .main-contact svg {
      margin-left: 5%;
      float: left; }
    .main-contact h4 {
      letter-spacing: 0.9px;
      float: left;
      padding: 5px;
      margin-left: 2%; }
    .main-contact .address-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .phone-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .fax-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .email-main {
      float: left;
      width: 100%;
      height: 50px; }
  .colour-strips-small .cyan-small {
    margin-top: 5%;
    width: 100%;
    height: 100px;
    background-color: #2C9AE9; }
  .colour-strips-small .yellow-small {
    width: 100%;
    height: 100px;
    background-color: #FEEC1B; }
  .colour-strips-small .magenta-small {
    width: 100%;
    height: 100px;
    background-color: #E92889; }
  .colour-strips-small h3 {
    font-size: 25px;
    color: #000000;
    padding: 5%;
    text-align: center;
    font-family: work sans;
    font-weight: 800;
    letter-spacing: 2px; }
  .statements h5 {
    padding-bottom: 0px; }
  .statements h4 {
    letter-spacing: 0.7px;
    padding-bottom: 0px;
    padding-top: 0px; }
  .footer {
    padding-top: 5%; }
    .footer p {
      text-align: center;
      font-size: 12px;
      padding: 0px; }
    .footer a h4 {
      display: inline-block;
      text-align: center;
      font-size: 10px;
      color: #575757;
      padding: 1px;
      line-height: 10px; }
    .footer a:hover h4 {
      color: #FEEC1B; } }

/*MD*/
@media only screen and (min-width: 768px) {
  .contact-top-small {
    display: none; }
  .colour-strips-small {
    display: none; }
  h2 {
    font-weight: 700;
    font-size: 100%;
    margin-left: 0%; }
  h3 {
    line-height: 15px;
    padding-top: 20px;
    font-size: 80%; }
  h4 {
    font-size: 75%;
    padding: 3%;
    padding-left: 5%;
    line-height: 20px;
    letter-spacing: 0.7px; }
  h5 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-left: 3%;
    padding: 3%; }
  .about-extra h3 {
    text-shadow: 0px 0px 10px #fff; }
  .main-contact {
    height: 280px; }
    .main-contact svg {
      margin-left: 5%;
      float: left; }
    .main-contact h4 {
      float: left;
      padding: 5px;
      margin-left: 2%; }
    .main-contact .address-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .phone-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .fax-main {
      float: left;
      width: 100%;
      height: 50px; }
    .main-contact .email-main {
      float: left;
      width: 100%;
      height: 50px; }
  .colour-strips-large .cyan {
    margin-top: 5%;
    width: 100%;
    height: 100px;
    background-color: #2C9AE9; }
  .colour-strips-large .yellow {
    width: 100%;
    height: 100px;
    background-color: #FEEC1B; }
  .colour-strips-large .magenta {
    width: 100%;
    height: 100px;
    background-color: #E92889; }
  .colour-strips-large h3 {
    font-size: 80%;
    color: #000000;
    padding: 3%;
    text-align: left;
    font-family: work sans;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 3%; }
  .statements {
    padding-bottom: 5%; }
    .statements h5 {
      padding-bottom: 0px; }
    .statements h4 {
      letter-spacing: 0.8px;
      margin: 2%;
      padding-bottom: 0px;
      padding-top: 0px; }
  .footer {
    text-align: center; }
    .footer a h4 {
      padding-left: 5%;
      padding-right: 5%;
      display: inline-block;
      text-align: center;
      color: #575757;
      padding: 1px;
      line-height: 10px; }
    .footer a:hover h4 {
      color: #FEEC1B; } }

/*LARGE*/
@media only screen and (min-width: 1100px) {
  .contact-top-small {
    display: none; }
  .colour-strips-small {
    display: none; }
  .header {
    padding: 1%; }
  h1 {
    font-size: 50%;
    padding-bottom: 3%; }
  h3 {
    font-size: 90%;
    line-height: 20px;
    letter-spacing: 0.6px; }
  .colour-strips-large h3 {
    margin-left: 3%; }
  .header img {
    width: 30%;
    padding: 0%; }
  .contact-top-large {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 500px;
    height: 120px;
    padding-bottom: 5%; }
    .contact-top-large svg {
      margin-right: 10px;
      float: right;
      z-index: 0; }
    .contact-top-large .phone h4 {
      padding-top: 11%; }
    .contact-top-large .email h4 {
      margin-bottom: 11%; }
    .contact-top-large .email svg {
      margin-top: 0%; }
    .contact-top-large .phone svg {
      margin-top: 10%; }
    .contact-top-large h4 {
      margin-top: 5%;
      padding-top: 0%;
      float: right;
      font-size: 1.5vw;
      color: #ffffff;
      text-align: left; }
    .contact-top-large .email {
      position: absolute;
      top: 17px;
      right: 20px;
      display: block;
      float: right; }
    .contact-top-large .phone {
      position: absolute;
      top: 50px;
      right: 80px;
      display: block;
      float: right; }
    .contact-top-large a:hover h4 {
      color: #E92889; }
  .mission h4 {
    font-size: 90%;
    letter-spacing: 0.5px;
    margin-right: 40%;
    padding: 1%;
    padding-left: 3%; }
  .body h5 {
    padding: 1%; }
  .main-contact h4 {
    font-size: 100%;
    letter-spacing: 0.5px; }
  .colour-strips-large {
    padding-bottom: 2%; }
    .colour-strips-large h3 {
      padding: 2%;
      font-size: 90%; }
  .statements h5 {
    margin-left: 5%;
    padding: 0%; }
  .statements h4 {
    padding: 0%;
    margin-left: 5%; } }
/*# sourceMappingURL=main.css.map */