@font-face {
  font-family: "Moon 2.0";
  src: url("/font/Moon2.0-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Moon 2.0";
  src: url("/font/Moon2.0-Bold.otf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@media (min-height: 927px) {
  body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .container {
    margin: 0 auto !important;
  }
}

.dark-theme {
  background-color: #101315;
  color: #f4f2ff;
}

.dark-theme .container {
  background-color: #1d2225;
}

.dark-theme .container .slider:before {
  background-image: url("/img/SVG/crescent-moon-svgrepo-com.svg");
  background-size: 15px 15px;
  background-position: 6px;
  background-color: #1d2225;
}

.dark-theme .container .social {
  color: #f4f2ff;
}

.dark-theme .container h3 {
  color: #696969;
}

.dark-theme footer a {
  color: rgba(244, 242, 255, 0.2);
}

.light-theme {
  background-color: #f4f6fb;
  color: initial;
}

.light-theme .container {
  background-color: white;
  -webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.light-theme .container h3 {
  color: #9ea3b2;
}

.light-theme .container .slider:before {
  background-image: url("/img/SVG/sun-svgrepo-com.svg");
  background-size: 18px 18px;
  background-position: 4px;
  background-color: white;
}

.light-theme footer a {
  color: rgba(0, 0, 0, 0.8);
}

body {
  font-family: "Moon 2.0";
  letter-spacing: 0.1875rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container {
  border-radius: 5px;
  width: 600px;
  margin: 18px auto;
  text-align: center;
  /* The switch - the box around the slider */
}

body .container .switch__wrapper {
  text-align: right;
  margin: 20px;
}

body .container .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Hide default HTML checkbox */
  /* The slider */
}

body .container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

body .container .switch input:checked + .slider {
  background-color: #101315;
}

body .container .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #101315;
          box-shadow: 0 0 1px #101315;
}

body .container .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

body .container .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}

body .container .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
}

body .container .switch .slider.round {
  border-radius: 34px;
}

body .container .switch .slider.round:before {
  border-radius: 50%;
}

body .container .content__wrapper {
  padding: 0 50px 50px 50px;
}

body .container #pic {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

body .container h1 {
  font-weight: bold;
  margin: 1.6rem 0 0.4375rem 0;
}

body .container h2 {
  font-size: 17px;
  color: #d6004c;
  margin: 0;
}

body .container .socials {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .container .socials .social {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
}

body .container .socials .social span {
  margin-left: 10px;
}

body .container #skills__section {
  text-align: left;
}

body .container #skills__section h3 {
  margin-top: 70px;
}

body .container #skills__section .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 200px;
}

body .container #skills__section .skills .skill {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}

body .container #skills__section .skills .skill img {
  width: 32px;
}

body .container #skills__section .skills .skill span {
  margin-left: 10px;
}

body .container #contact__section {
  margin-top: 80px;
  margin-bottom: 20px;
}

body .container #contact__section a {
  color: #f8f9fa;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  background-color: #d6004c;
  padding: 13px 44px;
  text-decoration: none;
}

body .container #contact__section a:hover {
  background-color: #9c093d;
}

body .container #contact__section a:active {
  background-color: #7e002c;
}

body footer {
  z-index: 1;
  text-align: center;
}

body footer a {
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 600px) {
  body .container {
    margin: 0;
    width: 100vw;
  }
  body .container #skills__section .skills {
    height: 320px;
  }
}

@media (max-width: 410px) {
  body .container .content__wrapper {
    padding: 0 0 50px 0;
  }
  body .container #skills__section {
    text-align: center;
  }
  body .container #skills__section .skills {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .container #skills__section .skills .skill {
    text-align: center;
  }
}

@media (max-width: 350px) {
  body .container #skills__section .skills {
    height: 600px;
  }
}
/*# sourceMappingURL=styles.css.map */