

body{
	margin:0px;
	resize:none;
}	

.navbar{
	font-family: Roboto;
	font-size: 120%;
	color: white;
	background-color: transparent;
	box-shadow: 0px 5px 20px #00000029;
	opacity: 1;
}

.left img{
	width: 20%;


}
.right{
	list-style-type: none;
	position: absolute;
	right: 70px;
	padding-left: 32%;
	padding-top:1%;
}

.left{
	list-style-type: none;
	position: absolute;
}


.right a{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: inherit;
}

.right a::after{
	content: '';
	display: inline;
	display: block;
    width: 0%;
    height: 4px;
    background: #5CFF33;
    transition: width 0.5s;
}

.right a:hover::after{
	width:100%;
}

.dropdown-content a:hover::after{
	width:0%;
}

.intro{
	height: 100%;
	padding-bottom: 10%;
	margin: none;
	background-image: url("intro.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.dropdown{
	display: inline;
  overflow: hidden;
}

.dropbtn{
	font-size: 100%;
	color: white;
	background-color: transparent;
	padding: 10px;
	text-decoration: none;
	border: none;
	font-family: Roboto;
}

.dropdown-content{
	border-radius:5px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	border-radius:5px;
	color: black;
	padding: 20px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }

  .dropdown-content a:hover {
	background-color: #ddd;
  }

  .dropdown:hover .dropdown-content {
	display: block;
  }

.intro div{
	color:white;
	font-size: 150%;
}

.intro div h1
{
	text-shadow: 2px 2px 4px #000000;
	padding-top: 16%;
	margin:0px;
	color:rgb(211, 211, 211);
	font-family: Roboto ;
}

.intro p{
	text-shadow: 2px 2px 4px #000000;
	background-color: rgba(31, 31, 31, 0.295);;
	color:white;
	border-radius: 10px;
	font-family: Roboto;
	margin-left: 15%;
	margin-right:15%;
}

.intro button{
	font-size:18px;
	font-family: Roboto;
	color: black;
	background-color: rgb(118, 255, 83);
	box-shadow: 0 6px rgb(77, 172, 0);
	border:none;
	width:200px;
	height: 50px;
	border-radius: 5px;
	
}

.intro button:hover{
	color:rgb(46, 46, 46);
	
}

.intro button:active{
 color: black;
 background-color: rgb(118, 255, 83);
 box-shadow: 0 3px rgb(77, 172, 0);;
 transform: translateY(3px);
}

.intro button:hover{
	background-color: rgb(119, 255, 119);
}

.ipwrap{
	background-color: rgb(22, 22, 22);
}

.ip{
	display: table-cell;
	vertical-align: middle;
	font-family: Roboto;
	font-size: 150%;
	background-color: rgb(22, 22, 22);
	color: white;
	height: 100px;
}

mark.green{
	color:#5CFF33;
	background: none;
}

.ip button{
	border-radius: 5px;
	border: none;
	background-color: #5CFF33;	
	padding-left: 10%;
	padding-right: 10%;
	padding-top:4%;
	padding-bottom: 4%;
	font-size: 120%;
	margin-top: 3%;
}
.wrapabout{
	background-color: rgb(36, 36, 36);
}

.about{
	padding-top: 2%;
	font-size: 150%;
	color:  rgb(172, 172, 172);
	font-family: Roboto;
	background-color: black;
	
}

.about p{margin:0px;}

 .first{
	padding-left: 10%;
	padding-right: 10%;
	padding-top:2%;
	font-size: 90%;
}

.hr1{
	height: 3px;
	width: 20%;
	background-color: rgb(70, 255, 147);
	border: none;
}
.secondwrap
{
	display:table;
	padding-bottom: 4%;
}
.second{
	padding-left:5%;
	padding-top: 2%;
	display:table-cell;
}

.second2{
	padding-top: 4%;
	padding-right:5%;
	padding-left:5%;
	display:table-cell;
}

.trailerwrap p{
	margin: 0px;
	padding: 2%;
	font-size: 250%;
	font-family: Roboto;
	color: rgb(144, 255, 144);
}

.trailer {
	background-color: black;

}

.trailer iframe{
	display:block;
    width:80%;
	border: none;
	padding-bottom: 4%;
}

.footer{
	display : flex;
	align-items : center;
	justify-content: center;
	color: white;
	font-family: Roboto;
	font-size: 120%;
	padding:3%;
	background-color: green;
	border-bottom:10px solid rgb(0, 99, 0);
}


.copyright{
	display:table-cell;
	position: absolute;
	left: 3%;
}

.middle a{
	padding:1%;
}

.middle li{
	text-decoration: none;
	list-style-type: none;
}


.social{
	display:table-cell;
	position: absolute;
	right: 10%;
}

.social a{
	text-decoration: none;
	color: inherit;
}

.social i{
	display:inline;
	margin-left:50%;
}

.social i:hover{
	color: black;
}

.socialwrap{
	overflow: hidden;
	height: 570px;
	width: 100%;
	font-family: Roboto;
	color: rgb(110, 110, 110);
	background-color: rgb(19, 19, 19);

}

.topinst{
	display : flex;
	padding-left:3%;
	padding-right:3%;
	align-items : center;
	justify-content: center;
	background-color:  rgb(144, 255, 144);
	height:50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.instagram{	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	display:inline-block;
	border-radius: 20px;
	width:290px;
	background-color: rgb(19, 19, 19);
	padding-bottom: 1%;
	margin-left:5%;
}

.instagram span{
	text-shadow: 1px 1px 5px #000000;
	vertical-align: middle;
	color: white;
}

.instagram i{
	padding-top:5%;
	color:  rgb(144, 255, 144);;
}




.topfb{
	display : flex;
	align-items : center;
	justify-content: center;
	background-color:  rgb(144, 255, 144);
	height:50px;
	padding-left:3%;
	padding-right:3%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.fb{	
	display:inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	left: 21%;
	border-radius: 20px;
	width:290px;
	background-color: rgb(19, 19, 19);

	padding-bottom: 1%;
}

.fb span{
	text-shadow: 1px 1px 5px #000000;
	color: white;
}

.fb i{
	padding-top:5%;
	color:  rgb(144, 255, 144);;
}

.instagram p .fb p{
	padding-top:10%;
}
.instagram p{
	color: rgb(172, 172, 172);
}

.fb p{
	color:  rgb(172, 172, 172);
}

.title p{
	margin: 0px;
	padding: 2%;
	font-size: 250%;
	font-family: Roboto;
	color: rgb(144, 255, 144);
}

.socialwrap button{
	font-size:14px;	font-family: Roboto;
	color: black;
	background-color: rgb(118, 255, 83);
	box-shadow: 0 6px rgb(77, 172, 0);
	border:none;
	width:120px;
	height: 40px;
	border-radius: 5px;

	
	
}



.socialwrap button:hover{
	color:rgb(46, 46, 46);
	
}

.socialwrap button:active{
 color: black;
 background-color: rgb(118, 255, 83);
 box-shadow: 0 3px rgb(77, 172, 0);;
 transform: translateY(3px);
}

.socialwrap button:hover{
	background-color: rgb(119, 255, 119);
}
