@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');



* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(https://static.canva.com/web/images/371e3c3d29934b8f337db83ad7259c73.png), black;*/
	/**/
}

#Home {
	/*position: relative;*/
	/* overflow-x: hidden; */
	height: 100vh;
	background-color: black;
}

.for-same-left-start {
	
}

.logo {
	display: flex;
	position: fixed;
	top: 3vh;
	z-index: 10;

}

.logo img {
	z-index: 10;
	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: white;

}

.nav {
	z-index: 10;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70vw;
}

.nav nav {
	position: relative;
	top: 4vh;
	z-index: 10;
}

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

}

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

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

.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: red;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.nav-a:hover {
  color: gold;
  /*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: 10;
}

.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: white;
	margin: 1vw;
	font-stretch: 2vw;
	text-align: center;
}

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


.features-home {
	width: 50vw;
	color: white;
	/* margin-bottom: 5vh; */

}

.features-home div {
	top: 8vh;
	margin-left: 3vw;
	/* text-align: center; */
	font-size: 8vw;
	-webkit-background-clip: text;
    background-image: url(https://media2.giphy.com/media/HkEDr0jVekaZO/giphy.gif?cid=790b761…&ct=g&rid=giphy.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: relative;
	font-weight: 900;
	font-family: 'Anton', sans-serif;

}

.features-home div h2 {
	color: transparent;
	margin-top: -8vh;
}

.features-home div p {
	font-size: 2vw;
	color: gold;
	font-family: sans-serif;
	margin-bottom: 10vh;
	
}


