/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200&display=swap');

/* https://fonts.google.com/share?selection.family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900%7CEB%20Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800
 font-family: 'EB Garamond', serif;
font-family: 'Barlow', sans-serif; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #ffe0e0; */
  padding-bottom: 12vh;
}

a {
  text-decoration: none;
}

.mainContainer {
  min-height: 100vh;
  width: 100%;
  background-color: #eec0b6;
  /* background-color: #ffe0e0; */
}

.siteTitle {
  /* z-index: 101; */
  font-family: 'EB Garamond', 'Garamond', serif;
  font-size: 5vmax;
  letter-spacing: .1em;
  font-weight: 400;
  padding: 20px 0 0 20px;
  position: relative;
  width: 80%;
}

#siteNameLink {
  color: #20202d;
  /* color: #202020; */
  transition: all 0.5s;
}

.siteTitleMenu {
  z-index: 102;
  font-size: 5vmax;
  letter-spacing: .1em;
  font-family: 'EB Garamond', 'Garamond', serif;
  font-weight: 400;
  top: 20px;
  left: 20px;
  position: fixed;
  width: 80%;
}

#siteNameLinkMenu {
  color: #eec0b6;
  /* color: #ffe0e0; */
  transition: all 0.75s;
  opacity: 0;
}

.overlay {
  width: 100%;
  height: 0vh;
  position: fixed;
  bottom: 0;
  color: #eec0b6;
  /* color: #ffe0e0; */
  background-color: #2E3A4D;
  opacity: 0%;
  z-index: 100;
  transition: all 0.5s;
  /* NOTE: TO FIX */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay a {
  color: #eec0b6;
  /* color: #ffe0e0; */
  letter-spacing: 0.05rem;
  font-weight: 200;
}

.closebtn {
  position: absolute;
  z-index: 100;
  top: 27px;
  right: 17px;
  font-size: 35px;
  line-height: 0px;
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  color: #ffe0e0;
  transition: all 0.3s;
  /* text-transform: uppercase; */
  font-weight: 200;
}

nav ul {
  position: absolute;
  top: 27vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 40%;
  font-family: 'Barlow', sans-serif;
  text-decoration: none;
  font-size: 7.5vmax;
}

nav ul li {
  height: 30vh;
  list-style: none;
}

.navSocials {
  position: absolute;
  top: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 40%;
}

.navSocialswrapper {
  display: flex;
  justify-content: space-between;
}

.socialLogo {
  max-height: 7.5vw;
  padding: 0 7.5px 0 7.5px;
}

#trigger {
  font-size: 45px;
  cursor: pointer;
  /* NOTE: to remove I bar on hover */
  position: fixed;
  /* NOTE: always visible */
  top: 12px;
  right: 19px;
  z-index: 9;
  color: #20202d;
  /* color: #202020; */
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  transition: all 0.3s;
}

.projectList {
  padding-top: 6vh;
  z-index: 120;
  font-family: 'EB Garamond', 'Garamond', serif;
  font-size: 7.5vmax;
  letter-spacing: .1em;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  flex-flow: column;
}

.projectList a {
  color: #20202d;
  /* color: #202020; */
}

.projectTitle {
  height: 18vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

footer {
  min-height: 12vh;
  width: 100%;
  font-family: 'Barlow', Avenir Next, sans-serif;
  color: #eec0b6;
  /* color: #ffe0e0; */
  font-weight: 200;
  font-size: 4.5vw;
  letter-spacing: 0.05rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  background-color: #2E3A4D;
  position: fixed;
  bottom: 0;
  z-index: -10;
}

.credits {
  padding: 0 0 2vh 0;
}

/* JS BACKGROUND CHANGE CLASSES */
#backgroundContainers {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.backgroundDivMain {
  top: 0;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backgroundImg {
  min-width: 100%;
  min-height: 100%;
}

#backgroundDiv1 {
  opacity: 0;
  transition: all 1.5s;
}

#backgroundDiv2 {
  opacity: 0;
  transition: all 1.5s;
}

#backgroundDiv3 {
  opacity: 0;
  transition: all 1.5s;
}

#backgroundDiv4 {
  opacity: 0;
  transition: all 1.5s;
}

/* .noBackgroundImg1 {
  background-image: url('');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
  opacity: 1;
  transition: opacity 1s;
}

.backgroundImg1 {
  background-image: url('../media/fragma1.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
  opacity: 1;
 -webkit-transition: opacity 0.5s ease-in-out;
}

.backgroundImg2 {
  background-image: url('../media/chair2.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}

.backgroundImg3 {
  background-image: url('../media/echo0.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}

.backgroundImg4 {
  background-image: url('../media/tabowl1.jpg');
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
} */
/* TABLET TIME */
@media only screen and (min-width: 600px) {
  .closebtn {
    font-size: 60px;
    top: 35px;
  }

  #trigger {
    font-size: 70px;
  }

  footer {
    font-size: 3.5vw;
  }
}

/* DESKTOP TIME */
@media only screen and (min-width: 1000px) {
  .siteTitle {
    font-size: 3.25vmax;
  }

  .siteTitleMenu {
    font-size: 3.25vmax;
  }

  .closebtn {
    font-size: 45px;
    top: 33px;
  }

  nav ul {
    top: 25vh;
    height: 35%;
    font-size: 5.5vmax;
  }

  .navSocials {
    top: 46vh;
  }

  .socialLogo {
    max-height: 3vw;
    padding: 0 7.5px 0 7.5px;
  }

  #trigger {
    font-size: 50px;
  }

  .projectList {
    padding-top: 4.5vh;
    font-size: 5.5vmax;
  }

  footer {
    font-size: 2.5vmin;
  }
}
