
/*This is very inorganized, if you really need to find something just use ctrl F for now*/






.header {
  background-color: #80d4ff;
  opacity: 1;
  width: 1800px;
  height: 60px;
}

.nav {
	background-color: #b3ecff;
	height: 35px;
	width: 1800px;
	font-family:'Dosis', sans-serif;
	position: sticky;
  	top: 0;
  	z-index: 10000;
  	box-shadow: 0px 3px 5px #1e2338;
}

.main {
 max-height: 50000px;
 width: 80%;
 margin: 0 auto;
 background-color: white;
 min-height: 1800px;
 margin-top: -350px;
 position: relative;
}

.video {
	width: 100%;
	height: 400px;
	background-color: #80d4ff;
	margin-top: 30px;
	box-shadow: 0px 3px 5px #1e2338;
}

video {
	margin: auto;
	display: block;
	margin-top: -20px;
}

#vidtitle {
	text-align: center;
	font-family:'Dosis', sans-serif;
}

.footer {
	width: 1800px;
	height: 60px;
	background-color: #80d4ff;
}

.bannerads{
	position:relative;
	width: 150px;
	height: 350px;
	background-color: green;
	margin-top: 0px;
	z-index: 10;
}

h3 {
	color: white;
}

span {
	font-size: 8px;
	color: white;
}

img {
	position: relative;
	top: -25px;
	right: 25px;
}

#gears {
	position: relative;
	top: 0px;
	right: -0px;
}

#easteregg {
	float: right;
	background-color: orange;
	width: 50px;
	height: 100px;
	border: 2px solid gray;
	position: relative;
	margin-right: -300px;
	bottom: 200px;
}

.tageles {
	border: 8px solid gray;
	border-radius: 60px;
	width: 600px;
	height: 80px;
	text-align: center;
	font-family: 'Righteous', cursive;
	padding: 20px;
	font-size: 40px;
	margin-top: 80px;
	margin-left: 120px;
	padding-top: 30px;
	background-color: #aae1ff;
	box-shadow: 2px 5px 5px #1e2338;
}

.navtxt {
	padding: 10px;
	font-size: 20px;
	color: #5b5b5b;
}

.searchbox {
	margin: 5 auto;
	width: 400px;
	height:40px;
	position: relative;
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	border-radius: 10px;
}

.search {
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	background-color: #21b1ff;
	padding: 10px;
	box-shadow: 0px 3px 5px #1e2338;
}

.cur {
	color: red;
}

.mainbox {
	position: relative;
	display: inline-block;
	border: 8px solid gray;
	border-radius: 60px;
	width: 250px;
	height: 250px;
	padding: 30px;
	margin: 40px;
	margin-left: 70px;
}

.mbtxt {
	position: relative;
	top: 30px;
	font-family:'Dosis', sans-serif;
	font-size: 75px;
	color: white;
}

#mb3 {
	position: relative;
	bottom: 150px;
	background-color: #e2781b;
}

body {
  background-color: gray;
}

* {
	margin: 0;
}

#gears{
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 5px;
}

#first {
	width: 100px;
	height: 100px;
}

.title {
	margin-left: 60px;
	margin-top: -55px;
	position: relative;
	font-family: 'Dosis', sans-serif;
	font-size: 45px;
	color: black;
	font-style: none;
}

.textarea {
	width: 800px;
	height: 400px;
	border: 8px solid gray;
	margin: auto;
	border-radius: 60px;
	font-family: 'Righteous', cursive;
	text-align: center;
}

.boxgroup {
	margin: auto;
	position: relative;
	/*border: 1px solid black;*/
	width: 70%;

}

#bigtext{
	font-size: 60px;
	color: white;
	background-color: #3079d3;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;

}

#medtext {
	color: #005fb2;
	font-size: 30px;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: #ffa500;
}

a:active {
    text-decoration: none;
}

a:link .navtxt {
    text-decoration: none;
}

.navtxt:visited{
    text-decoration: none;
    color: #5b5b5b;
}

.navtxt:active {
    text-decoration: none;
    color: red;
}

.navtxt:hover {
    color: #ffa500;
}