html,
body,
div,
span,
p,
a,
img,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 18pt;
}

ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
  min-width: 320px;
  min-height: 100vh;
  line-height: 1;
  word-wrap: break-word;
  overflow-x: hidden;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* background-image: linear-gradient(90deg, rgba(38,38,38,0.471) 30%, transparent 85%), url('../assets/wall.jpg'); */
  background-image: linear-gradient(
      /* 110deg,
      rgb(38 38 38 / 69%) 30%,
      transparent 75% */ 90deg,
      rgb(38 38 38 / 50%) 10%,
      transparent 75%
    ),
    url("../assets/wall.jpg");
  background-position: 0% 0%, right;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll;
  background-color: #ffffff;
}

body:after {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 2.5s ease-in-out 0.5s, visibility 2.5s 0.5s;
  -webkit-transition: opacity 2.5s ease-in-out 0.5s, visibility 2.5s 0.5s;
  -ms-transition: opacity 2.5s ease-in-out 0.5s, visibility 2.5s 0.5s;
  transition: opacity 2.5s ease-in-out 0.5s, visibility 2.5s 0.5s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body.is-loading:after {
  opacity: 1;
  visibility: visible;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease;
  color: inherit;
  text-decoration: underline;
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 2.5rem 2.5rem 2.5rem 0;
}

#main {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  max-width: 100%;
  z-index: 1;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  text-align: left;
  -moz-transition: opacity 0.625s ease-in-out 0s;
  -webkit-transition: opacity 0.625s ease-in-out 0s;
  -ms-transition: opacity 0.625s ease-in-out 0s;
  transition: opacity 0.625s ease-in-out 0s;
}

#main > .inner {
  background-color: transparent;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  padding: 5rem 5rem;
  max-width: 100%;
  width: 40rem;
}

#main > .inner > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.is-loading #main {
  opacity: 0;
}

h1 br + br,
h2 br + br,
h3 br + br,
p br + br {
  display: block;
  content: " ";
  margin-top: 0.75rem;
}

h1 .li,
h2 .li,
h3 .li,
p .li {
  display: list-item;
  padding-left: 0.5em;
  margin: 0.75em 0 0 1em;
}

/* #text {
    font-family: 'Oswald';
    font-weight: 700;
} */

p {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Courier New";
  letter-spacing: 0.25rem;
  width: calc(100% + 0.25rem);
  font-size: 4.75em;
  line-height: 1.25;
  font-weight: 400;
}

.column > .inner {
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}

.column > .inner > * {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
}

.column > .inner {
  width: 100rem;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: -1rem;
  max-width: calc(100% + 2rem);
}

.column > .inner > :nth-child(1) {
  width: 100%;
}

.column {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.column > .inner > * {
  padding: 0.4375rem 1rem;
}

.column > .inner > * > * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.column > .inner > * > *:first-child {
  margin-top: 0 !important;
}

.column > .inner > * > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  width: 100%;
  position: relative;
  padding: 0;
  border: 0;
  height: 1rem;
  line-height: 1rem;
}

hr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  background-color: #ffffff;
  height: 2px;
}

.icons {
  cursor: default;
  padding: 0;
  letter-spacing: 0;
  font-size: 2em;
  width: calc(100% + 1.25rem);
  margin-left: -0.625rem;
  text-align: center;
}

.icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0.625rem;
}

.icons li a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 100%;
  width: 1em;
  height: 1em;
}

.icons li a svg {
  display: block;
  -moz-transition: fill 0.25s ease;
  -webkit-transition: fill 0.25s ease;
  -ms-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}

.icons li a .label {
  display: none;
}

.icons li a svg {
  width: 100%;
  height: 100%;
}

.icons .icon1 svg {
  /* fill: #ffffff; */
  fill: rgb(120 19 69);
}

.icons .icon1:hover svg {
  fill: rgb(197 12 109);
}

.icons .icon2 svg {
  fill: rgb(215 5 5);
}

.icons .icon2:hover svg {
  fill: rgb(238 128 30);
}

.icons .icon3 svg {
  fill: rgb(5 135 24);
}

.icons .icon3:hover svg {
  fill: rgb(143 216 16);
}

.icons .icon4 svg {
  fill: rgb(2 76 152);
}

.icons .icon4:hover svg {
  fill: rgb(31 128 196);
}

@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }
}

@media (max-width: 980px) {
  body:before {
    background-image: linear-gradient(
        /* 110deg,
        rgb(38 38 38 / 69%) 30%,
        transparent 75% */
        90deg,
        rgb(38 38 38 / 50%) 10%,
        transparent 75%
      ),
      url("../assets/wall.jpg");
    position: relative;
    width: 100%;
    height: 45vh;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }

  html {
    font-size: 11pt;
  }

  body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000000;
  }

  #main {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #000000;
  }

  #main > .inner {
    background: none;
    width: auto;
    max-width: 75%;
  }

  #main p {
    text-align: inherit;
  }

  #wrapper {
    height: auto !important;
    min-height: 0;
    padding: 0;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }

  #main > .inner {
    padding: 3.5rem 2rem;
    max-width: 100%;
  }

  #wrapper {
    padding: 0;
  }

  /* #text {
        font-size: 3.5em;
    } */

  .column > .inner {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    max-width: 100%;
  }

  .column > .inner > :nth-child(1) {
    width: 100%;
    min-height: 100%;
    text-align: inherit;
  }

  .column {
    margin-top: 0.765625rem !important;
    margin-bottom: 0.765625rem !important;
  }

  .column > .inner > * {
    padding: 1rem 0;
  }

  .column > .inner > div:first-child {
    padding-top: 0;
  }

  .column > .inner > div:last-child {
    padding-bottom: 0;
  }

  .divider {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #wrapper {
    padding: 0;
  }
}

@media (max-width: 360px) {
  #main > .inner {
    padding: 2.625rem 1.5rem;
  }

  #wrapper {
    padding: 0;
  }

  .icons {
    width: calc(100% + 0.9375rem);
    margin-left: -0.46875rem;
  }

  .icons li {
    margin: 0.46875rem;
  }
}
