* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
}

.underline {
  text-decoration: underline !important;
}

a {
  text-decoration: none;
}

.container-fluid {
  padding: 0;
}

.navbar-brand {
  font-weight: bold;
  color: #222;
}

body {
  background-color: #f3f4f9 !important;
  padding-top: 113px;
  
}

.margin-none {
  margin: 0 !important;
}

.nav-link-active {
  font-weight: 500;
  color: #ff4000;
}

.font-weight-normal {
  font-weight: normal !important;
}

.big-button {
  border-radius: 40px;
  font-size: 1.5rem;
  padding: 1rem 3rem;
  text-transform: uppercase;
}

.small-button {
  border-radius: 40px;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-transform: uppercase;
}