hr {
    height: 5px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

td:empty,th:empty {
    display: none;
}

#about_text, #email_text { 
    font-size: 12;
}

html {
  height: 100%;
}

body {
    height: 100vh;
   background-color: #ffd100 !important;
}

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800 !important;
}

.bg-white {
 background-color: #ffffff !important;
}

.rounded-pill {
  border-radius: 5rem;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(151, 141, 51);
  background-color: rgba(151, 141, 51, 0.9);
}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(3rem + 72px);
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd100), to(#ffffff));
  background: linear-gradient(0deg, #ffd100 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.reghead {
  position: relative;
  overflow: hidden;
  padding-top: calc(3rem + 72px);
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(3rem + 55px);
    padding-bottom: 4rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 6rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 4rem;
  }
}

.display-4, .title, .subTitle, label {
	color: #22408d;
}

.steps {
	color: #ffd100;
}