body {
  background: #f4f5f6;
}

a {
  color: black;
}

a.nav {
  color: #fff;
}

.thumbnail-nav {
  left: 2rem;
  position: absolute;
  top: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
}

.container {
  position: relative;
  max-width: 100rem;
  padding-bottom: 0.5rem;
  padding-top: 7.5rem;
}

#home {
  background: #fff;
  position: relative;
  min-width: 100vw;
}

.thumbnail {
  left: 50%;
  position: relative;
  transform: translate(-50%, -20%);
}

.thumbnail-nav {
  left: 2rem;
  position: absolute;
  top: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
}

.navbar {
  width: 100%;
  height: 3rem;
  background: #4a4a4a;
}

.navbar-text-left {
  position: relative;
  max-width: 1024px;
  left: 6rem;
  top: 0.3rem;
  color: #fff;
}

.navbar-text-right {
  position: relative;
  top: 0.3rem;
  right: 1rem;
  color: #fff;
}

.textwrapper {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
}

.title {
  display: inline-block;
  color: #5856D6;
}

.title2 {
  display: inline-block;
  color: #4a4a4a;
}

.title3 {
  display: inline-block;
  color: #9b9b9b;
}

#thanks_text {
  display: none;
  color: #5856D6;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
  background-color: #5856D6;  
}
