*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  cursor: url('img/cursora.png'), crosshair;
  line-height: auto;
}

/* Utility Components */
:root {
    font-size: 62.5%;
  
/* Main Color */
--primary-color-tm: #004040;
--primary-color-tl: #00afaf;
--primary-color-t: #002626;
--primary-color-gd: #000d0d;
--primary-color-gl: #2b2b33;
--primary-color-wh: #ffffff;
--background-color: #fafafa;
--background-color-body: #d5d0ca;
--background-color-bodylighter: #e1ded9;
--background-color-bodydarker: #b2a99e;
--gradient-bl: linear-gradient(170deg, #4682b4 0, #008b8b 50%, #c71585 100%);
--gradient-oc: linear-gradient(90deg, #6ee7b7, #3b82f6, #7c3aed);
--gradient-or: linear-gradient(90deg, #ec4899, #ef4444, #f59e0b);
--gradient-bl: linear-gradient(90deg, #374151, #111827, black);
--gradient-bg: linear-gradient(90deg, #1d4ed8, #1e40af, #111827);
--gradient-db: linear-gradient(90deg, #0f172a, #4c1d95, #0f172a);
--gradient-gray: linear-gradient(90deg, #bfbbb5, #ddd9d4, #bfbbb5);
--gradient-sp: linear-gradient(#111827, #57534e);
  
/* Secondary Color */
--secondary-color: #4e4eff;
--secondary-color-b: #b7c2c2;
--secondary-color-l: #F0F7EE;
  
/* Complimentary Color */
--complimentary-color-g: #654321;
--complimentary-color-span: rgba(114, 114, 114, 0.8); 
  
/* White */
--white-color: #ffffff;
  
/* Black */
--black-color: #000000;
    
/* Main Text */
--heading-text: #e6f1ff;
--heading-text-g: gray;
--heading-text-b: #000000;
--heading-text-p: #fcfcfc;
--paragraph-text: #CA82F8;
--paragraph-hover: #CA82F8;
--background-text: #f0f0f0;
--background-text-lightgrey: #fafafa;
--background-blou:rgba(87, 84, 236, 0.7);
--background-grys: rgba(43, 43, 43, 0.8);
--left-button-color: rgba(87, 84, 236, 1);
--right-button-color: rgba(28, 122, 28, 1);
--hover-width:75%;
--other-width: 25%;
--speed: 1000ms;
  
/* Font Family */
--body-font: "Karla", Arial, sans-serif;
--heading-font: "Playfair Display", Georgia, serif;

--font-color: #222;
  
    /* Font Size */
    --font-size-title1: calc(1.3em + .9vw);
    --font-size-title2: calc(.9em + .4vw);
    --font-size-title3: calc(1em + .5vw);
    --font-size-title4: calc(1em + .5vw);
    --font-size-title5: calc(1.1em + .6vw);
    --font-size-title6: calc(13em + .5vw);
    --font-size-textl: calc(1em + .5vw);
    --font-size-textm: calc(.9em + .5vw);
    --font-size-texts: calc(.7em + .5vw);

    /* font gebruik op die projek */
    --font-size-paragraaf: calc(1.3rem + .5vw);
    --font-size-paragraafklein: calc(1.1rem + 1vw)
    --font-size-hoofvyf: calc(1.2rem + 1vw);
    --font-size-hoofvier: calc(1.4rem + .5vw);
    --font-size-hooftwee: calc(1.7rem + .5vw);
    --font-size-paragraafa: calc(1.3rem + 1vw);

    /* line-height gebruik op die projek */
    --base-line-height: 1.5;
    --line-height: calc(var(--base-line-height) + 0.1vw);

    --line-height-paragraaf: calc(var(--line-height) * 1.3);
    /* voorbeeld om font en line-height saam te gebruik
    font-size: calc(1.3rem + 1vw);

   :root {
  --base-line-height: 1.5;
  --line-height: calc(var(--base-line-height) + 0.1vw);
}

p {
  font-size: 1.3rem;
  line-height: calc(var(--line-height) * 1.3);
}

 **/

    --line-height-paragraaf: calc(1.3rem * 1.7);
    --line-height-hoofvier: calc(1.7rem + .5vw);
  /** padding gebruik op die projek as 1% =1vw groei**/
  --padding-height: calc(1vw + 1vw * (100vw / 1200));
  /** margin-top gebruik op die projek **/


  /**
  :root {
  --exponent: 2;  lyk vir my dit begin by 1920 px grootte en hoe hoer die getal hoe vinniger groei die 1rem*
  --base-margin-top: 1rem;
}

div {
  margin-top: calc(var(--base-margin-top) * calc(1 + var(--exponent) * (100vw / 1920)));
}
**/


    /* Line Height */
    --line-height-t1:calc(50px + 2vw);
    --line-height-t2:calc(11px + 1.5vw);
    --line-height-t3:calc(19px + 1.5vw);
    --line-height-t4: calc(15px + 1.8vw);
  
    /* Z-index */
    --z-back: -10;
    --z-normal: 1;
    --z-tooltip: 10;
    --z-fixed: 100;
    --z-modal: 1000;
  
    --padding-primary: 15px;
  
    --paragraph-text-l: 2rem;
    --paragraph-text-m: 1.5rem;
    --paragraph-text-s: .9rem;

    /* navigation section */
    --color-primary: var(--white-color);
    --color-secondary: var(--black-color);
    --duration: 1s;
    --nav-duration: calc(var(--duration) / 4);
    --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
    --space: 1rem;
    --font-primary: var(--body-font);
    --font-heading: var(--heading-font);
    --font-size: .8rem;
    --line-height: 1.5;


  
  }
  
html{
  cursor: url('img/cursora.png'), crosshair;
  z-index: 1000;
}

  body {/**
    min-height: 100vh;**/
    font-family: var(--body-font);
    background-color: var(--background-color-body);
    counter-reset: part;
    box-sizing: inherit;
    cursor: url('img/cursora.png'), crosshair;
    z-index: 1000;
  }

img {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100vh;
  align-items: center;
  transition: .2s;
}
/* Headings and Intro */

.voorneen {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  color:var(--complimentary-color-g);
  font-family: var(--heading-font);
  padding: 20px 0;
  z-index: 45;
}
.middelneen {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--heading-font);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 50px 0 0 0;
  z-index: 45;
}
.agterneen {
  color: var(--background-color-bodylighter);
  font-size: var(--font-size-title6);
  font-weight: 700;
  z-index: 40;
}

@media screen and (max-width: 800px) {
  .agterneen {
    font-size: 140px;
  }
}

@media screen and (max-width: 650px) {
  .agterneen {
    font-size: 90px;
  }
  .middelneen {
    padding: 20px 0 0 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .agterneen {
    font-size: 60px;
  }
  .middelneen {
    padding: 0;
  }
}
/** Navigation Section **/

.main-navigation-toggle {
  position: fixed;
  height: .8px;
  width: .8px;
  overflow: hidden;
  clip: rect(.8px, .8px, .8px, .8px);
  white-space: nowrap;
  z-index: 100;
}
.main-navigation-toggle + label {
  position: fixed;
  top: calc(var(--space) * 2);
  right: calc(var(--space) * 1.5);
  cursor: url('img/cursora.png'), crosshair;
  z-index: 150;
}

.icon--menu-toggle {
  --size: calc(.8rem + 4vmin);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  stroke-width: 3;
  z-index: 100;
}

.icon-group {
  transform: translateX(0);
  transition: transform var(--nav-duration) var(--ease);
  z-index: 100;
}

.icon--menu {
  stroke: var(--color-secondary);
  z-index: 100;
}

.icon--close {
  stroke: var(--color-secondary);
  transform: translateX(-100%);
}

.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform var(--nav-duration);
  z-index: 100;
  cursor: url('img/cursora.png'), crosshair;
}
.main-navigation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  transform-origin: 0 50%;
  z-index: -1;
}
.main-navigation ul {
  font-size: 10vmin;
  font-family: var(--font-heading);
  width: 100%;
}
.main-navigation li {
  --border-size: .3vmin;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main-navigation li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-size);
  background-color: var(--color-secondary);
  transform-origin: 0 50%;
  transform: translateX(-100%) skew(15deg);
}
.main-navigation a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: var(--color-secondary);
  line-height: 1;
  text-decoration: none;
  user-select: none;
  padding: var(--space) calc(var(--space) * 2) calc(var(--space) + var(--border-size) / 2);
  transform: translateY(100%);
  cursor: url('img/cursora.png'), crosshair;
}

.main-content {
  margin: 6rem auto;
  max-width: 70ch;
  padding: 0 calc(var(--space) * 2);
  transform: translateX(0);
  transition: transform calc(var(--nav-duration) * 2) var(--ease);
}
.main-content > * + * {
  margin-top: calc(var(--space) * var(--line-height));
}

.main-navigation-toggle:checked ~ label .icon--menu-toggle .icon-group {
  transform: translateX(100%);
}
.main-navigation-toggle:checked ~ .main-content {
  transform: translateX(10%);
}
.main-navigation-toggle:checked ~ .main-navigation {
  transition-duration: 0s;
  transform: translateX(0);
}
.main-navigation-toggle:checked ~ .main-navigation:after {
  animation: nav-bg var(--nav-duration) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation li:after {
  animation: nav-line var(--duration) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation a {
  animation: link-appear calc(var(--duration) * 1.5) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(1):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(1) a {
  animation-delay: calc((var(--duration) / 2) * 1 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(2):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(2) a {
  animation-delay: calc((var(--duration) / 2) * 2 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(3):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(3) a {
  animation-delay: calc((var(--duration) / 2) * 3 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(4):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(4) a {
  animation-delay: calc((var(--duration) / 2) * 4 * 0.125);
}

@keyframes nav-bg {
  from {
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    transform: translateX(0);
  }
} /**
@keyframes nav-line {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  35% {
    transform: scaleX(1.001);
    transform-origin: 0 50%;
  }
  65% {
    transform: scaleX(1.001);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}  **/
@keyframes link-appear {
  0%, 25% {
    transform: translateY(100%);
  }
  50%, 100% {
    transform: translateY(0);
  }
}

/** End of Navigation Section **/

/** Cursor **/

/** End of Cursor **/

/** Whattsup Button **/
.whatsapp-ico{
  fill: white;
  width: 35px;
  height: 35px;
  padding: 3px;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
  position: fixed;
  bottom: 80px;
  right : 14px;
  z-index: 10;
}

.whatsapp-ico:hover{
  box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
/** End of Whattsup Button **/

/** Scroll to Top Button **/

/** End of Scroll to Top Button **/

/** Website **/


.wrapperlanding {
  display: grid;
  grid-template-rows: repeat(19, min-content);
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 15rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end]; }


.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--background-color-body);
}

/** Scrolling elements **/

.scroll-container {
  height: 100vh;
  min-height: 450px;/**
  padding: 2rem 1rem;**/
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--background-color-body);
}

.scroll-element,
.scroll-caption {
  width: 50%;
}

.scroll-element {
  min-height: 300px;
  height: 100%;
  background-color: #eaeaea;
}

.scroll-caption {
  margin: 1rem;
}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** End of Scrolling Elements **/

/***** Section 1 - Main heading *****/
.heelbo {
  grid-column: full-start / full-end;
  grid-row: 1 / 2;

  display: grid;
  height: 10vh;
}

/***** End of Section 1 *****/

/**** Section 2 - Opskrif 1 About Me *****/
.vyfen__tagtig {
  grid-column: full-start / full-end;
  grid-row: 2 / 3;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 45vh;
  position: relative;
}

.vyfen__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.vyfen__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.vyfen__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of Section 2 *****/

/**** Section 3 - Gallery section ****/

.gallery {
  grid-column: full-start / full-end;
  grid-row: 3 / 4;/**

  height: 100vh;**/
  min-height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--background-color-body);
}
/* photo slideshow */

.fototjie {
  grid-column: auto;
  grid-row: 4 / 5;

  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.fototjie {
  /**padding: 2rem;**/
  width: 50%;
  max-width: 900px;
  min-height: 0px;
  background-color: var(--background-color-body);
}

/* Code above is not really needed since slideshow will fit width of whatever container you put it in. */

.js-slideshow {
  --fade: 1.8s;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 56%;
  box-shadow: 0 6px 30px #0002;
}

/* each animated slide should be a figure and a direct child of .js-slideshow */
.js-slideshow > figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity var(--fade) ease;
  transition: opacity var(--fade) ease;
}

.js-slideshow > figure:first-child {
  opacity: 1;
}

.js-slideshow img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.message {
  min-height: 100vh;
}

/* end of photo slideshow */
/* eerste section */
.eerste {
  grid-column: auto;
  grid-row: 4 / 5;

  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 50%;
  padding: 2em;
  background-color: var(--background-color-body);
  overflow: hidden;
}

.bottom {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100vw,
}

.left {
  display: flex;
  flex: 2;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: relative;
  width: 20px;
  height: 200px;
  overflow: visible;
  font-size: 13px;
}

.vertical-text div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  font-family: var(--body-font);
}

.vertical-text .arrow {
  position: absolute;
  top: calc(50% - 7.5px);
  left: 100%;
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;

  border-left: 7.5px solid black;
  transition: transform 0.3s ease-in-out;
}

.vertical-text:hover .arrow {
  transform: translateX(5px);
}

.vertical-text span {
  margin-left: 10px;
}
.vertical-text span:first-child {
  padding-right: 10px;
}


/*
.left:after {
  top: 8px;
  right: -40px;
  content: '';
  background: #000;
  width: 40px;
  height: 1px; } */

#no-scroll {
  overflow: visible;
}
.name {
  font-size: 10px;
  transform: rotate(-270deg);
  white-space: nowrap;
}
.bottom h6 {
  padding: 5px 5px 0px 50px;
  overflow: visible;
}

.right {
  display: flex;
  flex: 9;/**
  justify-content: center;**/
  flex-direction: column; /**
  padding: 20px 0; **/
}
/** text rotator **/

.top {
  display: flex;
  justify-content: start;/*
  padding: 10px 20px; */
  align-items: center;
  min-height: 15vh;
}

h3 {
  position: relative;
  color: #333;
  font-family:var(--body-font);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0.9;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
h3:before {
  content: "";
  -webkit-animation: animate 30s linear infinite;
          animation: animate 30s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    content: "WEBSITE DESIGN";
  }
  20% {
    content: "WEBSITE DEVELOPMENT";
  }
  40% {
    content: "DIGITAL STRATEGY";
  }
  60% {
    content: "SOCIAL MEDIA";
  }
  80% {
    content: "SEARCH ENGINE OPTIMIZATION";
  }
  100% {
    content: "RESEARCH AND INFORMATICS";
  }
}

@keyframes animate {
  0% {
    content: "WEBSITE DESIGN";
  }
  20% {
    content: "WEBSITE DEVELOPMENT";
  }
  40% {
    content: "DIGITAL STRATEGY";
  }
  60% {
    content: "SOCIAL MEDIA";
  }
  80% {
    content: "SEARCH ENGINE OPTIMIZATION";
  }
  100% {
    content: "RESEARCH AND INFORMATICS";
  }
}
@media screen and (max-width: 650px) {
  .eerste {
    width: 100%;
    min-height: 100vh;
  }
}
/* Paragraph */
.groter {
  min-height: 20vh;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color-gl);
  line-height: 25px;
}
/* Social Icons */
.social-svg {
  display: flex;
  padding: 10px 0;
  min-height: 10vh;
}
    .social-svg a {
      text-decoration: none;
      cursor: url('img/cursora.png'), crosshair;
    }
    
    .social-svg svg[role=img] {
      width: 20px;
      height: 20px;
      border-radius: 5%;
      fill: white;
      margin: .2rem;
    }
    
    svg[aria-label=Facebook] {
      background: #3b5998;
    }
    
    svg[aria-label=Twitter] {
      background: #55acee;
    }
    
    svg[aria-label=Steam], svg[aria-label=CodePen], svg[aria-label="500px"], svg[aria-label="Deviant Art"] {
      background: #000;
    }
    
    svg[aria-label=Linkedin] {
      background: #006699;
    }
    
    svg[aria-label="Google+"] {
      background: #DC4A38;
    }
    
    svg[aria-label=Pinterest] {
      background: #BD081C;
    }
    
    svg[aria-label=Vimeo] {
      background: #1ab7ea;
    }
    
    svg[aria-label=YouTube] {
      background: #cd201f;
    }
    
    svg[aria-label=YouTube].gradient {
      background: linear-gradient(#E52D27, #BF171D);
    }
    
    svg[aria-label=Github] {
      background: #131313;
    }
    
    svg[aria-label=Flickr], svg[aria-label=Xing], svg[aria-label=Instagram] {
      background: #eee;
    }
    
    #instagram circle, #instagram path {
      fill: #000;
    }
    
    svg[aria-label=Tumblr] {
      background: #314358;
    }
    
    #flickr circle:first-child {
      fill: #0059D4;
    }
    
    #flickr circle:last-child {
      fill: #DA1593;
    }

    /* knoppietjie */
    .resume {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      position: relative;
      min-height: 30px;
    }
    .resume a {
      cursor: url('img/cursora.png'), crosshair;
    } /*
    .loper {
      justify-content: flex-start;
    }
  
    .loper {
      position: absolute
      left: 20%;
      top: 50%;
    }
    
    .klopper {
      cursor: pointer;
      background-color: #000;
      width: 165px;
      height: 52px;
      line-height: 52px;
      position: absolute;
      left: 20%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
    }
    .klopper span {
      color: #fff;
      display: block;
      padding-left: 17px;
      text-transform: uppercase;
      font: bold 9px/33px Arial;
      transform: scaleX(0.6);
      letter-spacing: 3px;
      transform-origin: center left;
      transition: color 0.3s ease;
      position: relative;
      z-index: 1;
    }
    .klopper em {
      position: absolute;
      height: 1px;
      background: #fff;
      width: 47%;
      right: 23px;
      top: 50%;
      transform: scaleX(0.25);
      transform-origin: center right;
      transition: all 0.3s ease;
      z-index: 1;
    }
    .klopper:before,
    .klopper:after {
      content: '';
      background: #fff;
      height: 50%;
      width: 0;
      position: absolute;
      transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    .klopper:before {
      top: 0;
      left: 0;
      right: auto;
    }
    .klopper:after {
      bottom: 0;
      right: 0;
      left: auto;
    }
    .klopper:hover:before {
      width: 100%;
      right: 0;
      left: auto;
    }
    .klopper:hover:after {
      width: 100%;
      left: 0;
      right: auto;
    }
    .klopper:hover span {
      color: #000;
    }
    .klopper:hover em {
      background: #000;
      transform: scaleX(1);
    }
    */
    /* end of knoppietjie */
/* end of eerste section */
@media screen and (max-width: 650px) {
  .gallery {
    height: auto; /*
    min-height: 0px; */
  }
  .fototjie {
    width: 100%; /*
    height: auto; */
    min-height: 100vh; 
  }
  .eerste {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .groter {
    font-size: 14px;
    line-height: 20px;
  }
  h3 {
    font-size: 17px;
  }
  .elemente {
    height: auto;
  }
}

/**** End of Section 3 - Gallery ****/

/**** Section 4 - Opskrif 2 Services *****/
.sesen__negentig {
  grid-column: full-start / full-end;
  grid-row: 4 / 5;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 40vh;
}

.sesen__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.sesen__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.sesen__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of section 4 opskrif vir services *****/

/**** Section 5 - Services ****/

.inligting {
  grid-column: full-start / full-end;
  grid-row: 5 / 6;

  display: flex;
  box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  background-color: white;  
}
.beskore {
  min-height: 100vh;
  position: relative;
  background-color: var(--background-color-body);
}
.boxie {
  grid-column: full-start / full-end;
  grid-row: 7 / 8;
  
  display: flex;
  flex-direction: column;
  background-color: var(--background-color-body);
}
.prentjie {
  min-height: 100vh;
}
.elemente {
  display: flex;
  flex-direction: column; /**
  flex-wrap: wrap;
  justify-content: space-around;**/
  padding: 1em 0;
  text-align: left;
}
.hoofopskrif {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.services {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: .6em 1em .6em .6em;
  margin-bottom: 1em;
  border-radius: .3em;
  border: none;
}
.services h5 {
  border-left: 3px solid #014d4e;
  font-family: var(--body-font);
  font-size: 16px;
  padding: 0 10px;
  color: #333;
}/**
.hoofopskrif h4 {
  font-size: 34px;
  font-weight: 400;
  font-family: var(--heading-font); 
  padding: 20px 10px 30px 10px;
}**/
.hoofopskrif span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0 0 15px;
}
.services ul li {
  list-style: none;
  font-size: 13px;
  margin-top: 5px;
  padding: 1px 0 1px 25px; }
  .services ul li::before {
    content: '\2022';
    color: #000;
    display: inline-flex;
    width: 1em;
    margin-left: -1em; }

@media (max-width: 650px) {
  .inligting {
    background-color: rgba(255, 255, 255, 0.9);
  }
  figure {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
  }
  .prentjie {
    min-height: 100vh;
    position: absolute;
    width: 100%;
  } /**
  .elemente {
    min-width: auto;
    display: block;
  } **/
  .beskore {
    position: relative;
    min-height: 100vh;;
  }
  .services {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .elemente {
    padding: 0;
  }
  .services h5 {
    font-size: 13px;
  }
  .services {
    padding: 0 .6em;
  }
  .services ul li {
    font-size: 13px;
  }
}
/**** End of Section 5 - Services ****/

/**** Section 6 - Opskrif 3 aanbiedings *****/
.seween__dertien {
  grid-column: full-start / full-end;
  grid-row: 6 / 7;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 40vh;
}

.seween__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.seween__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.seween__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of Section 6 opskrif vir aanbiedings *****/

/**** Section 7 - Aanbiedings ****/

.gidsie {
  grid-column: center-start / center-end;
  grid-row: 7 / 8;

  display: grid;
  flex-direction: column;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.vireen {
    max-height: 100vh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10,1fr)
  /**
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;**/
}

.vireen-kikkie {
  height: 70vh;
  /**
  position: absolute;
  width: 100%;
  height: 100%;**/
  background: no-repeat 50% 50%;
  background-size: cover;/**
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);**/
}

.box-flex {
  height: 70vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.box-caption {
  position: absolute;
  max-width: 300px;
  margin: 0;
  padding: 1em 2em;
  word-break: break-word;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.5;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.box-caption small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
}
.box-caption small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
.box-caption small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}

.box-caption:hover {
  background-color: rgba(255, 255, 255, 0.50);
  color: #000;
  transition: all ease .5s;
}

.align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.skinder {
  height: 30vh;
  z-index: 50;
  padding: 30px 190px 0 190px;
}

.skinder p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color:rgba(3, 3, 3, 0.8)
}

.read {
  text-align: right;
 }
  .read a {
    color: rgba(3, 3, 3, 0.9);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    position: relative; }
    .read a:after {
      position: absolute;
      top: 7px;
      left: -60px;
      right: 0;
      content: '';
      width: 40px;
      height: 1px;
      background: rgba(114, 114, 114, 0.9) }

@media screen and (max-width: 950px) {
        .vireen-kikkie {
          height: 60vh;
        }
        .box-flex {
          height: 60vh;
        }
        .skinder {
          height: 40vh;
          padding: 10px 0 0 0;
        }
      }
            
/**** End of Section 7 - Aanbiedings ****/



/**** Section 8 - Aanbiedings ****/

.tidsie {
  grid-column: center-start / center-end;
  grid-row: 8 / 9;

  display: grid;
  flex-direction: column;
  position: relative;
  height: 100vh;
}

.virtwee {
    max-height: 100vh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10,1fr)
  /**
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;**/
}

.virtwee-tikkie {
  height: 70vh;
  /**
  position: absolute;
  width: 100%;
  height: 100%;**/
  background: no-repeat 50% 50%;
  background-size: cover;/**
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);**/
}

.tox-tlex {
  height: 70vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.tox-taption {
  position: absolute;
  max-width: 300px;
  margin: 0;
  padding: 1em 2em;
  word-break: break-word;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.5;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.tox-taption small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
}
.tox-taption small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
.tox-taption small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}

.tox-taption:hover {
  background-color: rgba(255, 255, 255, 0.50);
  color: #000;
  transition: all ease .5s;
}

.align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.tkinder {
  height: 30vh;
  z-index: 50;
  padding: 30px 190px 0 190px;
}

.tkinder p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color: rgba(3, 3, 3, 0.8);
}

.tead {
  text-align: right;
 }
  .tead a {
    color: var(--black-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    position: relative; }
    .tead a:after {
      position: absolute;
      top: 7px;
      left: -60px;
      right: 0;
      content: '';
      width: 40px;
      height: 1px;
      background: rgba(114, 114, 114, 0.9) }

@media screen and (max-width: 950px) {
        .virtwee-tikkie {
          height: 60vh;
        }
        .tox-tlex {
          height: 60vh;
        }
        .tkinder {
          height: 40vh;
          padding: 10px 0 0 0;
        }
        

        
      }
/**** End of Section 8 - Aanbiedings ****/

/**** Section 9 - Aanbiedings ****/

.dridsie {
  grid-column: center-start / center-end;
  grid-row: 9 / 10;

  display: grid;
  flex-direction: column;
  position: relative;
  height: 100vh;
}

.virdrie {
    max-height: 100vh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10,1fr)
  /**
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;**/
}

.virdrie-drikkie {
  height: 70vh;
  /**
  position: absolute;
  width: 100%;
  height: 100%;**/
  background: no-repeat 50% 50%;
  background-size: cover;/**
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);**/
}

.drox-drex {
  height: 70vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.drox-draption {
  position: absolute;
  max-width: 300px;
  margin: 0;
  padding: 1em 2em;
  word-break: break-word;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.5;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.drox-draption small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
}
.drox-draption small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
.drox-draption small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}

.drox-draption:hover {
  background-color: rgba(255, 255, 255, 0.50);
  color: #000;
  transition: all ease .5s;
}

.align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.dkinder {
  height: 30vh;
  z-index: 50;
  padding: 30px 190px 0 190px;
}

.dkinder p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color:rgba(3, 3, 3, 0.8);
}

.dead {
  text-align: right;
 }
  .dead a {
    color: rgba(3, 3, 3, 0.8);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    position: relative; }
    .dead a:after {
      position: absolute;
      top: 7px;
      left: -60px;
      right: 0;
      content: '';
      width: 40px;
      height: 1px;
      background: rgba(114, 114, 114, 0.9) }

@media screen and (max-width: 950px) {
        .virdrie-drikkie {
          height: 60vh;
        }
        .drox-drex {
          height: 60vh;
        }
        .dkinder {
          height: 40vh;
          padding: 10px 0 0 0;
        }
      }
/**** End of Section 9 - Aanbiedings ****/

/**** Section 10 - Aanbiedings ****/

.seidsie {
  grid-column: center-start / center-end;
  grid-row: 10 / 11;

  display: grid;
  flex-direction: column;
  position: relative;
  height: 100vh;
}

.virses {
    max-height: 100vh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(10,1fr)
  /**
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;**/
}

.virses-seikkie {
  height: 80vh;
  /**
  position: absolute;
  width: 100%;
  height: 100%;**/
  background: no-repeat 50% 50%;
  background-size: cover;/**
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);**/
}

.sox-slex {
  height: 70vh;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: .5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.sox-saption {
  position: absolute;
  max-width: 300px;
  margin: 0;
  padding: 1em 2em;
  word-break: break-word;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.5;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  color: #000;
}

.sox-saption small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
}
.sox-saption small:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5em;
}
.sox-saption small:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.5em;
}

