* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sansation", Arial, sans-serif;
  background-image: url(/images/background.jpg);
  background-size: cover;
  background-position: center;
}
.outercontainer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.innercontainer {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
  background-color: #292929cf;
  min-height: 100vh;
  overflow: auto;
  padding-top: 30px;
}
div.fade {
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 5%,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.8) 15%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0.2) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 5%,
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0, 0, 0, 0.8) 15%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 0.8) 85%,
    rgba(0, 0, 0, 0.5) 90%,
    rgba(0, 0, 0, 0.2) 95%,
    rgba(0, 0, 0, 0) 100%
  );
}
div.flexcolbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}
div.flexcolboxErvaringen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.flexcolboxSocials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 140px;
  gap: 40px;
  font-size: 40px;
}

div.flexrowbox {
  display: flex;
  justify-content: start;
}
div.flexrowboxCV {
  display: flex;
  justify-content: center;
  border: 1px solid white;
}
div.flexrowboxCV h2 {
  color: #3d9eff;
  font-weight: bold;
  font-size: 28px;
}
div.flexrowboxForm {
  display: flex;
  justify-content: flex-start;
  border: 1px solid white;
}

div.flexcolboxCV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid white;
  padding: 40px;
  max-width: 75%;
  margin-bottom: 30px;
  margin-top: 28px;
}
div.flexcolboxForm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  max-width: 75%;
  margin-bottom: 30px;
  margin-top: 28px;
  border-radius: 25px;
  margin-left: 200px;
}
div.flexcolcenterCV {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.innercontainer h1 {
  color: white;
  text-align: center;
  font-size: 5em;
}
.flexcolbox h1 {
  color: white;
  text-align: center;
  font-size: 5em;
  margin-top: 30px;
}
.innercontainer h2 {
  color: white;
}
div.flexcolcenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
div.flexcolcenterForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.flexrowcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.flexrowleft {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 50px;
  margin-left: 150px;
  margin-bottom: 50px;
}
div.flexrowright {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 50px;
  margin-right: 150px;
  margin-bottom: 50px;
}

div.flextexthobbies {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  max-width: 50%;
  gap: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

div.flexcolcenter p {
  max-width: 50%;
}
div.flexcolcenterCV p {
  min-width: 75%;
  max-width: 100%;
  text-align: center;
}
div.flexrowleft p,
div.flexrowright p {
  max-width: 70%;
}

p.fontsize22 {
  font-size: 22px;
}
p.fontsize25 {
  font-size: 25px;
}
p.fontsize12 {
  font-size: 12px;
}
span.textboldul {
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
}
div.flexcolcenter div {
  margin-top: 40px;
}
div.flexcolcenterForm div {
  margin-top: 15px;
}

p {
  color: white;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: end;
}
.textleft {
  text-align: start;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}

nav.head {
  background-color: #232426;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

nav.head a {
  text-decoration: none;
  color: #3d9eff;
  font-size: 30px;
  font-weight: bold;
  transition: transform 0.5s ease;
}

nav.head a:hover {
  color: white;
  text-shadow: 0 0 20px #1400ea, 0 0 30px #a7c9eb;
  transform: scale(1.05);
}

a {
  text-decoration: none;
  color: white;
}

img.ervaringen {
  max-width: 170px;
  max-height: 170px;
  min-width: 170px;
  min-height: 170px;
  border-radius: 13px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img.ervaringen:hover {
  transform: scale(1.05);
}
img.overmij {
  max-width: 70%;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
img.hobbys {
  max-width: 220px;
  min-height: 480px;
  object-fit: cover;
  border-radius: 50px;
}
img.hobbys:hover {
  transform: scale(1.2);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 1s ease;
}
img.hobbysbottom {
  width: 100%;
  margin-top: 30px;
  max-height: 300px;
  object-fit: cover;
}
img.cv {
  max-height: 230px;
  max-width: 230px;
  border-radius: 50%;
  margin-left: 40px;
  margin-top: 32px;
}

div form {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}

div form input[type="text"],
div form input[type="email"],
div form textarea {
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgb(17, 0, 255);
  background-color: rgb(255, 255, 255);
  color: white;
  width: 100%;
  box-sizing: border-box;
}

div form textarea {
  resize: vertical;
  min-height: 120px;
}

div form input[type="submit"] {
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid white;
  background-color: #211f1f;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease;
}

div form input[type="submit"]:hover {
  transform: scale(1.03);
}

i {
  color: white;
}

.site-footer {
  background-color: #292929cf;
  border-top: 1px solid white;
  padding: 20px 0;
  text-align: center;
  color: #ccc;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-icons {
  display: flex;
  gap: 20px;
}

.footer-icons a {
  color: #3d9eff;
  font-size: 24px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-icons a:hover {
  color: white;
  transform: scale(1.1);
}

.site-footer p {
  font-size: 14px;
  color: #aaa;
}
