@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800&display=swap");
body {
  position: relative;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 0 0;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #222222;
}

section.cover {
  position: relative;
  color: #ffffff;
  background: radial-gradient(circle at 66% 50%, #3709b6, #2a0397);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 4cm;
  padding-bottom: 3cm;
  padding-left: 1cm;
  padding-right: 1cm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  section.cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.cover h1 {
  font-size: 1cm;
  margin: 0 0 5mm 0;
}

section.cover p {
  margin: 0 0 0 0;
  font-size: 5mm;
}

section.cover .text-container {
  padding: 2.5cm 0 2.5cm 1cm;
  margin-right: 2cm;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 15cm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  section.cover .text-container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  section.cover .text-container {
    margin: 0 0;
    padding: 2cm 0;
  }
  section.cover .text-container p {
    text-align: justify;
  }
}

section.cover img {
  margin-right: 1cm;
  max-width: 40vw;
}

@media screen and (min-width: 1600px) {
  section.cover img {
    max-width: 30vw;
  }
}

@media screen and (max-width: 600px) {
  section.cover img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  section.cover img {
    margin-right: 0 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 60vw;
  }
}

section#navbar {
  z-index: 100;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 2cm;
  padding-left: 1cm;
  padding-right: 1cm;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 5mm 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 5mm 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

section#navbar .logo {
  width: 2.8cm;
  height: 1.3cm;
  margin-right: 5mm;
  background-image: url("https://i1.wp.com/ilikeweb.co.za/wp-content/uploads/2019/07/placeholder.png?ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
}

section#navbar nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  font-size: 5mm;
  font-weight: 700;
}

section#navbar nav a {
  margin-left: 5mm;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

section#navbar nav a:hover {
  opacity: 0.5;
  border-bottom: 2px solid #ffffff;
}

section#navbar nav a.highlighted-action {
  color: #2a0397;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 3mm 7mm;
  border-radius: 1cm;
  margin-left: 7.5mm;
}

section#navbar.highlighted {
  background-color: white;
  -webkit-box-shadow: 0 0 5mm 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5mm 0 rgba(0, 0, 0, 0.3);
  height: 2.5cm;
}

section#navbar.highlighted h1 {
  color: #222222;
}

section#navbar.highlighted a {
  color: #222222;
}

section#navbar.highlighted a:hover {
  border-bottom: 2px solid #222222;
}

section#navbar.highlighted a.highlighted-action {
  color: #2a0397;
  background: none;
  border: 2px solid #2a0397;
  padding: 3mm 7mm;
  border-radius: 1cm;
  margin-left: 7.5mm;
}

section.alt {
  background-color: #efefef;
}

section.carousel {
  padding: 2cm 2cm 3cm 2cm;
}

section.carousel h1 {
  font-size: 1cm;
}

@media screen and (min-width: 1600px) {
  section.carousel {
    padding-left: 25vw;
    padding-right: 25vw;
  }
}

section.carousel .owl-carousel .item {
  font-size: 2cm;
  text-align: center;
}

section.flex {
  padding: 2cm 2cm 3cm 2cm;
}

section.flex h1 {
  font-size: 1cm;
}

@media screen and (min-width: 1600px) {
  section.flex {
    padding-left: 25vw;
    padding-right: 25vw;
  }
}

section.flex .flexContainer {
  margin-top: 2cm;
  width: 100%;
  min-height: 14cm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

section.flex .flexContainer .flexCard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 26%;
  max-width: 30%;
  padding-top: 1cm;
  padding-bottom: 1cm;
  margin-bottom: 1cm;
  text-align: left;
  vertical-align: middle;
  font-size: xxx-large;
  font-weight: 700;
  -webkit-box-shadow: 0 1mm 1mm 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1mm 1mm 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

@media screen and (max-width: 600px) {
  section.flex .flexContainer .flexCard {
    min-width: 90%;
    max-width: 100%;
  }
}

section.flex .flexContainer .flexCard .id {
  padding-left: 1cm;
}

section.flex .flexContainer .flexCard:hover {
  -webkit-box-shadow: 0 2mm 6mm 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2mm 6mm 0 rgba(0, 0, 0, 0.2);
}

section.carousel-make-list {
  padding: 2cm 2cm 3cm 2cm;
  background-color: #efefef;
}

@media screen and (min-width: 1600px) {
  section.carousel-make-list {
    padding-left: 25vw;
    padding-right: 25vw;
  }
}

section.carousel-make-list h1 {
  font-size: 1cm;
}

section.carousel-make-list a {
  text-decoration: none;
}

section.carousel-make-list .card {
  margin-top: 1cm;
  margin-bottom: 1cm;
  padding-bottom: 4mm;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  background-color: #ffffff;
}

section.carousel-make-list .card:hover {
  -webkit-transform: translateY(-1.5%);
          transform: translateY(-1.5%);
}

section.carousel-make-list .card .image {
  width: 100%;
  height: 5cm;
  background-image: url("https://i1.wp.com/ilikeweb.co.za/wp-content/uploads/2019/07/placeholder.png?ssl=1");
  background-size: cover;
}

section.carousel-make-list .card h1 {
  text-align: center;
  font-size: 7.5mm;
  margin-top: 4mm;
  margin-bottom: 0;
  color: #222222;
  font-weight: 700;
}

footer {
  font-size: 16px;
  background-color: #2a0397;
  color: #ffffff;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1cm 1cm 1cm 1cm;
}

@media screen and (min-width: 1600px) {
  footer {
    padding-left: 25vw;
    padding-right: 25vw;
  }
}

@media screen and (max-width: 600px) {
  footer {
    padding-left: 5mm;
    padding-right: 5mm;
  }
}

footer .logo {
  background-image: url("https://i1.wp.com/ilikeweb.co.za/wp-content/uploads/2019/07/placeholder.png?ssl=1");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.2cm;
  height: 1.5cm;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 600px) {
  footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .content .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 8cm;
  padding-right: 1cm;
}

footer h1 {
  font-weight: 700;
  font-size: 20px;
  margin: 7mm 0 5mm 0;
}

@media screen and (max-width: 600px) {
  footer h1 {
    margin-top: 1cm;
  }
}

footer a {
  text-decoration: none;
  margin-bottom: 2mm;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: block;
  word-wrap: initial;
}

footer a:hover {
  opacity: 0.8;
}

footer .social-link {
  display: inline-block;
}

footer .social-link .fa {
  font-size: 8mm;
  margin-right: 2mm;
}

footer .social-link.email {
  margin-bottom: 2mm;
}

footer .horizontal-divider {
  background-color: white;
  opacity: 0.2;
  height: 1pt;
  margin-top: 5mm;
  margin-bottom: 3mm;
}

footer .copyright {
  opacity: 0.3;
}
/*# sourceMappingURL=style.css.map */