body {
  margin: 0.7em;
  font-family: 'poppins', sans-serif;
}

a {
  text-decoration: none;
  font-size: 1.3rem;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/an8CTv.jpg);
  background-size: cover;
  background-position-x: 20%;
  background-position-y: 20%;
  width: 80%;
  height: 75vh;
  z-index: -1;
  -webkit-animation: introload 2s forwards;
          animation: introload 2s forwards;
}

.logo {
  color: white;
  font-weight: bold;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  background: grey;
  height: 100%;
  width: 28%;
  z-index: 999;
  -webkit-transform: translatex(100%);
          transform: translatex(100%);
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 2em;
}

nav ul a {
  color: black;
  padding: 0em .2em;
  display: block;
}

nav ul a:hover {
  background: white;
}

nav .close {
  float: right;
  width: 2.5em;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header img {
  width: 50px;
  height: 50px;
}

.hero {
  color: blueviolet;
  height: 90vh;
  margin-top: 50px;
  margin-right: 70px;
}

.subhead {
  font-size: 115%;
  margin-top: 28px;
  color: salmon;
  -webkit-animation: birthday 1s;
          animation: birthday 1s;
}

.more-info img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20em;
}

.more-info .title {
  font-weight: bold;
  font-size: 1.1em;
}

.more-info .desc {
  line-height: 1.5rem;
}

.logo {
  color: black;
  font-size: 125%;
}

.logo span {
  color: red;
  font-size: 125%;
  -webkit-animation: lovelogo 2s;
          animation: lovelogo 2s;
}

@media only screen and (min-width: 680px) {
  body {
    margin: 1.5em 5em;
    font-family: 'poppins', sans-serif;
  }
}

@media only screen and (min-width: 920px) {
  .menu {
    display: none;
  }
  nav {
    -webkit-transform: translatex(0);
            transform: translatex(0);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }
  nav img.close {
    display: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  nav ul a {
    color: black;
    padding: .5em 1.5em;
    font-size: 1.2em;
  }
  nav ul a:hover {
    background: none;
    text-decoration: underline;
  }
  .hero-img {
    right: unset;
    right: 0;
    width: 60%;
    height: 150%;
  }
  .hero {
    height: 200vh;
  }
  .logo {
    color: black;
    font-size: 125%;
  }
  .logo span {
    color: red;
    font-size: 140%;
  }
  .feature {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    gap: 3em;
    margin-bottom: 8em;
  }
  .feature img {
    width: 25em;
  }
  .feature .content {
    text-align: right;
    width: 25em;
  }
  .feature.left {
        grid-template-areas: "left right";
  }
  .feature.left img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: left;
  }
  .feature.left .content {
    text-align: left;
    width: 25em;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

@-webkit-keyframes introload {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes introload {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@-webkit-keyframes lovelogo {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
  }
}

@keyframes lovelogo {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 99% 100%, 0 100%);
  }
}

@-webkit-keyframes birthday {
  from {
    -webkit-clip-path: polygon(42% 2%, 63% 2%, 64% 99%, 43% 100%);
            clip-path: polygon(42% 2%, 63% 2%, 64% 99%, 43% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes birthday {
  from {
    -webkit-clip-path: polygon(42% 2%, 63% 2%, 64% 99%, 43% 100%);
            clip-path: polygon(42% 2%, 63% 2%, 64% 99%, 43% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.last {
  margin-bottom: 0;
  margin-left: 0;
}

.title {
  font-weight: bolder;
}
/*# sourceMappingURL=main.css.map */