* {
  margin: 0;
  padding: 0;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

Body {
  /* background-color: rgba(255, 254, 248, 0.956); */
  background-color: white;
  font-size: 16px;
  font-family: "DM Serif Display", serif;
  text-align: center;
  cursor: grab;
  position: relative;
  margin: auto;
}

.mobile-content {
  display: none;
}

.background-image-div {
  background-image: url(images/fountain-saint-maxime.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* .image-styling {
  width: 250px;
  height: 200px;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
} */
/* -------------------------------------------------------------------------------------------------- */

/* Container one */
.container-one {
  width: 100%;
  text-align: center;
}

.h1-style {
  color: rgb(88, 65, 37);
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  padding-top: 2%;
  margin-bottom: 10px;
  font-size: 45px;
  letter-spacing: 0.02cm;
}

/* Start dropdown menu */
/* Start Animation */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
}
.dropdown-2:hover .dropdown-menu-2--animated {
  display: block;
  -webkit-animation: slide-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/* End Animation */

/* Default: hide hamburger for desktop */
.hamburger {
  display: none;
}
.mobile-menu {
  display: none;
}

/* Start Navigation Bar Styling */
.navigation-2-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.dropdown-2 {
  list-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  transition: all 0.8s linear;
  align-items: center;
}

.container-navigation-1 {
  display: flex;
  margin-right: 5%;
}
.container-navigation-2 {
  display: flex;
  margin-right: 5%;
}
.container-navigation-3 {
  display: flex;
  margin-right: 5%;
}
.container-navigation-4 {
  display: flex;
  margin-right: 5%;
}
.container-navigation-5 {
  display: flex;
  margin-right: 5%;
}
.container-navigation-6 {
  display: flex;
}

.button-style-navigation {
  font-size: 22px;
  color: rgb(88, 65, 37);
  text-decoration: none;
  font-weight: bold;
  font-family: "DM Serif Display", serif;
  background: none;
  border: none;
}
/* End Navigation Bar Styling */
/* Start List-item Styling */
.dropdown-menu-2 {
  background-color: white;
  width: 180px;
  position: absolute;
  perspective: 1000px;
  display: none;
  border: solid rgb(88, 65, 37) 2px;
  font-family: "Playfair Display", serif;
}

.art-dropdown {
  margin-left: -32px;
}
.thoughts-dropdown {
  margin-left: -1px;
}
.photography-dropdown {
  margin-left: -40px;
}
.SEO-dropdown {
  margin-left: -65px;
}

.navigation-listitem {
  list-style: none;
  text-align: center;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 14px;
}

.dropdown-items-2 {
  display: contents;
}
.dropdown-items-2:link,
.dropdown-items-2:visited {
  color: rgb(88, 65, 37);
  font-size: 16px;
  text-decoration: none;
}
.dropdown-items-2:hover,
.dropdown-items-2:active {
  font-weight: bold;
}
/* End dropdown navigation */
/* end container one */
/* -------------------------------------------------------------------------------------------------- */

/* Container two - part with text and slider */
.container-two {
  height: 1200px;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 30%;
  animation: transitionIn 0.75s;
}
@media (min-width: 768px) {
  .container-two {
    background-attachment: fixed;
  }
}

/* Beginning slider */
#slider {
  margin: 0 auto;
  width: 950px;
  max-width: 100%;
}
#slider input[type="radio"] {
  display: none;
}
#slider label {
  cursor: pointer;
  text-decoration: none;
}
#slides {
  padding: 10px;
  margin-top: 180px;
  text-align: center;
  /* position: relative; */
  z-index: 1;
}
#overflown {
  width: 100%;
  overflow: hidden;
}
#slide1:checked ~ #slides .inner {
  margin-left: -6%;
}
#slide2:checked ~ #slides .inner {
  margin-left: -132%;
}
#slide3:checked ~ #slides .inner {
  margin-left: -256%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -381%;
}
/* End slider */
/* slides */
#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 500%;
}
#slides .slide {
  width: 25%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-content {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(88, 65, 37);
  text-align: start;
  background-color: white;
  padding: 30px;
  line-height: 1.5;
  margin-right: 200px;
  margin-left: 100px;
}
p {
  margin-bottom: 20px;
}
.h2-styling {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  margin-bottom: 20px;
}
.onno-artwork-styling {
  width: 200px;
  height: 280px;
  padding: 20px 20px;
  border-radius: 16%;
  float: right;
}
.seeallthis-styling:link,
.seeallthis-styling:visited,
.papa-website-styling:link,
.papa-website-styling:visited {
  color: rgb(88, 65, 37);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.seeallthis-styling:hover,
.seeallthis-styling:active,
.papa-website-styling:hover,
.papa-website-styling:active {
  text-transform: uppercase;
}
/* end slides */
/* Beginning controls */
#controls {
  margin: -2200px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}
