body, html {
  width: 100%;
}

body {
  max-width: 1920px;
  margin: auto;
  background-color: #f5f5f5;
}
body .container {
  width: 100%;
  overflow: auto;
  background-color: transparent;
  z-index: 0;
  min-height: 100vh;
}
body > .svgImg {
  width: 100%;
  position: absolute;
  z-index: -10;
}
body > .svgImg1 {
  display: none;
}
body > .svgImg2 {
  display: block;
}
@media screen and (min-width: 768px) {
  body > .svgImg1 {
    display: block;
  }
  body > .svgImg2 {
    display: none;
  }
}
body .container .content {
  padding: 0 5%;
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  align-items: center;
}
body .container .content .photo .img {
  position: relative;
  z-index: 0;
  height: 12em;
  width: 12em;
  background: #505050 url("../image/profile-low-res.png") no-repeat center center;
  background-position: 0% 10%;
  background-size: cover;
  border-radius: 50%;
}
body .container .content .intro {
  text-align: center;
  font-family: Nunito, sans-serif;
  padding: 1.875em 0;
}
body .container .content .intro h1 {
  margin: 0;
  font-size: 3em;
}
body .container .content .intro h1 .colored {
  font-family: Ubuntu, Nunito, sans-serif;
  color: #660ace;
}
body .container .content .intro h3 {
  margin: 0 0 1.7em;
  font-size: 1.3em;
}
body .container .content .intro p {
  margin: 0.2em 0;
  font-weight: bold;
  font-size: 1.2em;
}
body .container .content .intro #varColor1 {
  margin-left: 0.5em;
}
body .container .content .intro a.varColor {
  color: black;
}
body .container .content .intro a {
  position: relative;
  border-radius: 30em;
  border: 3px solid #660ace;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 0.4em 1.2em;
  margin: unset 0.5em;
  margin-top: 1.7em;
  font-size: 1.2em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.404);
  overflow: hidden;
}
body .container .content .intro a::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  border-radius: 30em;
  background-color: #660ace;
  transition: right 0.2s ease-in-out;
}
body .container .content .intro a:hover::after {
  right: 0;
}
body .container .content .intro a.white-text {
  color: white;
}
@media screen and (min-width: 768px) {
  body .container .content {
    display: flex;
    flex-flow: row-reverse;
    position: relative;
    top: 15vh;
  }
  body .container .content .photo {
    flex: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .container .content .intro {
    flex: 50%;
    text-align: left;
  }
}

.white-text {
  color: white;
}

.glow {
  box-shadow: 0 0 10px 1.5px blue;
}

.container .cstm-color-mode {
  display: none;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: fixed;
  bottom: 1.5625em;
  right: 1.5625em;
  height: 20px;
  width: 50px;
  background: transparent;
  z-index: 10;
}
.container .cstm-color-mode .day, .container .cstm-color-mode .night {
  height: 20px;
  width: 20px;
}
.container .cstm-color-mode .day {
  background-color: white;
  border-radius: 50%;
  border: 2px solid black;
}
.container .cstm-color-mode .night {
  background-color: black;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .container .cstm-color-mode {
    display: flex;
  }
}
body {
  transition: background-color 0.2s ease-in-out;
}

* {
  transition: color 0.2s ease-in-out;
}

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