.sox-saption:hover {
  background-color: rgba(255, 255, 255, 0.50);
  color: #000;
  transition: all ease .5s;
}

.align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.sekinder {
  height: 30vh;
  z-index: 50;
  padding: 30px 190px 0 190px;
}

.sekinder p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  color:rgba(3, 3, 3, 0.8);
}

.sead {
  text-align: right;
 }
  .sead a {
    color: rgba(3, 3, 3, 0.8);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    position: relative; }
    .read a:after {
      position: absolute;
      top: 7px;
      left: -60px;
      right: 0;
      content: '';
      width: 40px;
      height: 1px;
      background: rgba(114, 114, 114, 0.9) }

@media screen and (max-width: 950px) {
        .virses-seikkie {
          height: 60vh;
        }
        .sox-slex {
          height: 60vh;
        }
        .sekinder {
          height: 40vh;
          padding: 10px 0 0 0;
        }
      }
/**** End of Section 10 - Aanbiedings ****/

/* Section 8 / 9 / 10 - Modals */

.modal {
  background:rgba(0,0,0,0.8);
  position:fixed;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  bottom:0px;
  transition:all .5s ease-in-out;
  opacity:0;
  z-index:-1;
}
.modal:target {
  opacity:1;
  transition:all .5s ease-in-out;
  z-index:+300;
}
.modal-content {
  position:fixed;
  top:50%;
  left:50%;
  width: 400px; 
  background:#fff;
  border-radius:4px;
  transform:translate(-50%, -200%);
  transition:all .5s ease-in-out;
  perspective: 1000;
  outline:1px solid transparent;
  opacity:0;
}
.modal:target .modal-content {
  transform:translate(-50%, -50%);
  transition:all .5s ease-in-out;
  transition-delay:.5s;
  z-index:9999;
  opacity:1;
}
.modal-close {
  float:right;
  text-decoration:none;
  padding:22px 22px;
  color:#424242;
  font-weight:800;
  transition:all .5s ease-in-out;
  z-index:+1;
  background:rgba(0,0,0,0.1);
  text-align:center;
  border-radius:0 4px 0 0;
}
.modal-close:hover {
  color:#fff;
  background:rgba(0,0,0,0.8);
}
.modal-content h4 {
  padding:20px;
  display:block;
  text-align:center;
  border-bottom:1px solid #e0e0e0;
  text-transform:uppercase;
  background:var(--background-color);
  color: var(--font-color);
  font-size: 12px;
}
.modal-area p {
  font-size: 12px;
  padding: 15px;
}

