/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
header {
  background: #0d1746;
  padding: 1rem 0;
  max-width: 100%;
}
header .hamburger-btn {
  background: #eeeeee;
}
header .nav-link {
  color: #eeeeee;
  margin: 0 0.4rem;
  font-family: "Chakra Petch", sans-serif;
  font-size: 5em;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
header .nav-link:hover {
  color: #FF0075;
}

/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
#hero .section-text {
  padding-bottom: 4px;
}
#hero button {
  background-color: #77D970;
  padding: 16px;
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  display: block;
}
#hero button:hover {
  cursor: pointer;
  color: #eeeeee;
  background-color: #329f2a;
}
#hero img {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 32px 0 32px 32px;
}

/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
#skills {
  background-color: #FF0075;
  color: #000;
}
#skills .section-text {
  color: #000;
}
#skills ul {
  list-style: none;
  padding: 3px 0;
}
#skills ul li img {
  padding: 0 8px;
}
#skills .row {
  width: 100%;
}

/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
#projects {
  background-color: #FF0075;
  color: #000;
}
#projects .section-text {
  color: #000;
}
#projects h3 {
  font-size: 24px;
  font-weight: bold;
}
#projects a {
  text-decoration: none;
  color: #000;
}
#projects a .section-text {
  font-size: 14px;
}
#projects a img {
  transition: all ease 0.2s;
  min-height: 135px;
  border-radius: 8px;
  margin-bottom: 16px;
}
#projects a img:hover {
  box-shadow: 0 0 10px #000;
}

#services .services-list h3 {
  margin-top: 16px;
}

/* Colors */
/* Breakpoints */
/* Fonts */
/* Mixins */
#contact a {
  color: #eeeeee;
  margin: 0 0.4rem;
}
#contact a img {
  min-height: 2.5em;
  transition: all ease 0.3s;
}
#contact a img:hover {
  cursor: pointer;
  transform: scale(1.4);
}
#contact button {
  background-color: #77D970;
  padding: 16px;
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: bold;
  display: block;
  padding: 4px;
  font-size: 1.25em;
}
#contact button:hover {
  cursor: pointer;
  color: #eeeeee;
  background-color: #329f2a;
}

body {
  background-color: #172774;
  color: #eeeeee;
  width: 100%;
}

section,
.row,
.container,
.col {
  overflow-x: hidden;
}

.section-title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 5em;
  font-weight: bold;
}
.section-text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25em;
  color: rgba(238, 238, 238, 0.8549019608);
}
.section-item-title {
  font-family: "Chakra Petch", sans-serif;
  font-size: 5em;
  font-weight: bold;
  font-size: 2em;
  font-weight: normal;
}
.section-item-text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25em;
  font-size: 1.25em;
}

/* responsive */
@media screen and (max-width: 1023px) {
  #hero img {
    max-height: 70vh;
  }
  #projects img {
    margin-top: 0.2px;
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=maps/main.css.map */
