@font-face {
  font-family: "Karvx";
  src: url("/fonts/Karvx.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Archivo-Regular";
  src: url("/fonts/Archivo/Archivo-Regular.ttf");
}

@font-face {
  font-family: "Archivo-Medium";
  src: url("/fonts/Archivo/Archivo-Medium.ttf");
}

@font-face {
  font-family: "Archivo-Thin";
  src: url("/fonts/Archivo/Archivo-Thin.ttf");
}

@font-face {
  font-family: "Archivo-Light";
  src: url("/fonts/Archivo/Archivo-Light.ttf");
}

@font-face {
  font-family: "Archivo-Bold";
  src: url("/fonts/Archivo/Archivo-Bold.ttf");
}

@font-face {
  font-family: "Archivo-SemiBold";
  src: url("/fonts/Archivo/Archivo-SemiBold.ttf");
}

.karvx {
  font-family: "Karvx", sans-serif;
}

.archivo {
  font-family: "Archivo-Regular", sans-serif;
}

.base {
  font-family: sans-serif;
}

* {
  font-family: "Archivo-Light";
  font: 1rem;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  padding-left: 5px;
  opacity: 1;
  /* Firefox */
}

#calltext {
  writing-mode: vertical-lr;
  position: absolute;
  top: 65px;
  z-index: 300;
  font-size: 20vh;
  opacity: 0.2;
}

#calltext.left-0 {
  line-height: 11vh;
}

#calltext.right-0 {
  line-height: 23vh;
}

.body-text {
  font-family: "Archivo-Light";
  font: 1rem;
  padding-bottom: 1rem;
}

a.body-text {
  font-size: 0.75rem;
}

.dashed {
  list-style: "- ";
}

.nav-text,
nav,
nav ul li {
  font-family: "Archivo-SemiBold" !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
}

.action {
  font-family: "Archivo-Medium" !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2.2rem;
  letter-spacing: 0.2rem;
}

.nav-text {
  font-size: 1rem;
}

footer,
footer * {
  font-family: "Archivo-Regular" !important;
  text-transform: capitalize;
  font-size: 1rem;
}

.footer-bold {
  font-family: "Archivo-Bold" !important;
  text-transform: capitalize;
  font-size: 1rem;
}

.eyebrow-text {
  font-family: "Archivo-Medium" !important;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding-bottom: 1.75rem;
  letter-spacing: 0.2rem;
}

.large-headline {
  font-family: "Archivo-Thin" !important;
  font-size: 2.5rem;
  padding-bottom: 1.5rem;
  line-height: 2.7rem;
  position: relative;
}

.secondary-headline {
  font-family: "Archivo-Light" !important;
  text-transform: capitalize;
  padding-bottom: 1.15rem;
  font-size: 2rem;
}


@media screen and (max-width: 320px) {
  

  .large-headline {
    font-family: "Archivo-Thin" !important;
    font-size: 1.3rem;
    padding-bottom: 1.5rem;
    line-height: 1.6rem;
  }


}

@media screen and (min-width:320px) and (max-width: 768px) {
  .eyebrow-text {
    font-family: "Archivo-Medium" !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-bottom: 1.25rem;
  }

  .large-headline {
    font-family: "Archivo-Thin" !important;
    font-size: 2rem;
    padding-bottom: 1.5rem;
    line-height: 2rem;
  }

  .secondary-headline {
    font-family: "Archivo-Light" !important;
    text-transform: capitalize;
    padding-bottom: 1.15rem;
    font-size: 1rem;
  }

  .wall p {
    font-family: "Archivo-Light" !important;
    font: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .wall h2 {
    font-family: "Archivo-Light" !important;
    text-transform: capitalize !important;
    padding-bottom: 1rem !important;
    font-size: 1.25rem !important; 
  
  }
  
  .wall h2 strong {
    font-weight:300 !important;
    
  }
}

body {
  /* z-index: 1; */
}

#status {
  z-index: 10;
}

#navbar {
  z-index: 100;
  background-color: rgba(237, 235, 226, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#plane {
  position: absolute;
  top: 55%;
  width: 100vw;
  opacity: 1;
}

@keyframes example {
  0% {
    bottom: 100%;
    position: absolute;
    /* z-index: 1; */
  }

  100% {
    bottom: 0%;
    position: fixed;
    /* z-index: 100; */
  }
}

