:root {
  --primary-color: #DB7777;
  --secondary-color: #72A1E5;
  --background-color: #FFF9F1;
}

body {
  margin: 2em;
  background-color: var(--background-color);
  font-family: "Josefin Sans";
}

.navbar nav {
  display: none;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  padding: 1em;
}
.navbar .container .logo {
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 40px;
}
.navbar .mobile-menu {
  cursor: pointer;
}

.hero-container {
  padding-bottom: 20px;
}

.left-col .hero-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  padding: 20px 10px 40px 10px;
}

.header {
  font-size: 1.28em;
  font-weight: bolder;
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: var(--secondary-color);
}

.subhead {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0px 0px 20px 0;
  text-align: center;
  color: #353535;
}

.hero-cta {
  margin: 0px 0px 100px 0px;
}
.hero-cta .projects-cta {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0.7em 1.8em;
  margin: 40px 20px 20px 20px;
  border-radius: 50px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 1em;
}
.hero-cta .resume-cta {
  display: inline-block;
  background-color: #FFFFFF;
  margin: 20px 20px 20px 20px;
  padding: 0.7em 1.8em;
  border-radius: 50px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  font-size: 1em;
}

nav.menu-btn {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 50vw;
  background-color: var(--secondary-color);
}
nav.menu-btn .navbar-items > li > a {
  color: var(--background-color);
}
nav.menu-btn .spacer1 {
  flex-grow: 1;
}
nav.menu-btn .spacer2 {
  flex-grow: 2;
}

ul.contact {
  margin: 0.5em;
  padding: 0.5em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax 19rem, 1fr);
}
ul.contact li {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-left: 1em;
}

nav {
  position: fixed;
  width: 33%;
  right: 0;
  top: 0;
  height: 45vh;
  padding: 1em;
}
nav ul.navbar-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
nav li a {
  color: #FFFCF8;
  display: block;
  padding: 0;
  font-size: 1.3em;
}
nav li:hover {
  text-decoration: wavy underline;
}
nav li .hero-img {
  width: 30%;
  margin: auto;
}

.mobile-menu-exit {
  margin: 0 auto;
  cursor: pointer;
}

.footer {
  font-size: 1.1em;
  font-weight: normal;
  justify-content: center;
  width: auto;
  height: auto;
  white-space: nowrap;
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu, .mobile-menu-exit {
    display: none;
    cursor: pointer;
  }

  .navbar .container {
    display: grid;
    grid-template-columns: 160px auto;
    justify-content: unset;
  }

  .navbar nav {
    display: flex;
    justify-content: left;
    background: none;
    position: unset;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul.navbar-items {
    display: flex;
    text-align: center;
    margin: 10px 0px 0px 10px;
  }
  .navbar nav ul.navbar-items .desktop-tilda {
    height: 1.5em;
  }
  .navbar nav a {
    color: var(--primary-color);
    font-size: 1em;
    padding: 0.1em 1em;
    font-size: 1.3em;
    font-weight: bold;
  }

  .contact {
    text-align: left;
    margin: 3em 1em 1em 2.5em;
  }

  .left-col .hero-img {
    float: center;
    margin-top: 50px;
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
  }

  .right-col .header {
    font-size: 2em;
    font-weight: bold;
    margin-top: 20px;
    float: center;
    text-align: center;
    color: var(--secondary-color);
  }
  .right-col .subhead {
    float: center;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 40px;
    text-align: center;
    color: #353535;
  }

  .footer {
    font-size: 1.1em;
    font-weight: normal;
    position: relative;
    width: auto;
    height: auto;
    white-space: nowrap;
    line-height: 2em;
    text-align: left;
    transform: translateX(-100%);
    animation: cssmarquee 20s linear infinite;
  }

  @keyframes cssmarquee {
    100% {
      transform: translateX(-100%);
    }
    0% {
      transform: translateX(100%);
    }
  }
}
@media only screen and (min-width: 1080px) {
  .container {
    width: 1080px;
    margin: 0 auto;
  }

  section {
    padding: 10em 4em;
  }

  .navbar nav {
    justify-content: center;
    background: none;
    position: center;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .navbar nav ul.navbar-items {
    justify-content: center;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 0;
    padding: 0;
  }
  .navbar nav ul.navbar-items .desktop-tilda {
    height: 1.5em;
  }

  .hero-container {
    padding-top: 100px;
  }

  .left-col {
    margin: 0;
    padding: 0;
  }
  .left-col .hero-img {
    float: left;
    max-width: 450px;
    max-height: 450px;
    width: auto;
    height: auto;
    margin-right: 100px;
    margin-top: 0;
  }

  .right-col .header {
    font-size: 2.5em;
    justify-content: center;
    text-align: left;
    padding: 0;
    margin-top: 50px;
    white-space: nowrap;
  }
  .right-col .subhead {
    font-size: 1.5em;
    justify-content: left;
    text-align: left;
    padding: 20px 100px 0px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-cta {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float: left;
  }
  .hero-cta .projects-cta {
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0px 20px 20px 0px;
    border-radius: 50px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 1em;
  }
  .hero-cta .resume-cta {
    display: inline-block;
    background-color: #FFFFFF;
    margin: 20px 20px 20px 20px;
    padding: 0.7em 1.8em;
    border-radius: 50px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 1em;
  }

  .contact {
    display: flex;
    justify-content: center;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0;
    margin-top: 5em;
  }

  .footer {
    position: relative;
    left: 4em;
    top: 2em;
    right: 4em;
    text-align: center;
    margin-top: 100px !important;
    font-size: 1em;
    font-weight: normal;
    animation: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
