html, body {
  height: 100%;
}

body {
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

@font-face {
  font-family: 'Raleway Regular';
  src: url('/assets/font/Raleway-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Raleway Bold';
  src: url('/assets/font/Raleway-Bold.woff') format('woff');
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway Bold', sans-serif;
  color: #363636;
  text-transform: uppercase;
}

p, a, th, td {
  font-family: 'Raleway Regular', sans-serif;
}

h2 {
  margin: 30px 0;
  font-size: 36px;
  text-align: center;
}

p {
  font-size: 16px;
  color: #464646;
}

span {
  font-family: 'Raleway Bold', sans-serif;
}

.organization-name {
  font-size: 29px !important;
  text-transform: uppercase;
}