body {
  margin: 1.5em;
  background-color: #f5ede9;
  font-family: "poppins";
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  transform: scale(1.2);
  margin-left: -2.7em;
}
header .menu {
  width: 2.3em;
  margin-top: -0.6em;
  cursor: pointer;
  display: none;
}

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

nav {
  position: fixed;
  background-color: white;
  right: 0;
  top: 0;
  height: 100vh;
  width: 50%;
  z-index: 999;
  text-transform: uppercase;
  transform: translatex(100%);
  display: none;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10em;
}
nav ul .drop-one {
  display: none;
}
nav ul a {
  color: black;
  padding: 0.75em 2em;
  display: block;
  left: 0;
}
nav ul a:hover {
  background-color: gray;
}
nav ul .dropdown:hover .drop-one {
  display: inline;
}
nav .close {
  float: right;
  margin-top: 5.5em;
  padding: 1.3em;
  width: 2.5em;
}

main {
  margin: 0;
  padding-left: 1.6em;
  padding-right: 1.6em;
  margin-top: 4em;
}

.ulz {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: -1.5em;
  margin-bottom: -2.5em;
}

.gear h1 {
  display: flex;
  font-family: "Playfair Display";
  font-weight: bold;
  margin-top: -0.8em;
  justify-content: center;
  font-size: 25px;
}

.gear p {
  font-size: 20px;
  font-weight: 500;
}

.left-col {
  width: auto;
  margin-left: -2em;
  margin-bottom: 4em;
}

.mecutout {
  height: 400px;
}

.open-nav {
  transform: translate(0%);
}

.subhead {
  font-family: "Poppins";
  font-weight: lighter;
  font-size: 1.2rem;
  margin-top: -0.5em;
}

.hero {
  display: flex;
  justify-content: center;
}

.heropic {
  max-width: 400px;
  border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%;
  border-top-left-radius: 50% 25%;
  border-top-right-radius: 50% 25%;
  border: 6px solid white;
}

.herotxt {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10%;
  margin-right: 10%;
}

.blimps {
  max-width: 350px;
  float: left;
  border-radius: 10px;
  border: 6px solid white;
  margin-right: 16px;
}

.biotxt {
  font-size: 22px;
  padding: 6px;
}

.biotxt2 {
  font-size: 22px;
  padding: 6px;
}

.biotxt3 {
  font-size: 22px;
  padding: 6px;
}

.dizzy {
  max-width: 250px;
  float: right;
  shape-margin: 3rem;
  margin-right: 1em;
  shape-outside: url(/images/meniereme2.png);
}

.new1 {
  max-width: 350px;
  float: left;
  shape-margin: 3rem;
  margin-right: 1em;
  shape-outside: url(/images/metestcut.png);
}

@media only screen and (min-width: 680px) {
  body {
    margin: 1.5em 5em;
    font-family: "poppins";
  }
  .gear h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 880px) {
  .menu {
    display: none;
  }
  nav {
    transform: translateX(0);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
    margin: 6em;
    margin-left: 2em;
    display: none;
  }
  nav .close {
    display: none;
  }
  nav ul {
    display: flex;
    margin: 0;
  }
  nav li a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.4em;
  }
  nav li a:hover {
    background: none;
    text-decoration: underline;
  }
  .drop-one {
    position: absolute;
    display: none;
    z-index: 999;
  }
  ul li:hover > .drop-one {
    display: inline;
    padding: 1em;
    background-color: rgb(236, 230, 230);
  }
  .gear h1 {
    display: flex;
    justify-content: center;
    font-size: 40px;
  }
  .ulz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: -2em;
    margin-bottom: -2.5em;
  }
  .left-col {
    width: 70%;
  }
  .subhead {
    font-family: "Poppins";
    font-weight: lighter;
    font-size: 1.2rem;
    margin-top: -0.5em;
  }
  .heropic {
    max-height: 45%;
    min-width: 45%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dizzy {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    margin: 2em 4em;
  }
  nav ul li a {
    font-size: 1.4rem;
    display: none;
  }
  .ulz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    margin-top: -2em;
    margin-bottom: -3em;
  }
  .gear h1 {
    display: flex;
    justify-content: center;
    font-size: 40;
  }
  .left-col {
    width: 60;
    margin-top: 4em;
  }
  .right-col {
    margin-top: -4em;
    margin-left: 4em;
  }
  .dizzy {
    width: 350px;
  }
  .mecutout {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    display: flex;
    padding-top: 1.8em;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    transform: scale(1.4);
    padding-left: 1.5em;
  }
  nav {
    margin: 2em;
    display: none;
  }
  nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
  }
  nav ul li a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 1.7rem;
  }
  .gear h1 {
    display: flex;
    justify-content: center;
    font-size: 55px;
  }
  .gear p {
    font-size: 36px;
    padding-top: 0.5em;
  }
  .subhead {
    width: 59%;
  }
  .dizzy {
    width: 400px;
  }
  .ulz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: -3em;
    margin-bottom: -4em;
  }
  .right-col {
    margin-top: -4em;
  }
  .mecutout {
    height: 600px;
  }
}
@media only screen and (min-width: 1450px) {
  body {
    margin: 0em 5em;
  }
  header .logo {
    transform: scale(1.5);
    padding-left: 2em;
    padding-top: 2em;
  }
  nav ul {
    gap: 3.9em;
    display: none;
  }
  .subhead {
    font-size: 1.4rem;
    margin-top: 2.2em;
    width: 75%;
  }
  .right-col {
    width: 75%;
  }
  .mecutout {
    height: 700px;
  }
  .dizzy {
    max-width: 100%;
    max-height: 100%;
  }
  .ulz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    margin-top: -3em;
    margin-bottom: -4em;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    margin: 0em 6em;
  }
  header .logo {
    transform: scale(1.6);
    padding-left: 2em;
  }
  nav ul {
    gap: 3.9em;
  }
  h1 {
    font-size: 65px;
  }
  .ulz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top: -4em;
    margin-bottom: -5em;
  }
  .gear p {
    font-size: 30px;
    padding-top: 0.5em;
  }
  .subhead {
    font-size: 1.4rem;
    margin-top: 2.2em;
    width: 75%;
  }
  .right-col {
    width: 75%;
  }
  .mecutout {
    height: 800px;
  }
  .dizzy {
    max-width: 100%;
    max-height: 100%;
  }
}
footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

p.copyright {
  margin: 10px;
  font-size: 22px;
}

#spin:after {
  content: "a multi-stylistic guitarist";
  animation: spin 22s linear infinite;
}

@keyframes spin {
  0% {
    content: "a multi-stylistic guitarist";
  }
  10% {
    content: "a documentarist";
  }
  20% {
    content: "an electrical guru";
  }
  30% {
    content: "an entrepreneur";
  }
  40% {
    content: "an artist";
  }
  50% {
    content: "a thinker";
  }
  60% {
    content: "a dreamer";
  }
  70% {
    content: "a researcher";
  }
  80% {
    content: "a historian";
  }
  90% {
    content: "an entertainer";
  }
}/*# sourceMappingURL=pgmain.css.map */