@media screen and (max-width: 450px) {
  .modal-content {
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .skinder p {
    font-size: 13px;
  }
  .read a {
    font-size: 10px;
  }
  .tkinder p {
    font-size: 13px;
  }
  .tead a {
    font-size: 10px;
  }
  .dkinder p {
    font-size: 13px;
  }
  .dead a {
    font-size: 10px;
  }
  .sekinder p {
    font-size: 13px;
  }
  .sead a {
    font-size: 10px;
  }

}



/* End of Section 8 / 9 / 10 - Modals */

/**** Section 11 - Opskrif 4 carousel *****/
.agten__veertien {
  grid-column: full-start / full-end;
  grid-row: 11 / 12;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 40vh;
}

.agten__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.agten__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.agten__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of Section 11 opskrif vir carousel *****/

/***** Section 12 - Carousel *****/

.drabbel {
  grid-column: full-start / full-end;
  grid-row: 12 / 13;
  
  background-color: var(--background-color-body);
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.carousel__item {
  width: 100%;
  max-width: 300px;
  padding: 0 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  opacity: 0;
  -webkit-animation: carousel-animate-horizontal 20s linear forwards infinite;
          animation: carousel-animate-horizontal 20s linear forwards infinite;
}
.carousel__item-foto {
  overflow: hidden;
}
@media screen and (min-width: 650px) {
  .carousel__item {
    max-width: 400px;
  }
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3.3333333333s * 0);
          animation-delay: calc(3.3333333333s * 0);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3.3333333333s * 1);
          animation-delay: calc(3.3333333333s * 1);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3.3333333333s * 2);
          animation-delay: calc(3.3333333333s * 2);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3.3333333333s * 3);
          animation-delay: calc(3.3333333333s * 3);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3.3333333333s * 4);
          animation-delay: calc(3.3333333333s * 4);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3.3333333333s * 5);
          animation-delay: calc(3.3333333333s * 5);
}

