/* Normalize */
body {
  -webkit-text-size-adjust: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* /End of Normalize */
body {
  height: 100vh;
  width: 100vw;
  background: url("./../images/site_background.jpg") no-repeat 50% 50%/cover transparent;
}

* {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #c6c6c6;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
  line-height: 1.2em;
}

h1 {
  font-size: 150px;
  line-height: 1em;
  margin: 0;
}
h1 .span-shiny {
  font-weight: 700;
  line-height: 0.7em;
  display: inline-block;
}
@media screen and (max-width: 740px) {
  h1 {
    font-size: 100px;
  }
}
@media screen and (max-width: 380px) {
  h1 {
    font-size: 80px;
  }
}

p {
  font-size: 28px;
  line-height: 1.2em;
}
@media screen and (max-width: 740px) {
  p {
    font-size: 24px;
    margin-top: 10px;
  }
}

#skip-main-content {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#skip-main-content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: calc(50% - 85px);
  line-height: normal;
  padding: 15px 20px 14px;
  text-decoration: none;
  top: 10px;
  width: 150px;
  z-index: 100000;
}

.span-shiny {
  color: #ffffff;
}

main {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  main {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}
main .section-fullpage {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main .section-fullpage p {
  margin: 0;
}
main .sticky-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}
main #contact-us {
  display: inline-block;
  line-height: 1em;
  padding: 10px 15px 7px 17px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 20px auto;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s linear, color 0.3s linear;
  background: rgba(255, 255, 255, 0);
}
main #contact-us.fast {
  animation: fadeIn 0s;
}
main #contact-us.slow {
  animation: fadeIn 5s;
}
@media screen and (max-width: 740px) {
  main #contact-us {
    font-size: 18px;
    color: #c6c6c6;
    border: 2px solid #c6c6c6;
  }
}
main #contact-us:hover {
  color: #262b31;
  background: rgba(255, 255, 255, 0.9);
}

.randomizer {
  text-align: center;
}
.randomizer .randomized {
  margin: 0 0 20px 0;
}
.randomizer .randomized .text-animation {
  display: inline-block;
  position: relative;
  color: transparent;
}
.randomizer .randomized .text-animation:before {
  content: "";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
  width: 0;
  height: 1.2em;
  transform: translate(-50%, -55%);
}
.randomizer .randomized .text-animation.state-1:before {
  width: 1px;
}
.randomizer .randomized .text-animation.state-2:before {
  width: 0.9em;
}
.randomizer .randomized .text-animation.state-3 {
  color: #ffffff;
}
.randomizer .randomized .text-animation.state-3:before {
  width: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}