/*Railway*/
@font-face {
  font-family: "Railway";
  src: url("./fonts/Raleway-VariableFont_wght.ttf");
}

/* @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap"); */

/* maitree-regular - latin */
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/maitree-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("./fonts/maitree-v8-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/maitree-v8-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/maitree-v8-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/maitree-v8-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("./fonts/maitree-v8-latin-regular.svg#Maitree") format("svg");
  /* Legacy iOS */
}

/* maitree-700 - latin */
@font-face {
  font-family: "Maitree";
  font-style: bold;
  font-weight: 700;
  src: url("./fonts/maitree-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("./fonts/maitree-v8-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/maitree-v8-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/maitree-v8-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/maitree-v8-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/maitree-v8-latin-700.svg#Maitree")
      format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: Roboto;
  src: url("./fonts/roboto-slab-v22-latin-regular.woff2") format("woff2");
}

@font-face {
  src: url(./fonts/RobotoFlex.ttf);
  font-family: Roboto-Flex-Regular;
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: oblique -10deg 0deg;
}

@font-face {
  src: url(./fonts/LexendZetta-VariableFont_wght.ttf);
  font-family: LexendZetta;
  font-weight: 100 1000;
}

@font-face {
  src: url(./fonts/ArchivoNarrow-VariableFont_wght.ttf);
  font-family: ArchivoNarrow;
  font-weight: 100 1000;
}

@font-face {
  font-family: "Genericons";
  src: url("./fonts/Genericons-Regular.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
h1,
p,
a,
input,
button,
textarea {
  font-family: LexendZetta, Roboto-Flex-Regular, Roboto, Verdana, Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-stretch: 25%;
}

h1 {
  font-size: 50px;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* overflow: auto;
   position: relative; min-height: 100%;  */
}

@media screen and (max-width: 650px) {
  body {
    overflow: hidden;
  }
}

.fill {
  min-height: 100%;
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn {
  border: 1px white solid;
  background-color: inherit;
  padding: 14px 28px;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* section */
section {
  position: absolute;
  width: 100%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out 0.4s;
  /* z-index: 2; */
}

section.section-show {
  visibility: visible;
  bottom: auto;
  opacity: 1;
  /* padding-bottom: 45px; */
  margin-top: 0px;
}

/* Header Top */
.header-top {
  height: 30px;
  border-bottom: 1px solid #ebebeb;
  border-top: 2px solid #0088cc;
}

/* landing page */

#typing-container {
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

#typing {
  color: whitesmoke;
  line-height: 40px;
  font-weight: 500;
  font-size: 40px;
  padding: 10px;
  margin: 0 0 20px;
  text-align: center;
}

.fade-away {
  visibility: hidden;
  opacity: 0;
  transition: visibility 2s, opacity 2s linear;
}

.fade-in {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

#block-enter {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 10;
}

#enter {
  font-weight: 400;
  font-size: 15px;
  border-color: white;
  color: white;
  z-index: 20;
  text-align: center;
}

#enter:hover {
  background: rgb(192, 182, 182, 0.5);
  color: #ef233c;
}

/* footer block */

/* Social Icons */
#block-social-icons {
  z-index: 10;
  height: 30px;
}

.top-right #block-social-icons {
  border: 1px white solid;
}

.fixed-footer #block-social-icons {
  border: 1px black solid;
}

ul.social-icons {
  margin: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0px;
}

ul.social-icons > li {
  list-style: none;
}

ul.social-icons.top-right > li > a {
  color: whitesmoke;
}

ul.social-icons.bottom-center > li > a {
  color: black;
}

ul.social-icons > li i {
  width: 34px;
  line-height: 28px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 16px;
}

.top-right ul.social-icons > li i {
  border-right: 1px solid whitesmoke;
}

.fixed-footer ul.social-icons > li i {
  border-right: 1px solid black;
}

ul.social-icons > li i:hover {
  color: #bb9797;
}

ul.social-icons > li:last-child i {
  border-right: none;
}

#block-annabel-logo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 90px;
  height: 90px;
  opacity: 0.7;
  /* z-index: 200; */
}

.content-wrapper #block-annabel-logo {
  cursor: pointer;
}

#block-annabel-logo > img {
  width: 90px;
  height: 90px;
  padding: 3px;
}

#block-annabel-logo > img.black {
  content: url("../assets/logo-zwart.png");
  background-color: aliceblue;
}

#block-annabel-logo > img.white {
  content: url("../assets/logo-wit.png");
}

#block-annabel {
  position: fixed;
}

.block-annabel {
  display: flex;
  align-items: center;
  z-index: 10;
}

#block-annabel.top-right {
  top: 10px;
  right: 10px;
 
}

.block-annabel.bottom-center {
  background-color: #edf1f5;
  opacity: 0.6;
  padding: 7px;
}

.block-annabel p {
  font-weight: bold;
  color: whitesmoke;
  margin-right: 10px;
}

#block-annabel.bottom-center p {
  color: black;
}