.carousel__item-foto {
  width: 100%;
  height: 80vh;
}
.carousel__item-head {
  background-color: #dcdee1;
  width: 184px;
  height: 84px;
  margin-top: -42px;
  position: relative;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 20px;
}

@media screen and (max-width: 400px) {
  .carousel__item-head {
    font-size: 16px;
  }
}

.carousel__item-body {
  width: 100%;
  background-color: var(--background-color-bodylighter);
  border-radius: 8px;  /**
  padding: 50px 30px 20px 30px;  **/
  text-align: center;
}
.carousel__item-body h4 {
  font-size: 11px;
  font-weight: 500;
  padding: 3px 0;
}
.carousel__item-body p {
  font-size: 10px;
  padding: 3px 0;
}

@-webkit-keyframes carousel-animate-horizontal {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    opacity: 0;
  }
  2%,
  16.6666666667% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: .4;
  }
  18.6666666667%,
  33.3333333333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35.3333333333%,
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: .4;
  }
  52% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
}

@keyframes carousel-animate-horizontal {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    opacity: 0;
  }
  2%,
  16.6666666667% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: .4;
  }
  18.6666666667%,
  33.3333333333% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35.3333333333%,
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: .4;
  }
  52% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
}
/***** End of Section 12 - Carousel *****/

