html, body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  /* font-family: proxima-nova, 'Open Sans', Helvetica, Arial, sans-serif !important; */
  font-weight: 400 !important;
  font-style: normal;
  color: #3A3A3A;
}

h1 {
  /* font-size: 56px; */
}

h2 {
  /* font-size: 36px; */
}

.job-link {
  color: black !important;
  text-decoration: underline !important;
  font-size: 21px !important;
}

.header {
  margin: 25px 0px 50px;
}

.logo {
  font-weight: 700;
  font-size: 40px;
  /* line-height: 58px; */
  letter-spacing: -1.2px;
  color: #F01C4F;
}

.hero {
  margin-bottom: 50px;
}

.hero-line-1 {
  font-size: 32px;
  /* line-height: 58px;
  letter-spacing: -1.2px; */
}

.hero-line-2 {
  font-weight: 700;
  font-size: 40px;
  /* line-height: 88px; */
  /* letter-spacing: -2px; */
}

.section {
  margin-bottom: 50px;
}

.section-color-blue {
  border-bottom: 7px solid #3382F5;
}

.section-color-green {
  border-bottom: 7px solid #48F3BF;
}

.section-color-red {
  /* border-bottom: 7px solid #F01C4F; */
  border-bottom: 7px solid #B5CDA3;
}

.section-title {
  font-weight: 600;
  font-size: 35px;
  /* line-height: 45px; */
  /* letter-spacing: -0.5; */
  display: inline-block;
  margin-bottom: 35px;
}

.item {
  margin-bottom: 20px;
}

.item-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 5px;
  /* line-height: 55px; */
  /* letter-spacing: -1.2; */
}

.item-description {
  font-weight: 300;
  font-size: 21px;
  /* font-style: italic; */
  /* line-height: 36px; */
}

.footer {
  padding-bottom: 100px;
}

.contact-button {
  color: #F01C4F;
  border-color: #F01C4F;
  cursor: pointer;
}

.contact-button:hover {
  color: white;
  background-color: #F01C4F;
  border-color: #F01C4F;
  cursor: pointer;
}

li {
  list-style-type: none;
}