@keyframes away {
  0% {
    bottom: 100%;
    position: absolute;
    /* z-index: 1; */
  }

  100% {
    bottom: 500%;
    position: fixed;
    /* z-index: 100; */
  }
}

@keyframes hide {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0, 120vh);
  }
}

#code {
  opacity: 0.25;
  position: relative;
  right: 0;
  bottom: 100%;
  animation-name: example;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 11;
}

#code2 {
  opacity: 0.25;
  position: absolute;
  left: 0;
  bottom: 100%;
  /* animation-name: example;
    animation-duration: 2s;
    animation-fill-mode: forwards; */
  z-index: 11;
}

.away {
  animation: hide 2s forwards ease-in-out !important;
  animation-delay: 2s !important;
}

.slider-wrapper {
  /* margin: 1rem; */
  position: relative;
  overflow: hidden;
  height: 115vh;
}

.slides-container {
  /* height: calc(100vh - 2rem); */
  height: 115vh;
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 4rem;
  /* background-color: white; */
  /* border-radius: 100%; */
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow svg {
  background-color: #fff;
  border-radius: 100%;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}

#slide-arrow-prev {
  left: 50px;
  /* padding-left: 0.25rem; */
  /* border-radius: 0 2rem 2rem 0; */
}

#slide-arrow-next {
  right: 50px;
  /* padding-left: 0.75rem; */
  /* border-radius: 2rem 0 0 2rem; */
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}

/* .slide:nth-child(1) {
background-color: #49b293;
}

.slide:nth-child(2) {
background-color: #b03532;
}

.slide:nth-child(3) {
background-color: #6a478f;
margin: 0;
}

.slide:nth-child(4) {
background-color: #da6f2b;
} */

.layout-static {
  /* position: fixed !important;
top: 0; */
}

.layout {
  position: relative;
}

#news_content > div {
  border-top: 1px solid black;
}

#news_content > div:nth-child(even) {
  border-left: 1px solid black;
}

@media screen and (max-width: 770px) {
  #news_content > div {
    border-top: none;
  }

  #news_content > div:nth-child(even) {
    border-left: none;
  }
}

#news_content > div:nth-child(1),
#news_content > div:nth-child(2) {
  border-top: none;
}

.subnav {
  z-index: 100;
  background-color: rgba(255, 255, 255, 1);
  /* background-color: rgba(237,235,226, 0.5); */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.morenav .subnav,
.morenav .subnavmobile {
  display: none;
}

.morenav {
  position: relative;
}

.morenav .subnav {
  left: -8px;
}

.morenav:hover .subnav,
.morenav:hover .subnavmobile {
  display: block;
}

.morenav a {
  color: #4b4a4a;
}

.frame {
  /* overflow:hidden; */
  /* position:relative; */
  /* z-index:1; */
  /* border:2px solid red; */
}

.bg {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .bg.bgfixed{
    position: fixed;
  } */

.bg img,
.bg video {
  z-index: 10;
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: center;
}

.layout-static .bg,
.bgtop {
  align-items: flex-start;
}

.bgbottom {
  align-items: flex-end;
}

.bgtop + .content {
  top: 25vh;
}

.bgtop.solidfooter + .content {
  top: 21vh;
}

@media screen and (min-width: 930px) and (max-width: 1200px) {
  .bgtop + .content {
    top: 19vh;
  }

  .bgtop.solidfooter + .content {
    top: 11vh;
  }
}

@media screen and (min-width: 650px) and (max-width: 929px) {
  .bgtop + .content {
    top: 16vh;
  }

  .bgtop.solidfooter + .content {
    top: 9vh;
  }
}

@media screen and (max-width: 949px) {
  .bgtop + .content {
    top: 10vh;
  }

  .bgtop.solidfooter + .content {
    top: 5vh;
  }
}

.content {
  position: relative;
  z-index: 20;
}

html {
  scroll-behavior: smooth;
}

.diagonal {
  border-left: 1px solid #041c78;
  padding-left: 40px;
  position: relative;
}

.diagonal:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #041c78;
  width: 60px;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
}

.diagonal-forward-blue {
  border-left: 1px solid #6d9bc3;
  padding-left: 40px;
  position: relative;
  padding-bottom: 50px;
}

.diagonal-forward-blue:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #6d9bc3;
  width: 60px;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
}