/**** Section 13 - Opskrif 5 vir text slider *****/
.negeen__vyftien {
  grid-column: full-start / full-end;
  grid-row: 13 / 14;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 40vh;
}
.negeen__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.negeen__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.negeen__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of Section 13 opskrif vir text slider *****/

/**** Section 14 - Text Slider ****/

/* Slideshow container */
.slideshow-content {
  grid-column: center-start / center-end;
  grid-row: 14 / 15;

  position: relative;
  background: var(--background-color-body);
  height: 60vh;
  overflow: hidden;
}

/* Slides */
.mySlides {
  display: none;
  padding: 110px;
  text-align: center;
}

.dot-content {
  grid-column: center-start / center-start;
  grid-row: 14 / 15;

  display: grid
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-content {
    text-align: center;
    padding: 20px;
    background: white;
    margin-top: 20px;
    margin-top: 20px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: calc(1.4rem + .5vw);
}

@media (max-width: 300px) {
  q {
    font-size: 14px;
  }
}

/* Add a blue color to the author */
.author {color: black;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: calc(1.3rem + .5vw);
  padding: 10px;
}
@media (max-width: 650px) {
  .mySlides {
    padding: 100px;
  } /**
  q {
    font-size: 15px;
  } **/
}
@media (max-width: 400px) {
  .mySlides {
    padding: 60px;
  } /**
  q {
    font-size: 13px;
  } **/
}
/**** Section 14 - End of Text Slider ****/

/**** Section 15 - Footer ****/
.footer {
  grid-column: full-start / full-end;
  grid-row: 15 / 16;

  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #000;
  background-color: var(--background-color-body);

  border-top: 1px solid var(--background-color-body);
}

.footer > * {
  flex:  1 100%;
}

.footer h2 {
  color: #000;
  letter-spacing: 3px;
  font-size: var(--font-size-title1);
  font-weight: 300;
  overflow: hidden; /**
  padding: 0.3em 0.1em 0.1em 0.1em;**/
}

.footer__addr {
  display: flex;
  flex-direction: column;
  justify-content:flex-start;

  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 15px;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  padding: 0em 0.1em 0.1em 0.1em;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-title2);
  color: #666;/**
  margin-top: .5em;**/
}
/**
.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}**/

.footer ul {
  list-style: none;
  padding-top: 0.5px;
}

.footer li {
  overflow: hidden;
}

.footer a {
  text-decoration: none;
  cursor: url('img/cursora.png'), crosshair;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #666;
  font-size: var(--font-size-title2);
}

.footer .credit{
  text-align: center;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: var(--font-color);
  font-size: 1.2rem;
  color: #333;
  /* padding-bottom: 7rem; */
}

.footer .credit span{
  color:var(--primary-color-t);
}
.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 10px 0;
  color: #333;
  font-size: 1.2rem;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}

@media screen and (max-width: 645px) {
  .footer__addr {
    margin-bottom: 0em;
  }
  .footer h2 {
    margin: .5em 0;
  }
  .nav__ul a {
    padding: 5px 0;
  }
}
/**** End of Section 15 - Footer ****/


/******** CONTACT FORM PAGE ********/

/***** Section 2 *******/
.eenen__veertig {
  grid-column: full-start / full-end;
  grid-row: 2 / 3;

  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 45vh;
}

.eenen__heelvoor {
  width: 100%;
  grid-row: 1 / 7;
  grid-column: 1 / 7;
  text-align: center;
}

.eenen__heelmiddel {
  width: 100%;
  grid-row: 5 / 7;
  grid-column: 1 / 7;
  text-align: center;
}
.eenen__heelagter {
  width: 100%;
  grid-row: 1 / 7;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of section 2 ******/

/***** Section 3 *****/
.kontak {
  grid-column: full-start / full-end;
  grid-row: 3 / 4;

  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--background-color-body);
}

