@import "style.css";

/* Basic Fonts */

.gbold {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #606060;
  margin-bottom: 2rem;
}

.wbold {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.wthin {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: white;
}

.contactdive {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.contactdive span {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
}

.contactdive h1 {
  color: #008e65;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  margin-top: 1rem;
}
