.home {
  min-height: 100vh;
  background-image: url('../images/hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.center-content {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 450px;
  max-width: 610px;
  min-height: 400px;
  min-width: 569px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/paper.png');
  background-position: 50% 50%;
  background-size: 284px;
  background-repeat: repeat;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}

.text-block {
  margin-bottom: 25px;
  font-family: 'Typical writer', sans-serif;
  font-size: 18px;
  text-align: center;
}

.text-block.small-text {
  margin-bottom: 6px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: center;
}

.text-block.small-text.link-list {
  padding-right: 10px;
  padding-left: 10px;
}

.text-block.small-text.copyright {
  margin-top: 30px;
}

.logo {
  max-width: 50%;
  margin-bottom: 0px;
}

.logo.margin-bottom {
  margin-bottom: 30px;
}

.button {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
  background-image: url('../images/button.png');
  background-position: 100% 0%;
  background-size: cover;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms ease, all 150ms ease;
  transition: opacity 200ms ease, all 150ms ease;
  font-family: 'Typical writer', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
}

.button:hover {
  background-image: url('../images/Button-Hover.png');
  box-shadow: 13px 13px 20px -10px rgba(0, 0, 0, 0.5);
}

.button:active {
  background-image: url('../images/Button-Hover.png');
  background-position: 100% 0%;
  background-size: cover;
  box-shadow: 6px 6px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.linklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  text-align: left;
}

.heading {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/paper.png');
  background-position: 50% 50%;
  background-size: auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/paper.png');
  background-position: 50% 50%;
  background-size: auto;
  color: #000;
}

.link {
  color: #000;
}

.section-2 {
  margin-top: 71px;
}

.column {
  text-align: center;
}

.margin-bottom {
  margin-bottom: 30px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.faq {
  background-image: url('../images/paper-virticle.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.accordion-wrapper.margin-bottom {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.accordion-item {
  margin-bottom: 30px;
  cursor: default;
}

.accordion-item-trigger {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.accordion-heading {
  font-family: 'Typical writer', sans-serif;
}

.h1 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Typical writer', sans-serif;
  font-size: 60px;
  line-height: 40px;
}

.h1.margin-bottom {
  font-size: 42px;
}

@media (max-width: 767px) {
  .paper {
    max-height: 580px;
    max-width: 440px;
    min-height: 580px;
    min-width: 440px;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/paper-virticle.png');
  }
  .text-block.small-text.margin-top {
    margin-top: 30px;
  }
  .logo {
    max-width: 75%;
  }
  .linklist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.center-content {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paper {
    max-width: 300px;
    min-height: auto;
    min-width: auto;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/paper-virticle.png');
  }
  .text-block {
    overflow: visible;
  }
  .logo {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: 'Typical writer';
  src: url('../fonts/Typical-Writer.ttf.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}