:root {
    --oranje: #E3780F;
    --geel: #F7B01F;
    --blauw: #1F1FB0;
    --groen: #E3E30F;
    --lichtgeel: #F7D694;
    --beige: #FFF5E8;
    --zwart: #151210;
    --grijs: #E2E2E2;
  }

@font-face {
    font-family: poppins-black;
    src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: poppins-light;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

body {
    font-family: poppins-light;
    font-size: 1.2rem;
}

video {
    max-width: 100%;
    height: auto;
}

.header-title {
  font-family: poppins-black;
  font-size: 4rem;
}

.header-font {
    font-family: poppins-black;
    font-size: 3rem;
}

.divider {
    border-top: 1px solid var(--grijs);
}

.hallo {
    max-width: 70%;
    height: auto;
}

ul.hallo-list {
    list-style: none;
    margin: 2em;
    padding: 0;
    
    li {
      margin: 0;
      margin-bottom: 1em;
      padding-left: 1.5em;
      position: relative;
      text-align: left;
      font-size: 1.2rem;
      
      &:after {
        content: '';
        height: .4em;
        width: .4em;
        background: var(--groen);
        display: block;
        position: absolute;
        transform: rotate(45deg);
        top: .25em;
        left: 0;
      }
      
    }
    
  }

.social-icons a {
  color: var(--beige);
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.5rem 0 1rem 2rem;
}

.social-icons a:hover {
  color: var(--blauw);
  font-size: 1.2rem;
}

  .left-corners {
    border-radius: 5vw 0px 0px 0px;
    background: var(--oranje);
    padding: 1.5rem 0 2.5rem 4rem;
    color: #ffffff;
  }

  .right-corners {
    border-radius: 0px 0px 5vw 0px;
    background: var(--oranje);
    padding: 1.5rem 4rem 2.5rem 0;
    color: #ffffff;
  }



  .p-container {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .p-image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .p-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(227, 120, 15, 1);
  }

  .p-overlay a {
    width: inherit;
  }
  
  .p-container:hover .p-overlay {
    opacity: 0.9;
  }
  
  .p-text {
    color: white;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: inherit;
  }

.p-text::first-line {
  font-weight: bold;
}

.button-17 {
  align-items: center;
  appearance: none;
  background-color: var(--oranje);
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 1rem;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: var(--geel);
  color: #000;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

blockquote {
  padding: 2rem 0 2rem 0;
}

.colorlink {
	color: var(--blauw) !important;
}

.colorlink:hover {
	color: var(--oranje) !important;
}