.contact-form {
  width: 80vw;
  display: flex;
  justify-content: space-between;
  background: var(--background-color-body);
  margin: 50px 0;
}
.contact-form > * {
  width: 50%;
}
.contact-form .first-holder {
  background: linear-gradient(45deg, rgba(7, 7, 77, 0.8), rgba(0, 0, 0, 0.8)), url("img/contact.jpg") center center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-holder {
  display: flex;
  flex-direction: column;
}

.word {
  margin: 20px 0;
}
.word h6 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
.poster h6 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 10px;
}
.contact-form .info-holder div:first-of-type p {
  max-width: 260px;
  color: #999;
}
.pos p {
  max-width: 260px;
  color: #555;
}
.contact-form .info-holder div p {
  font-size: 16px;
  line-height: 1.6;
  color: #00ad5f;
}
.pos p {
  font-size: 16px;
  line-height: 1.6;
  color: #00ad5f;
}
.contact-form .second-holder {
  padding: 30px;
  background-color: var(--background-color-body);
}
.contact-form .second-holder h2 {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.post h2 {
  font-size: 30px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form .second-holder form {
  display: flex;
  flex-direction: column;
}
.contact-form .second-holder form .form-group {
  margin-bottom: 10px;
}
.contact-form .second-holder form .form-group * {
  min-height: 55px;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
}
.contact-form .second-holder form .form-group label {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin-top: -1px;
}
.contact-form .second-holder form .form-group:first-of-type input {
  width: 50.1%;
  margin-right: -5px;
  background-color: var(--background-color-bodylighter);
}
.contact-form .second-holder form .form-group input {
  width: 100%;
  font-size: 15px;
  margin-top: -2px;
  background-color: var(--background-color-bodylighter);
}
.contact-form .second-holder form .form-group input::placeholder, .contact-form .second-container form .form-group textarea::placeholder {
  color: #999;
}
.contact-form .second-holder form .form-group textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  padding: 10px 20px;
  margin-top: -1px;
  background-color: var(--background-color-bodylighter);
}
.contact-form .second-holder form button {
  width: 200px;
  height: 50px;
  background: var(--gradient-db);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  left: calc(50% - 100px);
  cursor: pointer;
}
.contact-form .second-holder form button:hover {
  background: #333;
}

@media screen and (max-width: 800px) {
  .contact-form {
    width: 90vw;
  }
}
@media screen and (max-width: 700px) {
  .contact-form {
    flex-direction: column-reverse;
  }
  .contact-form > * {
    width: 100%;
  }
  .contact-form .first-holder {
    padding: 40px 0;
  }
}

/********* END OF CONTACT PAGE **********/


/********* ABOUT US PAGE **********/

/***** Eie Naam Section ******/

.virdie__naampie {
  grid-column: full-start / full-end;
  grid-row: 1 / 2;
  display: grid;
  grid-template-rows: repeat(12, 1fr);
  grid-template-columns: 20px 1fr auto 1fr 20px;/** repeat(6, 1fr) **/
  max-width: 100%;
  overflow: hidden;
  /**
  align-items: center;
  justify-items: center;**/

  height: 100vh;
}
.virdie__opening {
  width: 100%;
  grid-row: 1 / 2;
  grid-column: 1 / 6;
  height: 50px;
}
.virdie__eienaam {
  width: 100%;
  height: 50px;
  grid-row: 2 / 3;
  grid-column: 1 / 6;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: bold;
  -webkit-text-stroke: 0.02mm white;
  letter-spacing: 3px;
  z-index: 160;
}
.virdie__naamplek {
  width: 100%;
  grid-row: 4 / 5;
  grid-column: 1 / 6;
  text-align: center;

  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: bold;
  -webkit-text-stroke: 0.02mm white;
  letter-spacing: 3px;
  z-index: 50;
}

.virdie__beskryf {
  width: 100%;
  grid-row: 3 / 11;
  grid-column: 3 / 4;

  display: grid;
}

.virdie__beskryf > img {
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 500px) {
  .virdie__beskryf {
    grid-column: 3 / 4;
  }
}

.rollend {
  grid-row: 3 / 4;
  grid-column: 1 / 7;

  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.rollend .news-message {
  display: flex;
  flex-shrink: 0;
  height: 70px;
  align-items: center;
  animation: slide-left 20s linear infinite;
}
.rollend .news-message p {
  font-family: var(--heading-font);
  font-size: 42px;
  font-weight: bold;
  -webkit-text-stroke: 0.02mm white;
  letter-spacing: 3px;
  color: var(--font-color);
  padding-left: 0.5em;

}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 590px) {
  .virdie__eienaam {
    font-size: 20px;
    letter-spacing: none;
  }
  .virdie__naamplek {
    font-size: 20px;
    letter-spacing: none;
  }
  .rollend .news-message p {
    font-size: 30px;
    letter-spacing: none;
  }

}

/***** End of Eie Naam Section *******/

/***** Section 4 - Heading for Offerings *******/
.tweeen__vyftig {
  grid-column: full-start / full-end;
  grid-row: 3 / 4;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 30vh;
}

.tweeen__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.tweeen__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.tweeen__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/***** End of Section 4 : Heading for Offerings ******/

/***** Section 5 : List of Offerings *****/
.offering {
  width: 100%;
  grid-column: full-start / full-end;
  grid-row: 5 / 6;

  display: block;
  height: 100vh;
  margin-top: 20px;
  cursor: url('img/cursora.png'), crosshair;
}

.offering ul {
  list-style: none;
  padding: 0;
}
.offering ul li {
  border-bottom: solid 1px linear-gradient(90deg, #0f172a, #4c1d95, #0f172a);
  cursor: url('img/cursora.png'), crosshair;
}
.offering ul li:nth-child(1) {
  border-top: solid 1px linear-gradient(90deg, #0f172a, #4c1d95, #0f172a);
}
.offering ul li a {
  font-family: var(--body-font);
  padding: clamp(2rem, 15vh, 4rem) clamp(2rem, 15vw, 6rem);
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  color: black;
  font-size: 1.5rem;
}
@media screen and (min-width: 400px) and (max-width: 600px) {
  .offering ul li a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 400px) {
  .offering ul li a {
    font-size:1.125rem;
  }
}
.offering ul li a > span {
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.35s ease all;
}
.offering ul li a > span > span {
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.offering ul li a > span > span > span {
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center;
  transition: 0.125s ease all;
}
.offering ul li a > span > span > span::before, .offering ul li a > span > span > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  right: -2px;
}
.offering ul li a > span > span > span::before {
  top: 1px;
  transform: rotate(45deg);
}
.offering ul li a > span > span > span::after {
  bottom: 1px;
  transform: rotate(-45deg);
}
.offering ul li a > span > span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  background: black;
  position: absolute;
  transform-origin: center;
  transition: 0.25s ease all;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.offering ul li a > span > span:nth-of-type(2) {
  left: 0;
}
.offering ul li a > span > span:nth-of-type(2) > span {
  width: 0;
  height: 0;
}
.offering ul li a > span > span:nth-of-type(2) > span::before, 
.offering ul li a > span > span:nth-of-type(2) > span::after {
  background: white;
}
.offering ul li a > span > span:nth-of-type(2)::after {
  width: 0;
  height: 0;
  background: white;
}
.offering ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gradient-db);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.35s ease all;
  transform: translateY(100%);
}
.offering ul li a:hover {
  color: white;
}
.offering ul li a:hover::before {
  transform: translateY(0%);
}
.offering ul li a:hover > span {
  padding-left: 2rem;
}
.offering ul li a:hover > span > span > span {
  width: 0;
  height: 0;
}
.offering ul li a:hover > span > span::after {
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.offering ul li a:hover > span > span:nth-of-type(2) > span {
  width: 50%;
  height: 50%;
}
.offering ul li a:hover > span > span:nth-of-type(2)::after {
  width: 1rem;
  height: 2px;
  border-radius: 0;
}

@media screen and (max-width: 450px) {
  .offering {
    margin-top: 5px;
  }
}
.offering ul li a {
  cursor: url('img/cursora.png'), crosshair;
}

/** End of Section 5 - End of List of Offerings **/

/** Section 6 - Intro to Values **/
.sesteren__gyfer {
  grid-column: full-start / full-end;
  grid-row: 6 / 7;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 45vh;
}

.sesteren__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.sesteren__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.sesteren__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/** End of Section 6 - Intro to Values **/

/** Section 7 - Values Section **/ 

.cooontainer {
  grid-column: full-start / full-end;
  grid-row: 7 / 8;

  display: flex;
}

.griiid-rooow {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.griiid-iteeem {
  height: 250px;
  flex-basis: 20%; /*
  -ms-flex: auto; */
  width: 250px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.griiid-rooow a {
  text-decoration: none;
}

.wraaapping-liiink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: currentColor;
}

.griiid-iteeem-wraaapper {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  background: var(--gradient-gray);
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  transition: padding 0.15s cubic-bezier(0.4,0,0.2,1), margin 0.15s cubic-bezier(0.4,0,0.2,1), box-shadow 0.15s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}

.griiid-iteeem-cooontainer {
  height: 100%;
  width: 100%;
  position: relative;
}

.griiid-imaaage-top {
  height: 45%;
  width: 120%;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
  left: -10.5%;
  top: -4.5%;
  display: none;
}

.griiid-imaaage-top .centered {
  text-align: center;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54.5%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-position: center;
}

.griiid-iteeem-conteeent {
  padding: 20px 20px 20px 20px;
}

.iteeem-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
}

.iteeem-category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.iteeem-excerpt {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.more-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 25px;
  padding-left: 0;
  transition-duration: .5s;
  font-size: 12px;
  display: flex;
}

.more-info i {
  padding-left: 5px;
  transition-duration: .5s;
}

.griiid-iteeem:hover .more-info i {
  padding-left: 20px;
  transition-duration: .5s;
}

.more-info i::before {
  font-size: 16px;
}

.griiid-iteeem:hover .griiid-iteeem-wraaapper {
  padding: 2% 2%;
  margin: -2% -2%;
}

/** nuwe **/
.griiid-iteeem-conteeent h2 {
  position: absolute;
  top: -10px;
  right: 50px;
  font-size: 8rem;
  color: var(--background-color-bodylighter);
}

.griiid-iteeem-conteeent h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2rem;
  color: var(--black-color);
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.griiid-iteeem-conteeent p {
  position: absolute;
  top: 70px; 
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--font-color);
  letter-spacing: 1px;
  z-index: 1;
  transition: 0.5s;
}

@media(max-width: 1333px) {
  .griiid-iteeem {
    flex-basis: 33.33%;
  }
}


.griiid-iteeem-conteeent a {
  position: relative;
  text-decoration: none;
	color:white;
	padding-top:1.8em;
	display:inline-block;/* or block */
	position:relative;
	border-color:white;
	text-decoration:none;
	transition:all .3s ease-out;
}
.griiid-iteeem-conteeent a:before {
	content:'▲';
	font-size:.9em;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-.7em;
	border:solid .13em white;
	border-radius:10em;
	width:1.4em;
	height:1.4em;
	line-height:1.3em;
	border-color:inherit;
	transition:transform .5s ease-in;
}
.griiid-iteeem-conteeent a:hover {
	color:pink;
	border-color:pink;
}
.griiid-iteeem-conteeent a:hover:before {
	transform: rotate(360deg);
}

/** end of new **/

@media(max-width: 1333px) {
  .griiid-iteeem {
    flex-basis: 33.33%;
  }
}

@media(max-width: 1073px) {
   .griiid-iteeem {
    flex-basis: 33.33%;
  }
}

@media(max-width: 815px) {
  .griiid-iteeem {
    flex-basis: 50%;
  }
}

@media(max-width: 620px) {
  .col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
}

@media(max-width: 555px) {
  .griiid-iteeem {
    flex-basis: 100%;
  }
}
/** End of Section 7 - Values Section **/

/** Section 8 - Intro to Skills Bars Section **/
.martina__twinteger {
  grid-column: full-start / full-end;
  grid-row: 8 / 9;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 45vh;
}

.martina__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.martina__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.martina__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/** End of Section 8 - Intro to Skills Bars Section **/
/** Section 9 - Skills Bars Section **/

#second {
  grid-column: full-start / full-end;
  grid-row: 9 / 10;

  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#second .main {
  padding: 10px 0 80px;
}

