* {
  margin: 0;
  margin: 0;
  padding: 0;
 }

 a:link {
   color: red;
 }

  @font-face {
    font-family: OCR;
    src: url(OCRAEXT.TTF)
  }

  @font-face {
    font-family: OLD;
    src: url(OLD.ttf)
  }

  @font-face {
    font-family: plat;
    src: url(jenriv.otf)
  }

  @font-face {
    font-family: roman;
    src: url(roman.ttf)
  }

  html {
    height: 100%;
    width: 100%;
    overflow: hidden;  
}

a:visited {
  color: red;

}

#gif {       
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  position: fixed;
  left: 0;
  top: 0; 
  margin-bottom: 20vh; 
  opacity: 0.9;
  z-index: -3;
  filter: blur(0.2vh);
  width: 100vw;
}

#gif img {
  display:none;
  width: 80%;
}


#intro-title{  
  font-size: 17vh;
  text-align: center;
  margin-top: 120vh;
  color: white;
  display: flex;
  justify-content: center;
  font-family: "OLD";
  text-shadow: 5px 5px 15px black;   
  
}



#intro-subtitle{  
  font-size: 5.37vw;
  margin-top: 100vh;
  text-align: center;
  letter-spacing: 0.2vw;
  margin-bottom: 120vh;
  font-style: overline;
  color: red;
  display: flex;
  justify-content: center;
  font-family: 'Crimson Text', serif;
}



.toggle {
  display: inline-block;
  position: fixed;
  background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(255, 0, 0));
  height: 100%;
  width: 1.5vw;
  transition: 0.5s;
  z-index: 10;
}

.toggle:hover {
  width: 5.5vw;
}

#textclick {
  transform: rotate(-90deg);
  width: fit-content;
  letter-spacing: 0.5vw;
  position: fixed;
  font-weight: 500;
  left: -2vw;
  font-size: 1.5vh;
  top: 48Vh;
  color: white;
  opacity: 0.9;
  z-index: 3;
}

#textclick:hover {
  color: black;
  left: -1.8vw;
  z-index: 3;
}

.toggle input {
  visibility: hidden;
  z-index: 3;
}

.toggle input:checked ~ .hidden {
  visibility: visible;
  z-index: 3;
}

.toggle .hidden {
  visibility: collapse;
  width: 100vw;
  top: 0;
  height: 100vh;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%); 
  margin-top: 0;
  z-index: 5;
  position: absolute;
}

#textshown {
  font-size: 2.3vh;
  margin-top: 4vh;
  margin-left: 4vh;
  margin-right: 4vh;
  margin-bottom: 4vh;
  color: white;
}



.col1 {
  width: 40vw;
  height: 70vh;
  padding: 1vh;
  margin-bottom: 1vh;
  float: left;
}
.col2 {
  width: 40vw;
  height: 70vh;
  margin-right: 2.5vw;
  margin-top: 4vh;
  padding: 1vh;
  margin-bottom: 1vh;
  position: relative;
  float: right;
  right: 0;
  top: -3.5vh;
  z-index: 5;
}

.col3 {
  width: 35vw;
  height: 70vh;
  margin-right: 10vw;
  margin-top: 4vh;
  padding: 1vh;
  margin-bottom: 1vh;
  position: absolute;
  right: 15vw;
  top: 5vh;
  z-index: 5;
}


#titleabout {
  font-family: "OLD";
  font-size: 5vh;
}

#references {
  font-size: 1.75vh;
  color: white;
  z-index: 5;
}



#referencegif {
  position: absolute;
  top: 5vh; 
  left: 5vw;
  z-index: -1;
  opacity: 0.25;
  filter: blur(0.2vh);
}

#nameabout {

  opacity: 0.5;
  margin-top: 2.5vh;
}


.toggle2 {
  display: inline-block;
  position: fixed;
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(0, 0, 0));
  height: 100%;
  width: 1.5vw;
  right: 0;
  margin-right: 0.9vw;
  transition: .5s;
  z-index: 10;
}

.toggle2:hover {
  width: 5.5vw;
}

#textclick2 {
  transform: rotate(90deg);
  width: fit-content;
  letter-spacing: 0.5vw;
  position: fixed;
  right: -2.8vw;
  font-size: 1.5vh;
  top: 48Vh;
  font-weight: 500;
  color: white;
  margin-right: 1vw;
}

#textclick2:hover {
  color: red;
  right: -2.7vw;
  font-weight: 500;
  
}

.toggle2 input {
  visibility: hidden;
}

.toggle2 input:checked ~ .hidden2 {
  visibility: visible;
  z-index: 3;
}

