html {
  font-size: calc(1em + 0.5vw);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: rgb(20, 20, 20);
  color: white;
}

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

h1 {
  font-size: 1.2em;
}

p {
  font-size: 0.9em;
}

.cover {
  width: 100vw;
  height: 100vh;
  animation: fade;
  animation-duration: 3.5s;
}

.index {
  background-image: url("./photos/skyline-18.jpeg");
  background-size: cover;
  background-position: center;
}

.about {
  background-image: url("./photos/houston-cover.png");
  background-size: cover;
  background-position: center;
}

.contact {
  background-image: url("./photos/Angel_Wings_Pano.jpeg");
  background-size: cover;
  background-position: center;
}

.info {
  background-image: url("./photos/winter-1.jpeg");
  background-size: cover;
  background-position: center;
}

/* .contact-text {
  margin-top: 6vh;
  background-color: rgba(255, 255, 255, 0.6);
  width: 90vw;
  max-width: 400px;
  display: inline-block;
  color: black;
  font-size: 1.2em;
} */

/* font-size: 1em;
  font-weight: 400; */
/* font-family: 'Raleway', sans-serif; */
/* } */

form {
  margin-top: 2vh;
  width: 90vw;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}

.collect-img {
  background-image: url("./photos/oculus-3.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}

.header {
  width: 100vw;
  height: 10vh;
  padding: 1vh 0 1vh 0;
  color: white;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.4);
}

.nav {
  width: 100vw;
  height: 5vh;
  line-height: 5vh;
  text-align: center;
  color: white;
  background-color: rgba(20, 20, 20, 0.8);
}

.nav > a {
  margin: 0 1em 0 1em;
}

.filler {
  width: 100vw;
  height: 78vh;
  text-align: center;
}

.filler-contact {
  width: 100vw;
  height: 74vh;
  text-align: center;
}

.about-section {
  background-color: rgba(20, 20, 20, 0.6);
  max-width: 90vw;
  margin: 4vh;
  padding: 2vh;
}

.about-section > div {
  font-size: 0.9em;
}

.about-section > img {
  width: 96%;
  max-width: 400px;
  padding-right: 2vw;
  margin-bottom: 2vh;
  float: left;
}

.small {
  font-size: 0.8em;
  font-style: italic;
}

.info-section {
  background-color: rgba(20, 20, 20, 0.6);
  max-width: 90vw;
  margin: 4vh;
  padding: 2vh;
}

.info-section > img {
  width: 98%;
  margin-left: 1vw;
  margin-right: 1vw;
  margin-bottom: 2vh;
}

.footer {
  width: 100vw;
  height: 5vh;
  text-align: left;
  font-size: 0.8em;
  color: white;
  background-color: rgba(20, 20, 20, 0.8);
}

.ig {
  height: 1.8em;
  margin-left: 0.5em;
}

.email {
  height: 2em;
}

.footer-text {
  float: right;
  line-height: 5vh;
  margin-right: 0.5em;
}

.coll-logo {
  color: rgba(20, 20, 20);
  background-color: rgba(255, 255, 255, 0.4);
}

.coll > a {
  color: rgba(20, 20, 20);
}

.collections {
  width: 100vw;
  height: 150vh;
  text-align: center;
  margin: 0 1vw 1vh 0;
  padding-top: 4vh;
  background-color: rgb(20, 20, 20);
}

.left {
  float: left;
  width: 44vw;
  height: 44vh;
  margin: 2vh 2vw 4vh 4vw; /*top right bottom left */
}

.right {
  float: right;
  width: 44vw;
  height: 44vh;
  margin: 2vh 4vw 4vh 2vw;
}

.content {
  display: none;
  color: white;
  font-size: 2em;
  font-family: "Raleway", sans-serif;
  transform: translate(0, 18vh);
}

.left:hover .content {
  display: block;
  animation: fade 2s;
}

.right:hover .content {
  display: block;
  animation: fade 2s;
}

.left:hover {
  background-color: grey;
  background-blend-mode: color-burn;
}

.right:hover {
  background-color: grey;
  background-blend-mode: color-burn;
}

.amalfi {
  background-image: url("./photos/amalfi-1.jpeg");
  background-size: cover;
}

.winter {
  background-image: url("./photos/winter-1.jpeg");
  background-position: center;
  background-size: cover;
}

.summer {
  background-image: url("./photos/sapona-shipwreck.JPEG");
  background-position: center;
  background-size: cover;
}

.greece {
  background-image: url("./photos/oíasantorini.JPG");
  background-size: cover;
}

.skyline {
  background-image: url("./photos/skyline-1.jpeg");
  background-position: center;
  background-size: cover;
}

.abstract {
  background-image: url("./photos/abstract-1.jpeg");
  background-size: cover;
}

.oculus {
  background-image: url("./photos/Harvest_Moon_Oculus.jpeg");
  background-position: center;
  background-size: cover;
}

.horizon {
  background-image: url("./photos/sky-1.jpeg");
  background-position: center;
  background-size: cover;
}

.images {
  max-width: 90vw;
  margin-left: 5vw;
  margin-top: 5vh;
  text-align: center;
}

.images > img {
  max-width: 100%;
}

.oculus-images > img {
  width: 100%;
  max-width: 800px;
}

.images > button {
  margin-bottom: 10vh;
  color: rgb(30, 30, 30);
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.images > div > button {
  margin-bottom: 4vh;
  color: rgb(30, 30, 30);
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
}

.fade-in {
  opacity: 0;
  transition: all 0.5s;
}

.fade-in.active {
  opacity: 1;
}