@media screen and (max-width: 450px) {
  #typing {
    font-size: 18px;
  }

  #block-annabel {
    width: 100%;
    display: flex;
    height: 65px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #block-annabel.top-right {
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #block-annabel p {
    font-size: 13px;
    margin-block-start: 0px;
  }

  #block-annabel-name {
    display: flex;
    justify-content: center;
  }
}

#block-annabel-about {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #edf1f5;
  opacity: 0.6;
  cursor: pointer;
  border: 3px solid black;
}

#block-annabel-about p:hover {
  color: #ef233c;
}

#block-annabel-about p {
  /*font-weight: bold; */
  color: black;
  font-size: 20px;
  /* font-weight: 400; */
  margin-right: 10px;
  text-align: center;
}

.content div {
  left: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  visibility: visible;
  transition: opacity 1s ease-in-out;
  /* display: none; */
}

.content-inactive {
  z-index: -1;
}

.content div.transparent {
  opacity: 0;
}

/* slider */
#all_slides {
  position: relative;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.active {
  opacity: 1;
  z-index: 2;
}

.controls {
  display: none;
}

.slide {
  background: #333;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slide:nth-of-type(1) {
  background-image: url("../img/background/BG1.jpg");
}

.slide:nth-of-type(2) {
  background-image: url("../img/background/BG2.jpg");
}

.slide:nth-of-type(3) {
  background-image: url("../img/background/BG3.jpg");
}

.slide:nth-of-type(4) {
  background-image: url("../img/background/BG4.jpg");
}

.slide:nth-of-type(5) {
  background-image: url("../img/background/BG5.jpg");
}

.slide:nth-of-type(6) {
  background-image: url("../img/background/BG6.jpg");
}

.slide:nth-of-type(7) {
  background-image: url("../img/background/BG7.jpg");
}

.slide:nth-of-type(8) {
  background-image: url("../img/background/BG8.jpg");
}

.slide:nth-of-type(9) {
  background-image: url("../img/background/BG9.jpg");
}

@media screen and (max-width: 650px) {
  .slide:nth-of-type(1) {
    background-image: url("../img/background/portrait/BG1.jpg");
  }

  .slide:nth-of-type(2) {
    background-image: url("../img/background/portrait/BG2.jpg");
  }

  .slide:nth-of-type(3) {
    background-image: url("../img/background/portrait/BG3.jpg");
  }

  .slide:nth-of-type(4) {
    background-image: url("../img/background/portrait/BG4.jpg");
  }

  .slide:nth-of-type(5) {
    background-image: url("../img/background/portrait/BG5.jpg");
  }

  .slide:nth-of-type(6) {
    background-image: url("../img/background/portrait/BG6.jpg");
  }

  .slide:nth-of-type(7) {
    background-image: url("../img/background/portrait/BG7.jpg");
  }

  .slide:nth-of-type(8) {
    background-image: url("../img/background/portrait/BG8.jpg");
  }

  .slide:nth-of-type(9) {
    background-image: url("../img/background/portrait/BG9.jpg");
  }
}

.landing-bg-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  z-index: 2;
}

.bg-container {
  position: absolute;
  background-image: url("../img/background/BG3.jpg");
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-container-gallery {
  position: absolute;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: gray;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}

.fixed-header,
.fixed-footer {
  width: 100%;
  position: fixed;
}

.fixed-header {
  top: 0;
  display: block;
  /* min-height:0; */
  /* background: white; */
  opacity: 0.5;
  /* height: 100px; */
}

.fixed-footer {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-footer p {
  color: black;
}

container {
  width: 80%;
  margin: 0 auto;
  /* Center the DIV horizontally */
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10; /* Stay on top */
  top: 0px; /* Stay at the top */
  background-color: rgba(15, 15, 15, 0.8);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  text-align: center;
}

.sidenav-left{
  left: 0;
}

.sidenav-right{
  right: 0;
}

.sidenav-space {
  height: 50px;
}

.sidenav-bottom {
  text-align: center;
}

/* The navigation menu links */
.sidenav a,
.dropdown-btn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #c0b6b6;
  display: block;
  transition: 0.3s;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a.menu-item:hover,
.sidenav .dropdown-btn:hover {
  color: #ef233c;
  text-decoration: solid;
  /* background: rgb(218, 215, 205, 0.5); */
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
 
}

/* Position and style the close button (top right corner) */
.sidenav-left .closebtn {
  right: 25px;
  margin-left: 50px;
}

/* Position and style the close button (top left corner) */
.sidenav-right .closebtn {
  left: 25px;
  margin-right: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 15px;
  }
}

/** image grid **/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 2px;
  grid-auto-rows: min-max(80px, auto);
  grid-auto-flow: dense;
}

.c-1 {
  background: #1a535c;
  color: #ddd;
}

.c-2 {
  background: #4ecdc4;
}

.c-3 {
  background: #bfd7ea;
}

.c-4 {
  background: #ff6b6b;
}

.c-5 {
  background: #ffe66d;
}

.card {
  min-height: 100px;
  background-size: cover;
  background-position: 50% 50%;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
  min-height: 200px;
}

