body {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style-type: none;
}

li {
  text-decoration: none;
}

li a {
  text-decoration: none !important;
}

a:link,
a:hover,
a:visited {
  text-decoration: underline;
  color: white;
  font-style: italic;
  text-underline-offset: 4px;
}

#globe {
  position: fixed;
  top: 10vh;
  right: 100px;
  width: 80vh;
  height: 80vh;
}

.main {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3e3e3e));
  background: linear-gradient(#000000, #3e3e3e);
  padding: 100px 0;
  min-height: 100vh;
}

@media (min-width: 800px) {
  .main {
    padding: 150px 0;
  }
}

.contact-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3e3e3e));
  background: linear-gradient(#000000, #3e3e3e);
  height: 100vh;
  width: 100vw;
}

.image-button {
  height: 24px;
  position: fixed;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

@media (min-width: 800px) {
  .image-button {
    top: 50px;
    right: 50px;
  }
}

.section {
  width: 70%;
  margin-left: 10%;
  margin-bottom: 100px;
}

.section:first-child {
  margin-top: 0;
}

.section:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .section {
    width: 50%;
    margin-bottom: 150px;
  }
  .section:first-child {
    margin-top: 0;
  }
  .section:last-child {
    margin-bottom: 0;
  }
}

.contact-section {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .contact-section {
    width: 75%;
  }
}

.logo-container {
  width: 90%;
}

@media (min-width: 800px) {
  .logo-container {
    width: 70%;
  }
}

.hero-subheader {
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
  color: #0a84ff;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
}

@media (min-width: 800px) {
  .hero-subheader {
    font-size: 24px;
  }
}

.section-title {
  font-family: "Poppins", sans-serif;
  color: #0a84ff;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 36px;
}

@media (min-width: 800px) {
  .section-title {
    font-size: 72px;
  }
}

.contact-section-title {
  font-family: "Poppins", sans-serif;
  color: #0a84ff;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 36px;
  padding: 50px 0 0;
}

@media (min-width: 800px) {
  .contact-section-title {
    padding: 100px 0 0;
    font-size: 72px;
  }
}

.text {
  font-family: "IBM Plex Sans", sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
}

@media (min-width: 800px) {
  .text {
    font-size: 20px;
  }
}

.vertical-margin {
  margin: 10px 0;
}

@media (min-width: 800px) {
  .vertical-margin {
    margin: 20px 0;
  }
}

.expansion-icon {
  width: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}

@media (min-width: 800px) {
  .expansion-icon {
    width: 34px;
    margin-right: 30px;
  }
}

.expansion-icon-with-margin-left {
  width: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 800px) {
  .expansion-icon-with-margin-left {
    width: 34px;
    margin-right: 30px;
    margin-left: 30px;
  }
}

.subheader, .contact-action-button {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 800px) {
  .subheader, .contact-action-button {
    font-size: 28px;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-input {
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 800px) {
  .contact-input {
    margin: 30px 0;
    font-size: 28px;
  }
}

.contact-text-area {
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 800px) {
  .contact-text-area {
    font-size: 28px;
  }
}

.contact-action-button {
  position: fixed;
  bottom: 100px;
  right: 200px;
  color: #0a84ff;
  text-transform: uppercase;
  font-style: normal;
  cursor: pointer;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input {
  background: transparent;
  border: none;
  outline: none;
  margin: 0px 0;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 800px) {
  input {
    margin: 15px 0;
    font-size: 28px;
  }
}

textarea {
  background: transparent;
  border: none;
  outline: none;
  margin: 0px 0;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 20px;
}

@media (min-width: 800px) {
  textarea {
    margin: 15px 0;
    font-size: 28px;
  }
}
/*# sourceMappingURL=style.css.map */