#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 60px;
  height: 60px;
  opacity: 0.7;
}
#controls label:hover {
  opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  background: url(images/arrow-next.png) no-repeat;
  background-color: white;
  border-radius: 100%;
  float: right;
  margin-left: 1000px;
  margin-top: 1300px;
  display: block;
  position: absolute;
}
#slide1:checked ~ #controls label:nth-child(4),
#slide2:checked ~ #controls label:nth-child(1),
#slide3:checked ~ #controls label:nth-child(2),
#slide4:checked ~ #controls label:nth-child(3) {
  background: url(images/arrow-back.png) no-repeat;
  /* background-color: rgb(255, 254, 248); */
  background-color: white;
  border-radius: 100%;
  float: left;
  margin-left: -100px;
  margin-top: 1300px;
  display: block;
  position: absolute;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: rgb(255, 220, 220);
}
@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }
  #slides {
    max-width: calc(100% - 140px);
    margin: 0 auto;
  }
}

.grid-container {
  display: grid;
  grid-template-rows: 55% 45%;
  width: 800px;
  height: 1000px;
}
.grid-row-1 {
  display: grid;
  grid-row: 1;
}
.grid-row-2 {
  display: grid;
  grid-row: 2;
}
.grid-row-1-left,
.grid-row-2-left {
  display: grid;
  grid-column: 1;
}
.grid-row-1-right,
.grid-row-2-right {
  display: grid;
  grid-column: 2;
}

.kunstwerk-2 {
  height: 500px;
  max-width: 100%;
  margin-left: 15%;
  margin-top: 10%;
}
.kunstwerk-6 {
  height: 400px;
  max-width: 100%;
  padding: 2%;
  margin-left: 5%;
  margin-top: 15%;
}
.kunstwerk-5 {
  height: 300px;
  max-width: 100%;
  margin-left: 15%;
  margin-top: 10%;
}
.kunstwerk-1 {
  height: 400px;
  max-width: 100%;
  margin-left: 5%;
}

.quote-list-styling {
  list-style: none;
  line-height: 1.8;
}

/* end controls */
/* end of container two */

/* container three - footer */
.container-three {
  width: 100%;
  margin: auto;
  font-size: 14px;
  color: rgb(88, 65, 37);
  padding-top: 30px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
}

.desktop-style-1 {
  display: flex;
  margin-left: 24%;
  margin-right: 10%;
}
.desktop-style-2 {
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
}

.image-one {
  width: 20px;
  height: 20px;
}

