body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  margin: 0;
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-size: 2rem;
  color: #f49800;
}

.text-center {
  text-align: center;
}

.pattern-wrap {
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

span.welcome {
  font-size: 2.4rem;
  color: #f49800;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50vh;
}

.homepage-link {
  text-decoration: none;
  background-image: url(/images/brush1.svg);
  background-size: 100% 150%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 2rem;
  border-radius: 1rem;
  color: #f49800;
}

article {
  padding-bottom: 3rem;
}
article .black-box {
  background-color: rgba(0, 0, 0, 0.6901960784);
}
article p {
  color: #f49800;
  font-size: 2rem;
}
article a {
  color: #f49800;
}
article.is-active {
  opacity: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #f49800;
  border-radius: 0;
}

.menu-overlay {
  padding-top: 3rem;
  display: none;
  position: absolute;
  width: 100%;
}
.menu-overlay.is-active {
  display: flex;
  z-index: 3;
}
.menu-overlay .wrapper {
  width: 100%;
  max-width: 650px;
}
.menu-overlay a.menu-item {
  display: table;
  margin: auto;
  padding: 0.2rem 3rem;
  text-align: center;
  font-size: 2.7rem;
  color: #f49800;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 150%;
  overflow: visible;
  transition: all 0.5s ease;
}
.menu-overlay a.menu-item.brush1 {
  background-image: url(/images/brush1.svg);
}
.menu-overlay a.menu-item.brush2 {
  background-image: url(/images/brush2.svg);
}
.menu-overlay a.menu-item.brush3 {
  background-image: url(/images/brush3.svg);
}
.menu-overlay a.menu-item.brush4 {
  background-image: url(/images/brush4.svg);
}
.menu-overlay a.menu-item:hover {
  filter: invert(1) grayscale(1);
}

label {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #f49800;
  font-size: 1.3rem;
}
label.upload {
  border: 1px solid #f49800;
  padding: 1rem;
  display: inline-block;
}
label.containerr {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.containerr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #f49800;
}

.containerr:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid black;
}

.containerr input:checked ~ .checkmark {
  background-color: #f49800;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerr input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

input, textarea {
  width: 100%;
  display: block;
  font-size: 2rem;
  border: 0;
  border-top: 3px solid #f49800;
  background: transparent;
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin-bottom: 0.5rem;
}

input[type=submit] {
  color: #f49800;
  border: 2px solid #f49800;
}

.grid-item {
  width: 25%;
}

.grid-item img {
  width: 98%;
}
