html, body {
  font-family: 'Open Sans', sans-serif !important;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2em;
}

h2 small {
  font-size: 1.5em;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 400 !important;
  color: #000;
}

p {
  font-weight: 400 !important;
  font-size: 1.1em;
  line-height: 1.667em;
  color: #333;
}

a {
  color: #03a9f4;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.color-primary {
  color: #03a9f4 !important;
}

.join-btn-visibility{
  visibility: hidden;
}

.navbar-fixed-bottom{
  visibility: hidden;
}

.join-now-button { 
  display: block; 
  text-align: center; 
  color: white; 
}