html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: helvetica;
}

html {
	background: url('background.png') no-repeat;
}

.button {
	opacity: .6;
  	background-color: black;
    border: 2px;;
    border-radius: 25px;
    color: #97e300;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: helvetica;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    box-shadow: 5px 5px 5px #97e300;
}

.button:hover {
	color: white;
	/* color: #0f74b3; */
}

#navbar {
    left: 700px;
    top: 125px;
    width: 1000px;
    position: absolute;
}

#logo img {
	position: absolute;
    left: 250px;
    width: 400px;
    height: 350px;
    top: -100px;
   
}

::-webkit-scrollbar {
    width: 10px;
    background: transparent; /* make scrollbar transparent */
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #97e300; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #97e300; 
}

#main {
	opacity: .8;
	height: 500px;
	width: 850px;
	top: 200px;
	left: 450px;
	position: absolute;
	margin: auto;
	border: 2px;
    border-radius: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
	background-color: black;
	box-shadow: 5px 5px 5px #97e300;
	box-shadow-opacity: .2;
}

#main .text {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	width: 230px;
	height: 280px;
	top: 120px;
	word-wrap: break-word;
	padding-right: 10px;
	text-align: center;
}

#main .scroll {
	overflow: hidden;
}

#main .content {
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	position: absolute;
}

#main .content img {
	width: 240px;
	height: 100px;
	top: 10px;
}

#main .image {
	width: 600px;
	height: 500px;
	position: absolute;
}

#main .content2 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 500px;
	position: absolute;
}

#main .content2 img {
	width: 240px;
	height: 100px;
	top: 100px;
}

#main .image2 {
	width: 600px;
	height: 500px;
	top: 500px;
	position: absolute;
}

#main .content3 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 1000px;
	position: absolute;
}

#main .content3 img {
	width: 230px;
	height: 100px;
	top: 100px;
}

#main .image3 {
	width: 600px;
	height: 500px;
	top: 1000px;
	position: absolute;
}

#main .content4 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 1500px;
	position: absolute;
}

#main .content4 img {
	width: 230px;
	height: 100px;
	top: 100px;
}

#main .image4 {
	width: 600px;
	height: 500px;
	top: 1500px;
	position: absolute;
}

#main .content5 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 2000px;
	position: absolute;
}

#main .content5 img {
	width: 230px;
	height: 100px;
	top: 100px;
}

#main .image5 {
	width: 600px;
	height: 500px;
	top: 2000px;
	position: absolute;
}

#main .content6 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 2500px;
	position: absolute;
}

#main .content6 img {
	width: 230px;
	height: 100px;
	top: 100px;
}

#main .image6 {
	width: 600px;
	height: 500px;
	top: 2500px;
	position: absolute;
}

#main .content7 {
	text-align: center;
	color: #97e300;
	font-size: 18px;
	font-weight: bold;
	left: 600px;
	height: 500px;
	width: 250;
	top: 3000px;
	position: absolute;
}

#main .content7 img {
	width: 230px;
	height: 100px;
	top: 100px;
}

#main .image7 {
	width: 600px;
	height: 500px;
	top: 3000px;
	position: absolute;
}

#main2 {
	opacity: .8;
	height: 500px;
	width: 850px;
	top: 200px;
	left: 450px;
	position: absolute;
	margin: auto;
	overflow: hidden;
	overflow-y: scroll;
	border: 2px;;
    border-radius: 25px;
	background-color: black;
	box-shadow: 10px 10px 5px #97e300;
}

#main2 .text {
	text-align: center;
	color: #97e300;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	left: 50px;
	width: 700px;
	height: 280px;
	top: 20px;
	align: center;
}

#main2 .text2 {
	text-align: left;
	color: white;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 100px;
	word-wrap: break-word;
}

#main2 .text3 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 100px;
	word-wrap: break-word;
}

#main2 .faqtext {
	text-align: left;
	color: #97e300;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	width: 600px;
	height: 280px;
	top: 100px;
	word-wrap: break-word;
}

#main2 .faqtext2 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 150px;
	word-wrap: break-word;
}

#main2 .faqtext3 {
	text-align: left;
	color: #97e300;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	width: 600px;
	height: 280px;
	top: 200px;
	word-wrap: break-word;
}

#main2 .faqtext4 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 260px;
	word-wrap: break-word;
}

#main2 .faqtext5 {
	text-align: left;
	color: #97e300;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	width: 600px;
	height: 280px;
	top: 370px;
	word-wrap: break-word;
}

#main2 .faqtext6 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 420px;
	word-wrap: break-word;
}
#main2 .faqtext7 {
	text-align: left;
	color: #97e300;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	width: 600px;
	height: 280px;
	top: 520px;
	word-wrap: break-word;
}

#main2 .faqtext8 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 570px;
	word-wrap: break-word;
}

#main2 .faqtext9 {
	text-align: left;
	color: #97e300;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	width: 600px;
	height: 280px;
	top: 620px;
	word-wrap: break-word;
}

#main2 .faqtext10 {
	text-align: left;
	color: white;
	font-size: 18px;
	position: absolute;
	left: 150px;
	width: 600px;
	height: 280px;
	top: 670px;
	word-wrap: break-word;
}

.discord {
	opacity: .6;
	left: 1350px;
	top: 200px;
	width: 300px;
	height: 350px;
	position: absolute;
	border: 1px;;
    border-radius: 5px;
	box-shadow: 5px 5px 5px #97e300;
}

#facebook {
	opacity: .6;
	left: 1350px;
	top: 575px;
	width: 305px;
	position: absolute;
	border: 1px;;
    border-radius: 5px;
	box-shadow: 5px 5px 5px #97e300;
}

.youtube {
	opacity: .6;
	left: 1670px;
	top: 200px;
	width: 230px;
	height: 350px;
	position: absolute;
	border: 1px;;
    border-radius: 5px;
	box-shadow: 5px 5px 5px #97e300;
}

.google {
	opacity: .6;
	left: 1670px;
	top: 575px;
	width: 230px;
	height: 130px;
	position: absolute;
	border: 1px;;
    border-radius: 5px;
	box-shadow: 5px 5px 5px #97e300;
}

.partners {
	opacity: .6;
	left: 100px;
	top: 200px;
	width: 300px;
	height: 350px;
	position: absolute;
	border: 1px;
    border-radius: 5px;
}

.partners img {
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 200px;
}

.label {
	font-size: 28px;
	font-weight: bold;
	color: #97e300;
}

#footer {
	opacity: .6;
	height: 100px;
	width: 750px;
	top: 730px;
	left: 550px;
	margin: auto;
	position: absolute;
	border: 2px;
    border-radius: 25px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.link {
	color: white;
}

.dp {
	position: relative;
	display: inline-block;
}

.dropdown {
	opacity: .6;
	position: absolute;
	background-color: black;
	border: 2px;
    border-radius: 25px;
    color: #97e300;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 5px 5px 5px #97e300;
    z-index: 1;
}

.dropdown a {
	color: #97e300;
	padding: 10px 12px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	font-size: 18px;
	font_weight: bold;
	color: white;
	/* color: #c92e5a; */
}

.dp:hover .dropdown {
	display: block;
}

.scale {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	z-index: 1;
}










