/* ========== GENERAL ========== */
body, h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif }
body, html { height: 100%; line-height: 1.8; }
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("img/WhatsApp Image 2021-08-27 at 15.08.28.jpeg");
  min-height: 100%;
}
.w3-bar .w3-button {
  height: 72px;
  line-height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}
.Picto { border-radius: 50%; }
@media only screen and (max-width: 600px) {
  video { width: 95%; }
}

/* ========== INSTAGRAM WIDGET ========== */
.lightwidget-widget {
  width: 100% !important;
  min-height: 400px;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  background: #fff;
}
#work {
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .lightwidget-widget {
    min-height: 350px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .lightwidget-widget {
    min-height: 250px;
    border-radius: 8px;
  }
  #work h3 {
    font-size: 1.3em;
  }
}

/* ========== SECTION HEADERS ========== */
.section-header {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 2.2em;
  color: inherit;
  margin-bottom: 0.3em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.3em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-header::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .section-header {
    font-size: 1.3em;
  }
  .section-header::after {
    width: 40px;
    height: 3px;
  }
}
.werk-header {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 2.2em;
  color: #fff;
  margin-bottom: 0.3em;
  position: relative;
  display: block;
  padding-bottom: 0.3em;
  text-align: 0.3em;
  margin-left: auto;
  margin-right: auto;
}
.werk-header::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .werk-header {
    font-size: 1.3em;
  }
  .werk-header::after {
    width: 40px;
    height: 3px;
  }
}

/* ========== OVER MIJ FLEX ========== */
.overmij-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 700px) {
  .overmij-flex {
    flex-direction: row;
    gap: 48px;
  }
  .overmij-text {
    text-align: left;
  }
  .overmij-img {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 699px) {
  .overmij-text, .overmij-img {
    text-align: center;
  }
}
.overmij-name {
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  color: #fa7a35;
  font-size: 1.7em;
}
.overmij-bio {
  font-size: 1.15em;
  line-height: 1.7;
  color: #333;
}
.overmij-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fa7a35;
  transition: width 0.3s, height 0.3s;
}
@media (min-width: 900px) {
  .overmij-img img {
    width: 300px;
    height: 300px;
  }
}

/* ========== HEADER SLOGAN ========== */
@media (max-width: 600px) {
  .header-slogan {
    font-size: 1.1em !important;
    margin-top: 18px !important;
  }
}

/* ========== NAVBAR & Z-INDEX ========== */
.w3-top, #myNavbar {
  z-index: 1001 !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.w3-display-middle {
  z-index: 2;
}
.w3-bar .w3-button:hover, .w3-bar .w3-button:focus {
  background-color: #fa7a35 !important;
  color: #fff !important;
}
.w3-xlarge .fa {
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  overflow: hidden;
}

/* ========== CONTACT SECTION ========== */
.contact-content {
  max-width: 600px;
}
.contact-row {
  margin: 0 -8px;
}
.contact-link {
  display: block;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px 8px;
  transition: box-shadow 0.2s;
}
.contact-link:focus {
  outline: none;
}
.contact-link-disabled {
  pointer-events: none;
  cursor: default;
}
.contact-card {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px 8px;
  transition: box-shadow 0.2s;
}
.contact-card-white {
  background: #fff;
}
.contact-card-orange {
  background: #fa7a35;
  color: #fff;
}
.contact-icon {
  color: #fa7a35;
}
.contact-text {
  margin: 12px 0 0 0;
  font-weight: bold;
}

/* ========== FOOTER ========== */
.custom-footer {
  background: #fa7a35;
  padding: 64px 0 32px 0;
}
.footer-socials {
  margin-bottom: 24px;
}
.footer-social-link {
  margin: 0 16px;
  display: inline-block;
  vertical-align: middle;
}
.footer-social-link .fa {
  font-size: 2em;
  color: #fff;
  vertical-align: middle;
  transition: transform 0.2s, color 0.2s;
}
.footer-social-link:hover .fa,
.footer-social-link:focus .fa {
  color: #fff; /* keep white */
  transform: scale(1.25);
}
.footer-collab {
  color: #fff;
  font-size: 1.1em;
}
.footer-hubo {
  vertical-align: middle;
  margin-left: 12px;
  border-radius: 50%;
  width: 50px;
}

/* ========== NAVBAR ========== */
.navbar-padding { padding: 0 24px; }
.navbar-logo { padding: 0; display: flex; align-items: center; height: 72px; }
.navbar-logo-img { max-width: 200px; height: auto; border-radius: 18px; display: block; margin: 0; }
.navbar-link { font-weight: 600; }
.navbar-hamburger { padding: 18px 16px; }

/* HEADER (Slideshow) */
.header-slideshow-container {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}
.header-slideshow-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0;
  transition: background-image 1s;
}
.header-slideshow-content {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.header-logo-img {
  max-width: 90vw;
  height: auto;
  border-radius: 18px;
}
.header-slogan {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 0 2px 16px #000a;
  margin: 36px 0 0 0;
  letter-spacing: 0.03em;
}

/* SERVICE SECTION */
.section-subtitle {
  margin-top: 16px;
  font-size: 1.3em;
  color: #fff;
  opacity: 0.95;
}
.service-section {
  padding: 32px 0 96px 0;
}
.service-cards {
  max-width: 900px;
  margin: auto;
}
.service-card {
  margin-bottom: 32px;
}
.service-icon {
  color: #fa7a35;
}
.service-title {
  font-weight: bold;
}

/* OVER MIJ SECTION */
.overmij-section {
  padding: 64px 0;
}
.overmij-container {
  max-width: 900px;
  margin: auto;
  align-items: center;
}

/* MIJN WERK SECTION */
.work-container {
  max-width: 900px;
  margin: 0 auto;
}

/* Make contact cards higher on desktop */
@media (min-width: 700px) {
  .contact-link {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.bg-orange {
  background-color: #fa7a35 !important;
  color: #fff !important;
}
.bg-light-grey {
  background-color: #f5f5f5 !important;
  color: #222 !important;
}