#content {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: "Lexend Deca", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
}

img,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.light {
  background-color: white;
  color: black;
}

.dark {
  background-color: #141414;
  color: #ececec;
}

.light *::-moz-selection {
  background-color: #eeeeee;
}

.light *::selection {
  background-color: #eeeeee;
}

.dark *::-moz-selection {
  background-color: #575757;
}

.dark *::selection {
  background-color: #575757;
}

.lexend, #copyright, button, #projects-container .project .project-title {
  font-family: "Lexend Deca", sans-serif !important;
}

.roboto, .body, #projects-container .project .project-text {
  font-family: "Roboto", sans-serif !important;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif !important;
}

.light #copyright {
  color: black;
}

.dark #copyright {
  color: #ececec;
}

#copyright {
  cursor: pointer;
  height: 30px;
  text-align: center;
  display: inline-table;
  width: 100vw;
}

#copyright span {
  display: table-cell;
  vertical-align: middle;
}

.separator {
  margin: 30px 50px 0 50px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 0.1em;
}

.separator span {
  padding-right: 10px;
  cursor: pointer;
}

.dark .separator {
  border-bottom: 1px dotted #575757;
}

.dark .separator span {
  background: #141414;
}

.light .separator {
  border-bottom: 1px dotted #575757;
}

.light .separator span {
  background: white;
}

.page-loaded {
  opacity: 1 !important;
  overflow: visible !important;
}

.dark {
  color: #ececec;
}

.dark .title {
  font-weight: 400;
}

.dark .title-2 {
  font-weight: 300;
}

.light {
  color: black;
}

.light .title {
  font-weight: 600;
}

.light .title-2 {
  font-weight: 600;
}

.title {
  font-size: 1.5em;
}

.title-2 {
  font-size: 1.125em;
}

.body, #projects-container .project .project-text {
  line-height: 150%;
}

.light a {
  color: #0d652d;
}

.light a:active {
  color: #188438;
}

.dark a {
  color: #baeeba;
}

.dark a:active {
  color: #baeeba;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.light button.solid {
  color: white;
  background: #188438;
  border-color: #188438;
}

.light button.outline {
  color: #188438;
  border-color: #188438;
}

.dark button.solid {
  color: #eeeeee;
  background: #0d652d;
  border-color: #0d652d;
}

.dark button.outline {
  color: #188438;
  border-color: #188438;
}

button {
  display: inline-block;
  padding: 13px 20px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, -webkit-transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease;
  transition: background 250ms ease-in-out, transform 150ms ease, -webkit-transform 150ms ease;
  font-size: 1rem;
  border-radius: 3px;
}

button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button:focus {
  outline: none;
}

button.solid {
  border-style: solid;
  border-width: 1px;
}

button.outline {
  border-style: solid;
  border-width: 1px;
  outline: none;
  background-color: transparent !important;
}

button.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.dark #sec4 {
  background-color: #141414;
}

.dark .drawer-option {
  color: #eeeeee;
}

.dark #nav {
  background-color: #141414;
  opacity: 0.9;
  border-bottom: 1px solid #575757;
}

.dark #nav .theme-toggle.light {
  display: none;
}

.dark #nav #harkerdev {
  color: #ececec;
}

.dark #nav #sec2 > .nav-option {
  color: #eeeeee;
  font-weight: 100;
}

.dark #nav #sec3 #github-button {
  color: #ececec;
  border-color: #575757;
}

.light #sec4 {
  background-color: white;
}

.light .drawer-option {
  color: black;
}

.light #nav {
  background-color: white;
  opacity: 0.9;
  border-bottom: 1px solid #eeeeee;
}

.light #nav .theme-toggle.dark {
  display: none;
}

.light #nav #harkerdev {
  color: black;
}

.light #nav #sec2 > .nav-option {
  color: black;
  font-weight: 100;
}

.light #nav #sec3 #github-button {
  color: black;
  border-color: #eeeeee;
}

#nav {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
  position: fixed;
  top: 0;
  padding: 20px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}

#nav #sec1 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#nav #sec1 #sec0 {
  margin-right: 50px;
}

@media (min-width: 1024px) {
  #nav #sec1 #sec0 {
    display: none;
  }
}

@media (max-width: 600px) {
  #nav #sec1 #sec0 {
    margin-right: 30px;
  }
}

#nav #sec1 #logo {
  height: 4vh;
  float: left;
}

#nav #sec1 #harkerdev {
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
}

@media (max-width: 600px) {
  #nav #sec1 #harkerdev {
    display: none;
  }
}

#nav #sec2 {
  text-align: center;
}

#nav #sec2 .nav-option {
  margin: auto 20px !important;
  cursor: pointer;
}

@media (max-width: 1024px) {
  #nav #sec2 {
    display: none;
  }
}

#nav #sec3 {
  text-align: right;
}

#nav #sec3 #github-button {
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  margin-right: 20px;
  border-radius: 10px;
  cursor: pointer;
}

#nav #sec3 .theme-toggle {
  float: right;
  cursor: pointer;
}

#sec4 {
  z-index: 3;
  position: fixed;
  padding: 30px;
  top: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  left: -100%;
  height: 100vh;
}

#sec4 #drawerClose {
  cursor: pointer;
}

#sec4 .drawer-option {
  margin: 30px 10px;
  cursor: pointer;
  display: block;
}

#sec4 .drawer-option:hover {
  text-decoration: underline;
}

#sec4.open {
  left: 0;
}

@media (max-width: 600px) {
  .separator {
    border-bottom: none !important;
    margin: auto;
  }
}

#projects-container {
  margin: 120px auto 50px auto;
  width: 85%;
}

@media (max-width: 1024px) {
  #projects-container {
    width: 75vw;
  }
}

#projects-container .project {
  overflow: hidden;
  margin: 50px 50px 60px 50px;
}

@media (max-width: 1024px) {
  #projects-container .project {
    margin: 50px auto 60px auto;
  }
}

#projects-container .project .project-image {
  float: left;
  width: 30vw;
  height: 20vw;
  margin-right: 40px;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  #projects-container .project .project-image {
    width: 75vw;
    height: 50vw;
    margin: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  #projects-container .project .project-text {
    width: 75vw;
  }
}

#projects-container .project .project-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

#projects-container .project .project-subtext {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #b4b4b4;
}

#projects-container .project .project-subtext a {
  color: #b4b4b4;
  text-decoration: underline;
}
/*# sourceMappingURL=projects.css.map */