* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

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

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

.background-image-div {
  background-image: url(images/jaime-mathilde/kama-26.jpg);
  background-size: 720px;
  background-position: right;
  background-attachment: fixed;
}

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

p {
  margin-bottom: 20px;
}

.h1-style {
  font-family: "DM Serif Display", serif;
  color: white;
  padding-top: 2%;
  margin-bottom: 10px;
  font-size: 45px;
}

/* 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 */
/* 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;
  transition: all 0.8s linear;
}
.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;
}

.button-style-navigation {
  font-size: 22px;
  text-decoration: none;
  color: white;
  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: -30px;
}
.thoughts-dropdown {
  margin-left: 10px;
}
.photography-dropdown {
  margin-left: -30px;
}

/* .design-dropdown{}
.education-dropdown {
} */

.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 */
.container-two {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  animation: transitionIn 0.75s;
}

@media (min-width: 768px) {
  .container-two {
    background-attachment: fixed;
  }
}

.text-container {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-align: left;
  color: rgb(88, 65, 37);
  background-color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1.6;
  width: 50%;
  margin-left: 22.3%;
}

.h2-styling {
  font-family: "DM Serif Display", serif;
  font-size: 32px;
  color: rgb(88, 65, 37);
  margin-bottom: 20px;
}

.h3-style {
  font-family: "DM Serif Display", serif;
  color: rgb(88, 65, 37);
  font-size: 26px;
  margin-bottom: 3px;
}

p {
  margin-bottom: 30px;
}

/* Container Three - Images */
.container-three {
  padding: 80px 0;
  animation: transitionIn 0.75s;
}

.photos-introduction {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 70px;
  font-size: 18px;
  color: rgb(88, 65, 37);
  line-height: 1.5;
}

.fujifilm-page-link:link,
.fujifilm-page-link:visited {
  color: rgb(88, 65, 37);
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
.fujifilm-page-link:hover,
.fujifilm-page-link:active {
  text-transform: uppercase;
}

.kama-1,
.kama-2,
.kama-3,
.kama-5,
.kama-6,
.kama-7,
.kama-9,
.kama-10,
.kama-11,
.kama-13,
.kama-14,
.kama-15,
.kama-17,
.kama-18,
.kama-19,
.kama-21,
.kama-22,
.kama-23,
.kama-25,
.kama-26 {
  height: 450px;
  width: 300px;
  margin-right: 3%;
  margin-bottom: 2%;
  /* border: solid 2px rgb(44, 32, 18); */
}

.kama-4,
.kama-8,
.kama-12,
.kama-16,
.kama-20,
.kama-24,
.kama-27 {
  height: 450px;
  width: 300px;
  margin-bottom: 2%;
  /* border: solid 2px rgb(44, 32, 18); */
}

img:hover {
  transform: scale(2);
}

/* Container four - Footer */
.container-four {
  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) {
  /* dropdown menu start */
  @-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);
    }
  }

  .container-one {
    background-image: url(images/jaime-mathilde/kama-26.jpg);
    background-size: cover;
    background-position: top;
    height: 600px;
  }
  .h1-style {
    margin-bottom: 380px;
    color: white;
    text-shadow: none;
  }
  .background-image-div {
    background-image: none;
  }
  /* Mobile - End Animation */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - Start Navigation Bar Styling */
  .navigation-2-container {
    display: flex;
    max-width: 100%;
  }
  .dropdown-2 {
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.8s linear;
  }
  .container-navigation-1 {
    display: flex;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 10px;
  }
  .container-navigation-2 {
    display: flex;
    margin-right: 3%;
    padding-right: 10px;
  }
  .container-navigation-3 {
    display: flex;
    margin-right: 3%;
    padding-right: 10px;
  }
  .container-navigation-4 {
    display: flex;
    margin-right: 2%;
    padding-right: 10px;
  }
  .container-navigation-5 {
    display: flex;
    margin-right: 2%;
  }
  .button-style-navigation {
    font-family: "DM Serif Display", serif;
    font-size: 13px;
    text-decoration: none;
    color: white;
    background: none;
    border: none;
  }
  /* Mobile - End Navigation Bar Styling */
  /* Mobil - Start List-item Styling */
  .dropdown-menu-2 {
    background-color: white;
    width: 95%;
    align-items: center;
    position: absolute;
    perspective: 1000px;
    display: none;
    border: solid rgb(88, 65, 37) 2px;
  }
  .art-dropdown {
    margin-left: -100%;
  }
  .thoughts-dropdown {
    margin-left: -220%;
  }
  .photography-dropdown {
    margin-left: -275%;
  }
  .navigation-listitem {
    list-style: none;
    text-align: center;
    width: 300px;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 10%;
    align-items: center;
  }
  .dropdown-items-2 {
    display: contents;
  }
  .dropdown-items-2:link,
  .dropdown-items-2:visited {
    color: rgb(78, 50, 32);
    font-size: 14px;
    align-items: center;
    text-decoration: none;
  }
  .dropdown-items-2:hover,
  .dropdown-items-2:active {
    text-transform: uppercase;
  }

  /* Mobile - End dropdown navigation */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - beginning container two */
  .container-two {
    background-color: white;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 10%;
    animation: transitionIn 0.75s;
  }

  .text-container {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    text-align: left;
    color: rgb(88, 65, 37);
    background-color: white;
    border: none;
    padding: 30px;
    line-height: 1.6;
    width: 80%;
    margin-left: 2.3%;
    margin-right: 1%;
  }

  .h2-styling {
    font-family: "DM Serif Display", serif;
    font-size: 28px;
    color: rgb(88, 65, 37);
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 30px;
  }

  /* Mobile - end container three */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - beginning container four */
  .container-three {
    padding-top: 5px;
  }
  /* Mobile - end containter four */
  /* ---------------------------------------------------------------------------------------------------*/
  /* Mobile - beginning footer */

  .container-four {
    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) {
}
