*, *::before, *::after { box-sizing: border-box;}
 
* {
margin: 0;
}
 
html, body
{ height: 100%;
}
 
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
 
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
 
input, button, textarea, select {
font: inherit;
}
 
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
font-weight: 400;
}

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

a:hover {
  cursor: pointer;
}
 
#root, #__next {
isolation: isolate;
}

nav ul li {
  text-decoration: none;
}

ul {
  padding-inline-start: 0;
}

button {
  outline: none;
  border: none;
  border-radius: none;
  background-color: none;
}

button:hover {
  cursor: pointer;
}

/* UNIVERSAL */
.anim, .anim li {
  transition: 0.2s ease;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
  transition: opacity 1s ease-in;
}

/* MAIN */
body {
  background-color: #F6F5EF;
}

h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  line-height: 3rem;
  white-space: nowrap;
}

aside {
  background-color: #F6F5EF;
  /*background-image: url("assets/Gate.JPG");*/
  background-position: 10% 70%;
  background-size: cover;
  height: 300px;
  position: relative;
  object-fit: cover;
}

aside h1 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  
  color: white;
  margin-bottom: 0;
  z-index: 1;
}

aside img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

main {
  background-color: #F6F5EF;
}

main section button {
  background-color: #F6F5EF;
  border: black solid 2px;
  padding: 15px 20px 15px 20px;

  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;

  z-index: 10;
}

main section button:hover {
  border: #C8308B solid 2px;
  background-color: #C8308B;
  color: #F6F5EF;
}

header {
  padding-top: 30%;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #F6F5EF;
  border-left: black solid 2px;
  transform: translateX(100%);
}

.menu-button--wrapper {
  height: 26px;
  width: 40px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 12;
  background: none;
}

.menu-button--wrapper:hover {
  cursor: pointer;
}

.hamburger {
  background-color: black;
  width: 40px;
  height: 4px;
  content: "";
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 11;
}

.hamburger::before {
  background-color: black;
  width: 40px;
  height: 4px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
}

.hamburger::after {
  background-color: black;
  width: 40px;
  height: 4px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
}

header nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}

header nav ul li {
  font-size: 1.8rem;
  font-family: 'Libre Baskerville';
  position: relative;
  font-style: italic;
}

header nav ul li:hover {
  color: #C8308B;
}

main h1 {
  display: none;
}

main section {
  border-top: solid 2px black;
  padding: 50px 30px 30px 30px;
}

p {
  font-family: 'Montserrat';
  font-size: 0.9rem;
  line-height: 1.7rem;
}

#flower-decal {
  z-index: 9;
  position: fixed;
  opacity: 0.3;
  right: -70px;
  bottom: -70px;
  height: 300px;
  width: auto;
  transform: rotate(45deg);

  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#primary-nav[data-visible="true"] {
  transform: translateX(0%);
}

.text-block--down p {
  padding-top: 30px;
}

/* MOBILE ONLY */
@media (max-width: 799px) {
  
}

/* TABLET */
@media (min-width: 800px) {


aside {
  width: 40%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-position: 70% 70%;
  /*border-right: 2px solid black;*/
}

aside h1 {
  display: none;
}

main {
  min-height: 100vh;
  width: 60%;
  float: right;
  padding: 60px;
  /*display: flex;
  flex-direction: column;
  justify-content: center;*/
}

.menu-button--wrapper, .hamburger {
  position: fixed;
  top: 50px;
  right: 50px;
}

main section {
  border: none;
  padding: 0;
  border-left: 2px solid black;
}

section h1 {
  display: inline-block;
  margin: 0;
  padding: 30px;
  width: 100%;
  color: #C8308B;
  border-bottom: 2px solid black;
  font-size: 3.6rem;
  line-height: 4rem;
}

section p {
  padding-left: 30px;
  font-size: 1rem;
}

.text-block {
  padding-top: 30px;
}

.text-block--down {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text-block--down p {
  padding-bottom: 0;
  flex-basis: 100%;
  flex: 1;
}

section button {
  margin-left: 30px;
}

}

/* TABLET & SMALLER */
@media (max-width: 999px) {
  header nav ul li {
    margin-left: 6rem;
  }

  header nav ul li::before {
    content: "";
    background-color: black;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 1.3rem;
    left: -2.5rem;
  }

  header nav ul li:hover {
    margin-left: 4rem;
  }
  
  header nav ul li:hover::before {
    transition: 0.2s ease;
    background-color: #C8308B;
  }
  
  nav ul li + li {
    margin-top: 30px;
  }
  
}

/* DESKTOP */
@media (min-width: 1000px) {

  header {
    position: relative;
    height: auto;
    transform: none;
    margin: 0 !important;
    width: 100%;
    border-bottom: 2px solid black;
    padding: 30px 0 30px 30px; 
  }
  
  .menu-button--wrapper, .hamburger {
    display: none;
  }

  header nav {
    display: flex;
    align-items: center;
  }
  
  header nav ul {
    width: 100%;
    display: block;
  }
  
  header nav ul li {
    font-family: 'Montserrat';
    margin: none;
    font-size: 1rem;
    float: left;
    font-style: normal;
  }

  li + li {
    margin-left: 30px;
  }

  header nav ul li:last-child {
    float: right;
    padding-right: 2.5rem;
    color: #C8308B;
  }

 .arrow {
   margin-top: 0.4rem;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #C8308B;
  border-left: 2px solid #C8308B;
  transform: rotate(135deg);
  float: right;
  margin-right: -2.5rem;
 }

 .arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #C8308B;
  transform: rotate(-45deg) translate(10px, 4px);
  left: 0;
  top: 0;
}

header nav ul li:last-child:hover {
  padding-right: 1rem;
}
  
  header nav ul li::before {
    display: none;
  }

} 

/* FULL WIDTH */
@media (min-width: 1350px) {
  main {
    padding: 120px;
  }

  section h1 {
    font-weight: 100;
    font-size: 5rem;
    line-height: 4.6rem;
  }
}

/* MONUMENT */
.side-photo--monument {
  background-image: url("assets/Monument_1.JPG");
}



/*
aside {
  position: fixed;
  height: 100%;
  width: 40%;
  left: 0;
  top: 0;
  background-color: green;
}

main {
  width: 60%;
  float: right;
  padding: 100px;
}

nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}*/

/* SLIDESHOW */
#slideshow-wrapper {
  height: 100%;
  width: 100%;
}

.slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

[data-component="slideshow"] .slide {
  opacity: 0;
  transition: 1s ease;
}

[data-component="slideshow"] .slide.active {
  opacity: 1;
  transition: 1s ease;
}

