* {
	margin: 0;
	padding: 0;
	/* background-color: black; */
	cursor: none;
}

#Home {
	/*overflow-x: hidden;*/
	position: relative;
  height: 100vh;
  width: 100vw;
}

.logo img {
	position: fixed;
	z-index: 5;
	text-shadow: 0 20px 40px rgba(0,0,0,.5);
	width: 10vw;
	left: 1vw;
	top: 3vh;
}


.videooo {
	display: flex;
	justify-content: center;
	/*overflow-x: hidden;*/
	width: 100vw;
	height: 100vh;
	position: relative;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
  filter: brightness(10%);
}

video {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.quote {
	position: fixed;
	left: 50%;
	top: 50%;
  transform: translate(-50%, -50%);
	

	
}

.quote-line {
	display: block;
	text-align: center;
	color: white;
	font-family: sans-serif;
	font-size: 6vw;
	font-weight: 900;
	


}

.quote-line-1-1 {
	border: 1px solid white;
	border-radius: 100px;
	padding-left: 2vw;
	padding-right: 2vw;
	text-decoration: none;
	text-decoration-style: none;
}

.quote-line-2 {
	color: darkorange;
}

.quote-line-3 {
	color: darkorange;
}

.quote span a {
	text-decoration: none;
	list-style-type: none;
	color: white;
}

.social {
	position: fixed;
  left: 5vw;
  top: 67vh;
	
}

.social ul {
  text-decoration: none;
}

.social ul li {
  text-decoration: none;
  list-style-type: none;

}

.social ul li a img {
  text-decoration: none;
  width: 2vw;
  margin-bottom: 3vh;
}










.sound {
position: fixed;
left: 95vw;
top: 75vh;
writing-mode: vertical-rl;
text-orientation: mixed;
color: rgb(161, 161, 161);
font-size: 3vh;
}



.hover-this {
  transition: all 0.3s ease;
  padding: 10vw;
}

.sound span {
  display: inline-block;
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size: 3vh;
  text-transform: uppercase;
  pointer-event: none;
  transition: transform 0.1s linear;
}






.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.5rem;
  background-color: #fff;
  background-color: darkorange;
  border-radius: 50%;
  mix-blend-mode: difference;
  transition: transform 0.3s ease;
}

.hover-this:hover ~ .cursor {
  transform:translate(-50%, -50%) scale(25);
}

@media(min-width: 900px) {
  nav {
    display: flex;
    justify-content: space-around;
  }
}

@media(max-width: 900px) {
  nav {
    top: 30%;
  }
  
  .hover-this {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
  }
}


.quote-line-1:after{
    content:'EXPLORE';
}
.quote-line-1:hover:after{
    content:'PUSH';
}

.quote-line-2:after{
    content:'THE';
}
.quote-line-2:hover:after{
    content:'YOUR';
}

.quote-line-3:after{
    content:'RACE';
}
.quote-line-3:hover:after{
    content:'LIMITS';
}

.quote-line-4:after{
    content:'WITHIN';
}
.quote-line-4:hover:after{
    content:'EACH';
}

.quote-line-5:after{
    content:'YOU';
}
.quote-line-5:hover:after{
    content:'DAY';
}

