h1 {
  font-weight: 700;
  font-size: 3.75rem;
}

h2 {
  font-weight: 700;
  font-size: 2.25 rem;
}

h3 {
  font-weight: 700;
  font-size: 1.875rem;
}

h4 {
  font-weight: 700;
  font-size: 1.5rem;
}

h5, .button1, .button2, .navbar, .button4, .form-text2, .unselected, .selected {
  font-weight: 700;
  font-size: 1.125rem;
}

h6 {
  font-weight: 700;
  font-size: 0.875rem;
}

#content {
  font-weight: 400;
  font-size: 1.5rem;
}

#footer-container {
  font-weight: 400;
  font-size: 1.125rem;
}

.modal-content {
  font-weight: 400;
  font-size: 0.875rem;
}

html, body {
  font-family: 'Roboto', sans-serif;
  color: #142151;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

#app {
  height: 100vh;
}

.container-fluid {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

a {
  cursor: pointer;
}

.links:hover {
  text-decoration: underline;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.shake-animation {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.button1 {
  color: #142151 !important;
  background-color: #FFFFFF;
  border: 0.125rem solid #142151;
  border-radius: 0.7rem;
}

.button1:hover {
  background-color: #142151;
  color: #FFFFFF !important;
  border: 0.125rem solid #142151;
}

.button1:focus {
  background-color: #142151 !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #142151;
}

.button1:active {
  background-color: #142151 !important;
  color: #FFFFFF !important;
  border: 0.125rem solid #142151;
}

.button2 {
  color: #FFFFFF !important;
  background-color: #142151;
  border-radius: 0.7rem;
  border: 0.125rem solid #142151;
}

.button2:hover {
  background-color: #FFFFFF;
  color: #142151 !important;
  border: 0.125rem solid #142151;
}

.button2:focus {
  background-color: #FFFFFF !important;
  color: #142151 !important;
  border: 0.125rem solid #142151;
}

.button2:active {
  background-color: #FFFFFF !important;
  color: #142151 !important;
  border: 0.125rem solid #142151;
}

.navbar {
  color: #142151 !important;
}

.page {
  color: #142151 !important;
}

.logo img {
  width: 40%;
}

.modal.show .modal-dialog {
  max-width: 100%;
  max-height: 100%;
}

.modal-dialog {
  margin: 0px !important;
}

.custom-modal {
  background-image: url("../assets/onboarding-background.png");
  background-repeat: no-repeat;
  background-size: 100vw 100%;
  background-position: 0 0;
  height: 100vh;
  overflow: hidden;
}

.button4 {
  background-color: #142151;
  width: 100%;
  border-radius: 10px;
  border: 0.15rem solid #142151;
  padding: 1rem;
}

.button4:hover {
  color: #142151;
  background-color: #FFFFFF;
  border: 0.15rem solid #142151;
}

.button4:focus {
  color: #142151 !important;
  background-color: #FFFFFF !important;
  border: 0.15rem solid #142151;
}

.button4:active {
  color: #142151 !important;
  background-color: #FFFFFF !important;
  border: 0.15rem solid #142151;
}

.form-text2 {
  border: 2px solid #142151;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  background-color: #F4F7FB;
  color: #969CBA;
}

.right-arrow {
  width: 4rem;
}

.text-muted {
  color: #F4F7FB;
}

.left-col img {
  width: 90%;
}

.invalid {
  color: #EA472C;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  border: 0.2rem solid #EA472C;
  display: none;
}

.profilePic {
  width: 3rem;
}

.unselected {
  border-radius: 10px;
  border: 0.15rem solid #142151;
  color: #142151;
  background-color: #F4F7FB;
  width: 12.5rem;
  margin-bottom: 0.6rem;
  padding: 0.3rem 0.5rem;
}

.unselected:hover {
  color: #FFFFFF;
  background-color: #142151;
}

.selected {
  border-radius: 10px;
  border: 0.15rem solid #142151;
  color: #FFFFFF;
  background-color: #142151;
  width: 12.5rem;
  margin-bottom: 0.6rem;
  padding: 0.3rem 0.5rem;
}

@media (max-width: 575.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin: auto !important;
  }
  .custom-modal {
    background-image: none !important;
    background-color: #F4F7FB !important;
  }
  .sign-up-form {
    width: 90vw;
  }
  .sign-up-btn {
    width: 11rem !important;
  }
  .mx-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin-left: 10rem !important;
  }
  .custom-modal {
    background-image: none;
    background-color: #F4F7FB;
  }
  .login-form {
    background-color: red !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .left-col {
    display: none;
  }
  .right-col {
    margin-left: 12rem !important;
  }
  .custom-modal {
    background-image: none;
    background-color: #F4F7FB;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .left-col img {
    width: 95%;
  }
  .unselected {
    width: 10rem;
  }
  .selected {
    width: 10rem;
  }
  .profilePic {
    display: none;
  }
}

.close-button {
  position: fixed;
  top: 3rem;
  right: 1.5rem;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .left-col img {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .left-col img {
    width: 79%;
  }
}

#footer-container {
  background: #FFFFFF url("../assets/footer-background.png") no-repeat center top;
  background-size: cover;
  padding: 2rem 4rem 1.7rem 2rem;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer h5 {
  margin-right: 0;
  margin-bottom: 0.3rem;
}

footer a {
  color: #142151;
  text-decoration: none;
}

footer a:hover {
  color: #142151;
}

footer p {
  margin-bottom: 0.3rem;
}

#reference {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  html, body {
    font-size: 12.8px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  html, body {
    font-size: 13.4px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  html, body {
    font-size: 13.4px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  html, body {
    font-size: 15.2px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  html, body {
    font-size: 15.1px;
  }
}

@media (min-width: 1400px) {
  html, body {
    font-size: 16.4px;
  }
}

@media (max-height: 997px) {
  html, body {
    font-size: 1.6vh;
  }
}

.about-title img {
  margin-left: 20px;
}

#wave {
  position: sticky;
}

.person {
  text-align: center;
}

.person img {
  border-radius: 50%;
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-links {
  color: #969CBA;
}

.about-links:hover {
  color: #4E73B8;
}
/*# sourceMappingURL=about.css.map */