@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;800&display=swap");
body {
  width: 100%;
  font: normal 400 1.6rem/1 "Nunito", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #0d183f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.site-logo {
  display: block;
  position: relative;
}

.wrap {
  max-width: 126rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

a {
  text-decoration: underline;
  color: #ff8c30;
}
h1 {
  font-weight: 700;
}
h4 {
  font-weight: 400;
}
li {
  font-weight: 300;
}

img {
  display: block;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

header,
section {
  display: block;
}
#flex-header {
  position: relative;
  padding-top: 6rem;
  background: #0d183f;
}

#flex-header .circles {
  height: 100%;
  left: 0;
  right: 0;
  top: -65%;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

@media only screen and (max-width: 1023px) {
  #flex-header .circles {
    top: -50%;
  }
}

@media only screen and (max-width: 640px) {
  #flex-header .circles {
    top: -72%;
  }
}
#main-header {
  position: absolute;
  width: 100%;
  /* left: 50%; */
  /* right: auto; */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
}

/* #main-header {
  position: fixed;
  top: 1rem;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 200;
} */

/* @media only screen and (max-width: 640px) {
  #main-header {
    position: absolute;
    width: 70%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
} */

/* #main-header .wrap {
  max-width: 130rem;
  background: #3b557f;
  padding: 2rem 4rem;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
} */

#main-header .wrap {
  background: transparent;
  padding: 1rem 4rem;
}

.wrap {
  z-index: 1;
  max-width: 126rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}

/* @media only screen and (max-width: 640px) {
  #main-header .wrap {
    background: transparent;
    padding: 1rem 4rem;
  }
} */

@media only screen and (max-width: 640px) {
  #flex-header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 3rem;
  }
}