.image-two {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-three {
  width: 20px;
  height: 20px;
}

/* .................................................................................................... */

/* Phone Screen settings */
@media screen and (max-width: 481px) {
  Body {
    font-size: 18px;
    font-family: "DM Serif Display", serif;
    text-align: center;
    cursor: grab;
    position: relative;
    /* background-color: rgb(255, 254, 248); */
    background-color: white;
  }

  /* Mobile - Start dropdown menu */
  /* Mobile Start Animation */
  @-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(13px);
      transform: translateY(13px);
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(13px);
      transform: translateY(13px);
    }
  }
  .dropdown-2:hover .dropdown-menu-2--animated {
    display: block;
    -webkit-animation: slide-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  .container-one {
    background-image: url(images/fountain-saint-maxime.jpg);
    background-size: cover;
    background-position: bottom;
    height: 550px;
  }
  .h1-style {
    margin-bottom: 400px;
    color: rgb(88, 65, 37);
    text-shadow: none;
  }
  .background-image-div {
    background-image: none;
  }
  /* Mobile - End Animation */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - Start Navigation Bar Styling */
  .navigation-2-container {
    display: none;
  }

  /* Hamburger lines */
  .hamburger {
    width: 30px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin-left: 5%;
    border-radius: 50px;
  }
  /* Hamburger button */
  .hamburger span {
    display: block;
    height: 2px;
    background: rgb(78, 50, 32);
    border-radius: 3px;
    transition: all 0.4s ease;
    transform-origin: center;
  }

  /* Hamburger active (X) state */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 10.5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -10.5px);
  }

  /* Mobile menu panel */
  .mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    /* background-color: rgb(255, 92, 60); */
    /* background-color: rgb(213, 225, 245); */
    /* background: rgb(186, 205, 238); */
    background: white;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    /* You can adjust width here */
    width: 90%;
    position: relative;
    z-index: 9999;
  }

  /* When open, expand max-height to show menu */
  .mobile-menu.open {
    max-height: 1500px; /* or large enough to show full menu */
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* menu items styling remain same */
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .submenu-toggle {
    font-family: "Playfair Display", serif;
    color: rgb(78, 50, 32);
    font-weight: bold;
    text-decoration: none;
    background: white;
    border: none;
    font-size: 20px;
    display: block;
    padding: 10px 0;
  }

  .mobile-menu a {
    font-family: "Playfair Display", serif;
    color: rgb(78, 50, 32);
    text-decoration: none;
    background: white;
    border: none;
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }
  .menu-item-home a,
  .menu-item-cv a {
    display: block;
    font-size: 20px;
    color: rgb(78, 50, 32);
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
  }

  .mobile-menu,
  .mobile-menu ul,
  .mobile-menu li,
  .mobile-menu a {
    text-align: left;
  }
  /* Submenu styling */
  .submenu {
    display: none;
    padding-left: 15px;
  }

  .submenu.open {
    display: block;
  }
  /* Mobile - End navigation */
  /* 
  ---------------------------------------------------------------------------------------------------*/
  /* Mobile - beginning container two */

  .container-two {
    background-color: white;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    padding-bottom: 30%;
    animation: transitionIn 0.75s;
  }
  .mobile-content {
    display: contents;
  }
  .mobile-text-styling {
    font-family: "Playfair Display", serif;
    color: rgb(88, 65, 37);
    background-color: white;
    font-size: 18px;
    text-align: left;
    width: 80%;
    margin-left: 2.2%;
    margin-right: 1%;
    border: none;
    padding: 30px;
    line-height: 1.6;
  }
  /* Beginning slider */
  #slider {
    display: none;
  }
  p {
    margin-bottom: 20px;
  }
  .h2-styling {
    font-family: "DM Serif Display", serif;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .onno-artwork-styling {
    width: 200px;
    height: 280px;
    padding: 20px 20px;
    border-radius: 16%;
    float: right;
  }
  .seeallthis-styling:link,
  .seeallthis-styling:visited,
  .papa-website-styling:link,
  .papa-website-styling:visited {
    color: rgb(88, 65, 37);
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  .seeallthis-styling:hover,
  .seeallthis-styling:active,
  .papa-website-styling:hover,
  .papa-website-styling:active {
    text-transform: uppercase;
  }
  /* Mobile - end container two */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - beginning footer */

  .container-three {
    font-family: "DM Serif Display", serif;
    width: 100%;
    margin: auto;
    align-items: center;
    font-size: 14px;
    color: rgb(88, 65, 37);
    /* background-color: rgb(255, 254, 248); */
    background-color: white;
    padding-top: 50px;
    padding-bottom: 5px;
    display: block;
  }

  .desktop-style-1,
  .desktop-style-2 {
    display: block;
    margin: none;
  }

  .mobile-paragraph-styling-1 {
    margin-bottom: 5%;
    display: block;
    margin-left: -70px;
  }
  .mobile-image-styling {
    flex-direction: row;
    align-items: center;
    display: block;
  }
  .mobile-paragraph-styling-2 {
    margin-bottom: 5%;
    display: block;
  }

  .image-one {
    width: 20px;
    height: 20px;
    margin-bottom: 5%;
    margin-top: 2%;
  }
  .image-two {
    width: 20px;
    height: 20px;
    margin-bottom: 5%;
    margin-top: 2%;
  }
  .image-three {
    width: 20px;
    height: 20px;
    margin-bottom: 5%;
    margin-top: 2%;
  }
}
/* .................................................................................................... */

@media screen and (max-width: 992px) {
}