#second h2 {
  width: 90%;
  z-index: 10;
  margin: 0px auto 30px;
  letter-spacing: 0.5px;
  color: white;
  font-family: var(--body-font);
  text-decoration: none;
  font-size: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main p {
  margin: 12px auto 5px;
  padding: 0 0 0 5px;
  font-family: var(--body-font);
  letter-spacing: .3px;
  color: var(--color2);
  font-size: 15px;
}

.boksie {
  margin: 0 auto;
  width: 450px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--white-color);
}

.skill {
  height: 8px;
  text-align: right;
  padding: 5px 10px;
  font-weight: bold;
  background: var(--gradient-db);
  transition: 1.7s ease;
  z-index: 60;
}

.html {
  width: 0%;
}

.css {
  width: 0%;
}

.js {
  width: 0%;
}

.graphic {
  width: 0%;
}

@keyframes load {
  from {
      width: 0%;
  }

}

@keyframes noload {
  from {
      width: 100%;
  }

}


@media screen and (max-width: 500px) {
  .boksie {
    width: 300px;
  }
  .main p {
    font-size: 15px;
  }
}

/** End of Section 9 - Skills Bars Section **/
/** Section 10 - Intro to Q & A Section **/
.martiner__twinerteger {
  grid-column: full-start / full-end;
  grid-row: 10 / 11;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 45vh;
}

.martiner__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}

.martiner__heelmiddel {
  width: 100%;
  grid-row: 3 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
.martiner__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
}
/** End of Section 10 - Intro to Q & A Section **/

/** Section 11: Q & A Section **/

.accordian {
  grid-column: full-start / full-end;
  grid-row: 11 / 12;
  
  display: block;
  min-height: 100%;
  font-family: var(--body-font);
  background-color: var(--background-color-body);
  line-height: 1.5;
  font-size: var(--font-size-title2);
}
/**
html {
	min-height: 100%;
	font-family: 'Nunito', sans-serif;
}

body {
	background: #7db4fc;
	line-height: 1.5;
}

h1 {
	font-weight: 200;
	font-size: 3rem;
	color: white;
	text-align: center;
} **/

.acordeon {
	max-width: 400px;
	background: var(--background-color-bodylighter);
	margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.acordeon-cabecera {
	border-bottom: 1px solid #d5d0ca;
	color: #222222;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
  background: var(--background-color-bodylighter);
}

.acordeon-cabecera:hover {
	background: var(--background-color-bodylighter);
}

.acordeon-cabecera.active {
	background-color: var(--background-color-bodylighter);
}

.acordeon-contenido {
	display: none;
	border-bottom: 1px solid #d5d0ca;
	background: var(--background-color-bodylighter);
	padding: 1.4rem;
	color: #4a5666;
}
/** End of Section 11: Q & A Section **/

/******** END OF ABOUT US PAGE **********/

/******** BLOG PAGE **********/

/***** Section 3 - Heading for Blog Highlights *******/
.drieen__sestig {
  grid-column: full-start / full-end;
  grid-row: 3 / 4;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 50vh;
  overflow: hidden;
}

.drieen__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}

.drieen__heelmiddel {
  width: 100%;
  grid-row: 4 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}
.drieen__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}

/***** End of Section 3 : Heading for Blog Highlights ******/

/***** Section 4 : Blog Highlights *****/
.blogpostings {
  
  
  height: auto;
}

.bloggieone {
  grid-column: center-start / center-end;
  grid-row: 4 / 5;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/toring.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}
/** goeie kleurskema- linear-gradient(rgba(16, 29, 44, 0.93), rgba(16, 29, 44, 0.93)), url(img/toring.jpg);**/
.bloggietwo {
  grid-column: center-start / center-end;
  grid-row: 5 / 6;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/sonstrale.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}
.bloggiethree {
  grid-column: center-start / center-end;
  grid-row: 6 / 7;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/neteen.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}
.bloggiefour {
  grid-column: center-start / center-end;
  grid-row: 7 / 8;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/nettwee.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}
.bloggiefive {
  grid-column: center-start / center-end;
  grid-row: 8 / 9;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/netdrie.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}
.bloggiesix {
  grid-column: center-start / center-end;
  grid-row: 9 / 10;
  background-image: linear-gradient(rgba(213, 208, 202, 0.83), rgba(213, 208, 202, 0.83)), url(img/netvier.jpg);
  background-size: cover;
  display: block;
  height: 95vh;
  margin-top: 5vh;
  padding: calc(1rem + 1vw);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  overflow: hidden;
}

.special .line {
  background-color: #888;
  width: 150px;
  height: 2px;
  margin-bottom: 10px;
}
.special h2 {
  display: block;
  font-family: var(--body-font);
  font-size: calc(1.7rem + .5vw);
  color: var(--font-color);
  margin: calc(1rem + 1vw) 0;
}

.special h4 {
  display: block;
  font-family: var(--body-font);
  font-size: calc(1.3rem + .5vw);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--font-color);
  margin: calc(1rem + 1vw) 0;
}

.special p {
  display: block;
  font-family: var(--heading-font);
  font-size: calc(1.3rem + .5vw);
  line-height:calc(1.3rem + 1vw);  /** calc(1.3rem * 1.7)**/
  color: var(--font-color);
  margin: calc(1rem + 1vw) 0;
  padding: 0 45rem 0 0;
}



@media screen and (max-width: 1050px) {
  .special p {
    padding: 0 25rem 0 0;
  }
}

@media screen and (max-width: 750px) {
  .special p {
    padding: 0 5rem 0 0;
  }
}

@media screen and (max-width: 500px) {
  .special p {
    padding: 0;
  } /**
  .special h2 { 
    font-size: 2.9rem;
    margin: 1rem 0 .5rem 0; 
  }
  .special h4 {
    font-size: 2rem;
  } **/
}
/**
@media screen and (max-width: 400px) {
  .special p {
    line-height: 2.4rem;
  }
} */

.cta {
  position: relative; /*
  margin: auto; */
  padding: 19px 22px;
  transition: all 0.2s ease;
  color: var(--font-color);
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: var(--background-color-bodydarker);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--font-color);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: var(--background-color-bodydarker);
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

/** Fade in Animation **/

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

/****** End of Section 4 : Blog Highlights ******/

/***** Section 5 - Heading for  *******/
.vieren__seventig {
  grid-column: full-start / full-end;
  grid-row: 10 / 11;

  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  height: 50vh;
  overflow: hidden;
}

.vieren__heelvoor {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}

.vieren__heelmiddel {
  width: 100%;
  grid-row: 4 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}
.vieren__heelagter {
  width: 100%;
  grid-row: 1 / 5;
  grid-column: 1 / 7;
  text-align: center;
  padding: 5px;
}

/***** End of Section 5 : Heading for  ******/

/******** END OF BLOG PAGE **********/


/**** Article One *****/
.wraappper {
  grid-column: full-start / full-end;
  grid-row: 1 / 2;

  display: grid;
  height: auto;
}

.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #333;
  z-index: 2;
  width: 0%;
  transition: all 0.3s linear;
}

