.background {
  background-color: #27299b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.body {
  color: #fff;
  background-color: #06023a;
  padding: 50px 10vw 8vh;
  font-family: Montserrat, sans-serif;
}

.h1 {
  font-family: Amasismtw1g;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.h1.paddingbottom40 {
  padding-bottom: 40px;
  font-family: Amasis mt std;
  font-weight: 300;
}

.h1.paddingbottom40.justify {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
}

.nav {
  height: 80px;
  margin-bottom: 100px;
}

.logo {
  height: 60px;
}

.text-block {
  font-family: Merriweather, serif;
}

._800width {
  max-width: 800px;
}

.h3 {
  font-family: Amasis mt std;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.h3.paddingbottom40 {
  padding-bottom: 40px;
}

.h3.paddingbottom40.justify {
  text-align: justify;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
}

.h3.paddingbottom40.justify.topline {
  border-top: 1px solid rgba(255, 255, 255, .53);
  border-bottom: 1px solid rgba(255, 255, 255, .53);
  margin-bottom: 40px;
}

.h3.paddingbottom40.justify.topline.italics {
  font-family: aktiv-grotesk, sans-serif;
}

.h3.paddingbottom40.justify.topline.italics.nobottom {
  border-bottom-style: none;
  margin-bottom: 0;
}

.h3.bold {
  font-weight: 300;
}

.h3.bold._20pxbottom {
  padding-bottom: 20px;
}

.h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text {
  font-family: Amasis mt std;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text._20 {
  font-family: aktiv-grotesk, sans-serif;
}

.bold-text.underline {
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.bold-text.underline.italics {
  font-style: italic;
}

.bold {
  font-weight: 300;
}

.bold-text-2 {
  font-size: 20px;
}