.toggle2 .hidden2 {
  visibility: collapse;
  width: 100vw;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100vh;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%); 
  position: fixed;
}




#slidetext {
    font-family: "OLD";
    font-size: 18vh;
    width: 500em;
    top: 0;
    color: red;
    margin-bottom: 5.33vh;
    /* animation: slide 130s linear; */
    animation-iteration-count: infinite;
    position: fixed;
    margin-left: 380vw;
    z-index: -1;
}

@keyframes slide {
    from { left: 100% }
    to { left: -1200% }
}

body {
    font-family: 'Be Vietnam', sans-serif;
    height: 100%;
    margin:0;
    padding:0;
    overflow-y: scroll;
    overflow-x: hidden;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%); 
} 


.comments-container2 {
  margin: auto;
  width: 59vw;
  z-index: -2;
}

.comments-container2:hover {
 width: 60vw;
 -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition:  0.8s ease-out;

}

.comments-list2 {
  position: relative;
  z-index: -2;
  margin-top: 2vh;
  
  
}

.comments-list2 li {
  margin-bottom: 1.6vh;
  display: block;
  position: relative;
  z-index: -2;
  
  
}

.comment-avatar2 {
  background-color: grey;
  width: 10vh;
  height: 10vh;
  position: relative;
  float: left; 
  border-radius: 10vh;  
  overflow: hidden;
  z-index: -2;
}

.comment-avatar2 img {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  z-index: -2;
}

.comment-main-level2:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
  z-index: -2;
  
}

.comments-list2 .comment-box2 {
  width: 51vw;
  float: right;
  position: relative;
  z-index: -2;
}

.comment-box2 .comment-head2 {
  
  padding: 2.08vw;
  padding-bottom: 2vh;
  overflow: hidden;
  z-index: -2;
  
  
}


.comment-box2 .comment-name2 {
  color: black;
  font-size: 3.5vh;
  font-weight: 600;
  float: left;
  z-index: -2;
}



.comment-box2 .comment-content2 {
  
  padding: 2.08vw;
  font-size: 3vh;
  color: white;
  font-weight: 400;
  z-index: -2;
  
} 

#hashtag1:hover {
  opacity: 0.5;
}

#hashtag1 {
  color: red;
}

.comment-metric { 
  display: flex;
  align-items: left;
  justify-content: left;
  margin-top: 0.5vh;
  
}

.comment-image {
  
  margin-right: 0.67vw;
  position: relative;
  float: right;
  left: 0;
  opacity: 0.7;
  bottom: -1vh;
  
}
.metric-name {
  margin-right: 10.41vw;
  float: right;
  width: 6vw;
  opacity: 0.7;
}


.comment-image2 {
  
  margin-right: 0.52vw;
  position: relative;
  float: right;
  top: 0.3vh;
  opacity: 0.7;
  
}
.metric-name2 {
  margin-right: 10.41vw;
  float: right;
  width: 6vw;
  opacity: 0.7;
}

.comment-image3 {
  
  margin-right: 0.67vw;
  position: relative;
  float: right;
  opacity: 0.7;
  bottom: -0.5vh;
  
}
.metric-name3 {
  margin-right: 10.41vw;
  float: right;
  width: 6vw;
  opacity: 0.7;
}



#footnote {
  bottom: 2vh;
  width: 35em;
  font-size: 3vh;
  position: fixed;
  color: red;
  opacity: 0.5;
  animation: slide 20s linear;
  animation-iteration-count: infinite;
  position: fixed;
  z-index: -5;
  
}

@keyframes slide {
  from { right: -70% }
  to { right: 120% }
}

#footnote:hover {
  font-style: italic;

}


.go-top {
  position:relative;
  background-color: red;
  left: 50%;
  width: 10vw;
  padding:20px;
  cursor: pointer;
  margin-bottom: 20vh;
  margin-top: 20vh;
  z-index: 2;
}


.go-top-text {
	text-align: center;
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 2vh;
}

.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.1);
}

#overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0.0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%); 
  transition-property: opacity;
  transition-duration: 1s;
}

#overlay.active {
  opacity: 1.0;
  transition-property: opacity;
  transition-duration: 1s;
}

#loading {
  position: absolute;
  font-size: 2vh;
  letter-spacing: 0.2vw;
  color: black;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(255, 0, 0));
  height: 5vh;
  opacity: 0.0;
  transition-property: opacity;
  transition-duration: 0.5s;
}

#loading.active {
  opacity: 1.0;
  transition-property: opacity;
  transition-duration: 0.5s;
}

#space {
  position: relative;
  width: 100vw;
  height: 30vh;
}

.hangingindent {
  padding-left: 0.65vw ;
  text-indent: -0.65vw ;
}