.connttent {
  display: grid;
  width: 93%;
  margin: 0 auto; /*
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em; */
}
.connttent .poster {
  width: 100%;
  height: 200px;
  display: grid;
  border-radius: 1px;
  margin-top: 50px;
  overflow: hidden; /**
  background: center center no-repeat url(img/aanskoub.jpg); **/
  background-image: linear-gradient(rgba(213, 208, 202, 0.53), rgba(213, 208, 202, 0.53)), url(img/aanskoua.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: relative;
  box-shadow: 0px 4px 100px -3px #333;
}
.connttent .poster .poster-tiittle {
  position: absolute;
  bottom: 0;
  left: 20px;
  bottom: 20px;
}
.connttent .poster .poster-tiittle h1 {
  font-size: calc(1.7rem + 1vw);
  color: var(--font-color);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1); /* set background color with opacity */
  padding: 10px;
} /*
.connttent .poster .poster-buutttons {
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--font-color);
  text-align: center;
} 
.connttent .poster .poster-buutttons div {
  cursor: url('img/cursora.png'), crosshair;
} 
.connttent .poster .poster-buutttons div:hover {
  color: #ccc;
} */


.innffo {
  border-radius: 10px;
  border: 1px solid var(--background-color-body);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px auto;
  background-color: var(--background-color-body);
  overflow: hidden;
  height: 60px;
}
.innffo .block {
  text-align: center;
  font-size: calc(1.1rem + .5vw);
  font-weight: 300;
  color: #242e47;
  padding: 0 20px;
}
.innffo .block .mini-title {
  font-size: calc(1.1rem + .5vw);
  color: #999999;
  font-weight: 700;
}

.woorrds { /*
  padding: 0 0 0 45px;   */
  position: relative;
}
.woorrds h2 {
  font-size: calc(1.5rem + .8vw);
  margin: calc(1.1rem + 1vw) calc(.3rem + 1vw) 0;
  position: relative;
  color: #333;
  letter-spacing: 0.5px;
}
.woorrds h4 {
  font-size: calc(1.4rem + .8vw);
  margin: calc(1.1rem + 1vw) calc(.3rem + 1vw) 0;
  position: relative;
  color: #333;
  letter-spacing: 1px;
}
.woorrds p {
  font-size: calc(1.1rem + .5vw);
  margin: calc(0.2rem + 1vw);
  position: relative;
  color: #333;
  letter-spacing: 1px;
}
p.article-intro br {
  display: block;
  margin-bottom: 10px;
}

.woorrds p .buttons {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 100px;
  background-color: #777;
} /*
.woorrds p .letter {
  font-size: 100px;
  position: absolute;
  top: 15px;
  left: -45px;
  color: #8787870f;
  font-weight: 700;
  overflow: hidden;
} */
.woorrds .buttons {
  position: absolute;
  opacity: 0;
  top: 0px;
  right: -30px;
  font-size: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.woorrds:hover .buutttons {
  opacity: 1;
}

.quote {
  position: relative;
  padding: 40px 40px 40px 45px;
  background-color: var(--background-color-body);
  border-radius: 10px;
  min-height: 140px;
  font-size: 22px;
  line-height: 1.5em;
  font-family: "Times New Roman", Times, serif;
  color: #777;
  overflow: hidden;
} /*
.quote .letter {
  font-size: 150px;
  position: absolute;
  top: 50px;
  color: #ebebeb;
  overflow: hidden;
} */
.quote .author {
  font-size: 12px;
}
.quote .author::before {
  content: "";
  width: 40px;
  height: 1px;
}

.article-intro::first-letter {
  font-size: 1.5em; /* set the font size of the first letter */
  color: #333;
  font-weight: bold; /* set the color of the first letter */
}

.ordered {
  counter-reset: ordered-counter;
  list-style: none;
  padding: 0;
}

.ordered li::before {
  content: counter(ordered-counter) ". ";
  counter-increment: ordered-counter;
  margin-right: .5em;
}

/* Table */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.table th,
.table td {
  padding: 0.5em;
  text-align: left;
}

.table th {
  font-weight: bold;
}

.table tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
    overflow-x: auto;
  }
  
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  
  .table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  } /*
  .number {
    padding-right: 1em;
  } */
}
/* second block quote */
.quote {
  position: relative;
  margin: 1em 0;
  padding-left: 1.5em;
}

.quote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  color: #777;
}

.quote::after {
  content: "”";
  font-size: 2em;
  color: #ccc;
}

.quote__content {
  margin-left: 1.75em;
}

.quote__content p {
  font-style: italic;
  margin-bottom: 0.5em;
}

.quote__content cite {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}

/* header with a underline */
.headtwo {
  position: relative;
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
}

.headtwo__number {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2em;
  font-weight: normal;
}

.headtwo__text {
  display: inline-block;
}

.headtwo::after {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: calc(100% + 1em);
  height: 8px;
  background-color: #777;
}
 
/* header with a background color */
.background {
  color: white;
  background-color: black;
  display: inline-block;
  padding: 0.2em 0.4em;
}

.background span {
  background-color: black;
}



@media (max-width: 700px) {
  .content {
    width: 90%;
  }

  .info {
    grid-template-columns: repeat(2, 1fr);
    height: 120px;
  }

  .content .poster {
    height: 250px;
  }

  .content .poster .poster-title h1 {
    font-size: 25px;
  }

  .quote {
    font-size: 16px;
  }
  .quote .letter {
    left: 0px;
  }
}
blockquote {
  border-left: 5px solid #888;
  margin: calc(0,3rem + 1vw);
  padding: calc(0.3rem + 1vw);
  quotes: "\201C""\201D""\2018""\2019";
  overflow: hidden; /*
  height: auto; 
  line-height: auto; */
}
blockquote:before {
  color: #002626;
  content: open-quote;
  font-size: calc(1.1rem + 1vw); /**3em; **/ /*
  line-height: auto;    /* 0.1em *//**
  margin-right: 0.25em;
  vertical-align: -0.4em; **/
}
blockquote p {
  display: inline;
  color: #002626;
  font-size: calc(1.1rem + 1vw);
  font-weight: 400; /*
  padding: 1px 0; 
  line-height: auto; */
}
/* another table */
.robot {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.robot th,
.robot td {
  padding: 10px; /*
  border: 1px solid #ddd;*/
}
/**
.robot th {
  background-color: #f2f2f2; 
} **/

.robot td:first-child {
  width: 10%;
}

.robot td:last-child {
  width: 90%;
}
.robot tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
@media only screen and (max-width: 768px) { /*
  .robot td:first-child,
  .robot th:first-child {
    display: none;
  } */
  
  .robot td:last-child,
  .robot th:last-child {
    width: 100%;
  }
  
  .robot td:last-child:before {
    /* content: "Number: " attr(data-label) ": "; */
    content: none;
    font-weight: bold;
    display: block;
  }
}



  
/** End of Article One **/

/** Back to Top **/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
#myBtn {
  display: none;
  animation: fadein 2s;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

**/

/* ------------------------------------------------------------------- 
 * ## go top
 * ------------------------------------------------------------------- */
 #ss-go-top {
  display: none;
  animation: fadein 2s;
  z-index    : 200; /**
  transform  : translate(0, 200%); **/
  transition : all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position   : fixed;
  bottom     : 1.2rem;
  right      : 1.2rem;
}

#ss-go-top a {
  display          : flex;
  align-items      : center;
  justify-content  : center;
  text-decoration  : none;
  border           : none;   
  height           : calc(1.875 * calc(2rem * 1));
  width            : calc(1.875 * calc(2rem * 1)); 
  border-radius    : 50%;
  background-color : #0C0C0C;
  transition       : all .3s;
  position         : relative;
}

#ss-go-top a:focus svg path,
#ss-go-top a:hover svg path {
  fill : white;
}
/**
.ss-go-top svg {
  height : calc(0.75 * calc(3.2rem * 1));
  width  : calc(0.75 * calc(3.2rem * 1));
}   **/

#ss-go-top svg path {
  fill : white;
}
/**
.ss-go-top.link-is-visible {
  opacity    : 1;
  visibility : visible;
  transform  : translate(0, 0);
} **/

/** End of Back to Top **/