.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 3;
  min-height: 400px;
}

/** Adaptive photo layout **/

.photo-gallery-block {
  overflow: hidden;
  display: block;
  height: 100vh;
}

.adaptive-photo-layout {
  width: 100%;
  height: 100vh;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}

.adaptive-photo-layout ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  /* align-items: center; */
}

.adaptive-photo-layout li {
  height: 50vh;
  flex-grow: 1;
  /* margin: 3px; */
}

.adaptive-photo-layout li:last-child {
  flex-grow: 10;
}

.adaptive-photo-layout img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  z-index: 20;
}

@media (max-aspect-ratio: 1/1) {
  .adaptive-photo-layout li {
    height: 30vh;
  }
}

@media (max-height: 480px) {
  .adaptive-photo-layout li {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .adaptive-photo-layout ul {
    flex-direction: row;
  }

  .adaptive-photo-layout li {
    height: auto;
    width: 100%;
  }

  .adaptive-photo-layout img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

.foto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 8vh auto;
  gap: 10px;
}

.foto-content {
  margin: auto;
}

a.foto-content {
  /* vertical center -- begin --*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  margin: auto;
  /* vertical center -- end --*/
  line-height: 20px;
  font-size: 20px;
}

.photothumb {
  object-fit: cover;
  height: 100%;
}

.title {
  padding: 20px;
}

.desc {
  /* padding: 10px 10px 5px 10px; */
  text-align: center;
  height: 100%;
  position: relative;
}

.desc a {
  text-decoration: none;
  /* margin-bottom: 10px; */
  /* text-align: center; */
  color: black;
  z-index: 20;
}

/** Contact Form  **/

#contact-container {
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#form-contact {
  background: rgba(201, 188, 188, 0.5);
  padding: 25px;
  margin: 50px 0;
}

#form-contact h3 {
  color: #f96;
  display: block;
  font-size: 20px;
  font-weight: 400;
}

#form-contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#form-contact input[type="text"],
#form-contact input[type="email"],
#form-contact input[type="tel"],
#form-contact input[type="url"],
#form-contact img,
#form-contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: rgba(250, 247, 247, 0.5);
  margin: 0 0 5px;
  padding: 10px;
}

#form-contact input[type="text"]:hover,
#form-contact input[type="email"]:hover,
#form-contact input[type="tel"]:hover,
#form-contact input[type="url"]:hover,
#form-contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
  box-shadow: inset 0 0 0 1px rgba(250, 247, 247, 0.5),
    inset 0 0 0 100px rgba(250, 247, 247, 0.5);
}

#form-contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#form-contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: rgb(239, 35, 60, 0.7);
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#form-contact button[type="submit"]:hover {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background: rgb(192, 182, 182, 0.5);
  color: #ef233c;
}

#form-contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#form-contact input:focus,
#form-contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

@media (max-width: 480px) {
  #block-annabel-logo {
    top: 5px;
    left: 5px;
    width: 45px;
    height: 45px;
    opacity: 0.9;
  }

  #block-annabel-logo > img {
    width: 45px;
    height: 45px;
    padding: 3px;
  }

  #contact-container {
    overflow-y: auto;
    max-height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  #form-contact {
    padding: 15px;
  }

  fieldset {
    margin: 0 0 5px;
  }
}

/** about me Form  **/
#aboutme-container {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(201, 188, 188, 0.5);
  padding: 15px;
}

#aboutme-container2 {
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(201, 188, 188, 0.5);
  padding: 15px;
  /* vertical-align: middle; */
}

#aboutme-container p {
  font-size: 21px;
}

#aboutme-container2 p {
  font-size: 21px;
}

.aboutme-text-start {
  text-align: start;
}

.aboutme-text-end {
  text-align: end;
}

.aboutme-text {
  text-align: justify;
}

@media (max-width: 480px) {
  #aboutme-container {
    max-width: 350px;
    padding: 7px;
  }

  #aboutme-container p {
    font-size: 14px;
  }

  #aboutme-container2 {
    max-width: 350px;
    padding: 7px;
  }

  #aboutme-container2 p {
    font-size: 14px;
  }
}

/** lightbox **/

/* The Modal (background) */

.ml_lightbox {
  display: none;
}

.modal {
  position: absolute;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(163, 157, 157, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* Hide the slides by default */
.content .ml_slides {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 333;
  background-color: rgba(15, 15, 15, 0.9);
  /* left: 50%; */
  top: 0px;
  bottom: 0px;
  /* transform: translate(-50%, -50%); */
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 11;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #f3ebeb;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 11;
  text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover,
.close:hover,
.close:focus,
.prev:focus,
.next:focus {
  /* background-color: rgba(163, 157, 157, 0.1); */
  color: #ef233c;
  /* color: #5f5a5a; */
  text-decoration: none;
  cursor: pointer;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.img-lightbox {
  width: auto;
  max-height: 100vh;
  /* left: 50%; */
  margin-left: 50%;
  transform: translate(-50%, 0%);
}