.diagonal-forward-orange {
  border-left: 1px solid #ff7800;
  padding-left: 40px;
  position: relative;
  padding-bottom: 50px;
}

.diagonal-forward-orange:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #ff7800;
  width: 60px;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
}

.diagonal-forward-red {
  border-left: 1px solid #ff000a;
  padding-left: 40px;
  position: relative;
  padding-bottom: 50px;
}

.diagonal-forward-red:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #ff000a;
  width: 60px;
  transform: rotate(-45deg);
  transform-origin: 0% 0%;
}

.diagonal-backwards-pink {
  border-left: 1px solid #fd58fe;
  padding-left: 40px;
  position: relative;
  padding-bottom: 50px;
}

.diagonal-backwards-pink:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #fd58fe;
  width: 60px;
  transform: rotate(-135deg);
  transform-origin: 0% 0%;
}

.diagonal-backwards-black {
  border-left: 1px solid #000;
  padding-left: 40px;
  position: relative;
  padding-bottom: 50px;
}

.diagonal-backwards-black:before {
  content: "";
  left: -1px;
  position: absolute;
  border-top: 1px solid #000;
  width: 60px;
  transform: rotate(-135deg);
  transform-origin: 0% 0%;
}

video.hat,
img.hat {
  /* border: 2px solid red; */
  padding-top: 295px;
  background-image: url("/images/common/blackhat.png");
  background-position: top;
  background-repeat: no-repeat;
}

video.hatpink {
  /* border: 2px solid red; */
  padding-top: 295px;
  background-image: url("/images/common/caafa9_vidhat.png");
  background-position: top;
  background-repeat: no-repeat;
}

video.hatred {
  /* border: 2px solid red; */
  padding-top: 295px;
  background-image: url("/images/common/1c0202_vidhat.png");
  background-position: top;
  background-repeat: no-repeat;
}

.arrow-right {
  width: 10px;
  height: 10px;
  /* padding-left: 10px; */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  left: -10px;
  font-size: 0px;

  border-left: 5px solid black;
}

.arrow-right.orange {
  border-left: 5px solid #ff7800;
}

.arrow-right.blue {
  border-left: 5px solid #6d9bc3;
}

h1 .arrow-right {
  font-size: 0px;
  top: 1rem;
  left: -20px;
  position: absolute;
}

.arrow-empty {
  width: 0;
  height: 0;
  /* padding-left: 10px; */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: relative;
  left: -10px;

  border-left: 5px solid transparent;
}

.fg--search {
  background: white;
  position: relative;
  width: 300px;
}

.fg--search input {
  width: 100%;
  padding: 20px 60px 20px 20px;
  display: block;
}

.fg--search button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 20px;
  z-index: 2;
}

.fg--search input:focus + button .fa-search {
  color: red;
}

.articles p {
  padding: 1rem 0;
}

.articles p a {
  font-weight: bold;
  text-decoration: underline;
}

.articles ul {
  list-style-type: disc;
  margin-left: 1rem;
}

#social svg {
  border: 1px solid black;
  height: 25px;
  width: 25px;
  padding: 3px;
}

.wall a {
  font-weight: bold;
}

.wall p {
  font-family: "Archivo-Light";
  font: 1rem;
  padding-bottom: 1rem;
}

.wall h2 {
  font-family: "Archivo-Light" !important;
  text-transform: capitalize;
  padding-bottom: 1.15rem;
  font-size: 2rem; 

}

.wall h2 strong {
  font-weight:300;
  
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}

details .description p {
  padding-bottom: 1rem;
}

/* details .description p:last-of-type{
  padding-bottom: 0;
} */
details .description p:empty {
  display: none;
}

details[open] {
  /* border: 2px solid red; */
}

details[open] summary {
  /* background-image: url("/minus-solid.svg"); */
}

details summary {
  /* background-image: url("/plus-solid.svg"); */
  background-repeat: no-repeat;
  background-position: right;
}

.wall a {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  details[open] summary {
    background-image: url("/minus-solid.svg");
  }

  details summary {
    background-image: url("/plus-solid.svg");
  }
}

#shortfooter {
  top: -400px !important;
  margin-bottom: -400px !important;
}

.previewrender > * {
  padding: 1rem 0;
}
