* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(https://static.canva.com/web/images/371e3c3d29934b8f337db83ad7259c73.png), black;*/
	/**/
}
#Home {
	position: relative;
	overflow-x: hidden;
	height: 100vh;
	color: #f6f2ef;
	background-color: black;
}

.for-same-left-start {
	
}


.logo-link {
	position: absolute;
	left: 2vw;
}

.logo {
	display: flex;
	/*position: absolute;*/
	/*top: 4vh;*/
	z-index: 10;
	left: 0vw;

}

.logo img {
	z-index: 5;
	text-shadow: 0 20px 40px rgba(0,0,0,.5);
	width: 5vw;
	margin-left: 2vw;
	margin-right: 2vw;
	text-align: left;
}

.logo span {
	font-size: 2vw;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 8vw;
	color: gold;

}

.logo-link {
	text-decoration: none;
	color: #f6f2ef;
	
}



.nav nav {
	position: relative;
	top: 3vh;
	z-index: 5;
}

.nav nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	right: 2vw;
	/*top: - 5vh;*/

}

.nav nav ul li {
	list-style-type: none;
}

.nav nav ul li a {
	text-decoration: none;
	color: #f6f2ef;
	margin: 1vw;
	font-size: 2vw;
}

.joiiin {
	position: absolute;
	right: 3vw;
}
/*
.nav nav ul li a:hover {
	color: gold;
	text-decoration: underline red;

}*/

.nav-a {
  position: relative;
  /*display: block;*/
  text-decoration: none;
  font-family: "Lato";
  /*font-size: 2rem;*/
  color: #ecf0f1;
  /*text-transform: uppercase;*/
  /*padding: 4px 0;*/
  transition: 0.5s;
}
.nav-a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #ff7000;
  background: white;
  /*background: red;*/
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.nav-a:hover {
  color: #95a5a6;
  color: red;
  color: gold;
}
.nav-a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.columns a {
	border: 1px solid white;
	border-radius: 50px;
	padding: 5px 10px;
}
.dropdown a {
	border: none;
}

.columns {
	/*display: relative;*/
}

.dropdown {
    display: none;
    position: absolute;
}

.dropdown a {
	margin-bottom: -2vh;
	padding: -2vh;
}

.columns:hover .dropdown {
    display: grid !important;
}

.nav-a-b:hover {
	background-color: white;
	color: black;
	transition-duration: 0.5s;
}




.nav2 nav {
	position: fixed;
	top: 4vh;
	right: 0vw;
	z-index: 5;
}

.nav2 nav ul {
	/*display: flex;*/
	/*justify-content: right;*/
	text-align: right;
	right: 2vw;
	top: 0vh;
}

.nav2 nav ul li {
	list-style-type: none;
	/*text-align: center;*/
}

.nav2 nav ul li a {
	text-decoration: none;
	color: gold;
	margin: 1vw;
	font-stretch: 2vw;
	text-align: center;
}

.nav2 nav ul li a:hover {
	color: #f6f2ef;
}

.h1 {
	position: absolute;
	width: 93.5vw;
	border-top: 0.1px solid #f6f2ef;
	top: 10.5vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.v1 {
	position: absolute;
	height: 100vh;
	border-left: 0.1px solid #f6f2ef;
	left: 2.5vw;

	top: 0vh;

}

.v2 {
	position: absolute;
	height: 100vh;
	border-left: 0.1px solid #f6f2ef;
	right: 2.5vw;
	top: 0vh;
}

.h2 {
	position: absolute;
	width: 80vw;
	border-top: 0.1px solid #f6f2ef;
	top: 15vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.h3 {
	position: absolute;
	width: 20vw;
	border-top: 0.1px solid #f6f2ef;
	top: 17vh;
	left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.quote {
	width: 50vw;
	text-align: left;
	margin-left: 4vw;
	margin-right: 2vw;
	margin-top: 10vh;
	margin-bottom: -15vh;
}

.quote span{
	font-size: 4vw;
	font-family: sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 10;
	position: relative;

}

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

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

}

.volt-in-big-words {
	font-size: 25vw;
	font-weight: 900;
	font-family: "Staff XX Condensed";
	font-family: sans-serif;
	font-style: normal;
	/*text-align: left;*/
	/*margin-left: 2vw;*/
	/*margin-right: 2vw;*/
	position: absolute;
	mix-blend-mode: multiply;
	background: black;
	/*background: url(https://static.canva.com/web/images/371e3c3d29934b8f337db83ad7259c73.png), black;*/
	color: white;
	width: 100%;
	height: 100%;
	/*top: 0;*/
	/*left: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;

}

.volt-in-big-words h1 {
	z-index: 5;
		font-stretch: expanded;


}
