@charset "UTF-8";
/* CSS Document */


body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	

}

a {
	
	text-decoration: none;
	
}


#anim {
	
	
	position: fixed;
	top:0px;
	padding-left: 15%;
	padding-bottom: 250px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 3050;
	background-color: white;
	
	
}
	




.come-inlate {
	
  transform: translateY(0);
  transition: transform 1.2s ease-in-out;
	
}


.come-in {
  transform: translateY(0);
  transition: transform .7s;
	
 	
}


.startposition {

	transform: translateY(380px);

}



#menu3  {
	
	
	margin: 0px;
	top: 0px;
	width:  100%;
	height: 100px;
	background-color:rgba(76,45,188,1.00);
	text-align: center;
	margin-left: 0px;
	z-index: 1000;
	
	
}


#name3  {
	
	
	display: inline-block;
	width: 400px;
	
	
	
}

#name3 h1 {
	
	font-family:"Urbane Medium";
	font-size: 40px;
	font-weight: lighter;
	letter-spacing: 3px;
	padding-top: 25px;
	color:#EA4D50;
	margin: 0 auto;

}


#list3  {
	
	width: auto;
	display: inline-block;
	right: 1%;
	top:25px;
	position: absolute;
	
	
}


#icons3 {
	
	width: 250px;
	display: inline-block;
	left: 2%;
	position: absolute;
	top:25px;
	height: 50px;;
	color:white;
	
	
}

#menu3 ul {  

	width: 500px;


}


#menu3 ul li{
	
	text-decoration: none;
	display:inline-block;
	width: 90px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:lighter;
	margin: 0;
	text-align: center;
	color: white;
	position: relative;
	padding-bottom: 10px;
}

#list3 a {
	
	text-decoration: none;
	color:white;
	
	
	
}


#list3 a.active {
	
	
	 text-decoration: line-through;
   	 color:#EA4D50 ;
	
}




#list3  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
	
  height: 2px;
  left: 50%;
  position: absolute;
  background:#EA4D50;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#list3  a:hover:after { 
  width: 100%; 
  left: 0; 
}



#menu2 {
	
	position: fixed;
	margin: 0px;
	top: 0px;
	width:  100%;
	height: 70px;
	background-color:#FFFFFF;
	text-align: center;
	margin-left: 0px;
	z-index: 3000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	
	
	
}

#name2  {
	
	
	display: inline-block;
	width: 400px;
	
	
	
}


#name2 h1 {
	
	font-family:"Urbane Medium";
	font-size: 20px;
	font-weight: lighter;
	padding-top: 15px;
	color:#EA4D50;
	letter-spacing: 2px;

}





.logo {
		
		padding-top: 20px;
		width: 160px;
		height: 50px;
		
		
	}


#logo2 {
	
	padding-top: 15px;
		width: 160px;
		height: 50px;
	
	margin: 0 auto;
	
	
}


#list2  {
	
	width: auto;
	display: inline-block;
	right: 1%;
	top:10px;
	position: absolute;
	
	
}


#icons2 {
	
	width: 250px;
	display: inline-block;
	left: 2%;
	position: absolute;
	top:10px;
	
	
}

#menu2 ul {  

	width: 500px;


}


#menu2 ul li{
	
	text-decoration: none;
	display:inline-block;
	width: 90px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:lighter;
	margin: 0;
	text-align: center;
	color:#1F272F;
	position: relative;
	padding-bottom: 10px;
}



#list2 a {
	
	text-decoration: none;
	color:#1F272F;
	
	
}

#list2  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:#EA4D50;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#list2  a:hover:after { 
  width: 100%; 
  left: 0; 
}

#list2 a.active {
	
	
	 text-decoration: line-through;
   	 color: #1F272F;
	
}



#icons2 .fa {
 
 	border: solid 2px white;
	color:#1F272F;
}

#icons2 .fa:hover {
 
 	border: solid 2px #EA4D50;
	transition: 0.3s;
}




.fa {
	
  
  height: 20px;
  width: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 8px;
  color:white;
  border: solid 2px rgba(76,45,188,1.00);	
  background-color: transparent;
	
}


.fa:hover {
	
	
 	border: solid 2px #EA4D50;
	transition: 0.3s;
	
	
}






#banner {
	
	width: 100%;
	height: 400px;
	background:#1C1C1E;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
	transform: scaleX(1.5);
} 

#content {
	
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
	
}



#contentinfo {
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 80%;
	height: auto;
	margin: 0 auto;
	background-color: white;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 10px;
	grid-template-areas: "one one"
						 "two three"
						 "four five";
	
	grid-auto-rows: auto;
	
	padding-bottom: 10px;
}


.aboutpanel {
	
	position: relative;
	width: 100%;
	text-align: center;
	background-color:rgba(241,241,241,1.00);
	margin: 0 auto;
	height: auto;
	overflow: hidden;

	
}

#content1 {
	
	grid-area: one;
	width: 100%;
}


#content2 {
	
	grid-area: two;
}

#content3 {
	
	grid-area: three;
}

#content4 {
	
	grid-area: four;
}

#content5 {
	
	grid-area: five;
}


.aboutimg {
	
	margin-top: 10px;
	width: 300px;
	height: 350px;
	position: relative;
	z-index: 100;
	
	
}

.ourgoalimg {
	
	width: 50vmax;
	height: 35vmax;
	position: relative;
	z-index: 100;
	
	
	
	
}

#thegoal {
	
	height: 300px;
	width: 80%;
	margin-bottom: 10px;
	text-align: left;
}




.rocket {
	
	width: 120px;
	height: 300px;
	position: absolute;
	z-index: 1000;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:160px;
	transition: transform ease-in-out 3s;
	
}


 .aboutpanel:hover .rocket {
	
	transform: translateY(-550px);
	
	
}


.aboutpanel h2 {
	
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 3vmax;
		margin-top:40px;
		background-color: transparent;
		position: relative;
		z-index: 100;
		color: white;
		margin-left: 10px;
		letter-spacing: 3px;
}


.aboutpanel p {
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1vmax;
	padding-top: 40px;
	width: 350px;
	height: 250px;
	z-index: 2000;
	position: relative;
	color:rgba(11,7,49,1.00);
	font-weight: lighter;
	margin: 0 auto;
}

.top{
	position: absolute;
	width: 100%;
	height: 100%;
	
	
}


.top img {
	
	width: 100%;
	height: 70%;
	
	
}

.aboutbtn {
	
	border:none;
	background-color:rgba(120,60,226,1.00);
	width: 250px;
	height: 50px;
	margin-bottom: 30px;
	color:white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	font-size: 18px;
	cursor: pointer;
	position:relative;
}








#footer {
	
	width: 100%;
	height: 200px;
	background-color: #1C1C1E;
	text-align: center;
	position: relative;
}



#footericons {
	
	width: 300px;
	margin: 0 auto;
	margin-bottom: -10px;
}


.footericon {
	
	
	color: rgba(114,114,114,1.00);
	margin-top: 30px;
	border: solid 2px #1C1C1E;
	
}


.footericon:hover {
	
	color:rgba(114,114,114,1.00);
	border: solid 2px rgba(114,114,114,1.00);
	
	
}




#footer p {
	
	
	color: rgba(114,114,114,1.00);
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	letter-spacing: 2px;
	font-size:12px;

	
}



@media (max-width:979px) {
	
	
		#menu3 {
		
		position: fixed;
		height: 70px;
		left: 0;
		right: 0;	
		z-index: 1000;
		
	}
	


	#list3 {
		
		visibility: hidden;
		
	}
	
	
	#icons3 {
		
		visibility: hidden;
		
	}
	

	#mobilemenu {
		
		visibility: visible;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(76,45,188,1.00);
		z-index: 3004;
		top: 0;
		
	}
	
	
	
	#burguermenu {
		
		
		cursor: pointer;
		position: fixed;
		top: 35px;
		right:7%;
		width: 30px;
		height: 25px;
		background-color:transparent;
		z-index: 3005;
	}
	
	
	.div1 {
		
		margin-bottom: 7px;
		transition: transform ease-in-out .2s;
	}
	
	.div2 {
		margin-bottom: 7px;
		transition: transform  ease-in-out  .2s;
	}
	
	.div3 {
	
		transition: transform  ease-in-out  .2s;
	}
	
	.div4 {
		width: 30px;
		height: 3px;
		background-color: white;
		
		
	}
	
	 .div1move  {
		
		
		margin-bottom: -3px;
		transform: rotate(45deg);
		
	}
	
	 .div2move  {
		
		margin-bottom: -3px;
		transform: rotate(-45deg);
	
		
	}
	
	 .div3move  {
		
		margin-bottom: -3px;
		width: 0px;
		height: 0px;
		
		
		
	}
	
	
	#mobilelinks {
		
		width:70%;
		height: auto;
		position: absolute;
		text-align: center;
		margin-top: 10%;
	
		
	}
	
	#mobilelinks ul {
		
		width: 200px;
		height: auto;
		margin-left: 30px;
		padding: 10px;
	}
	
	#mobilelinks li {
		
		width: 100%;
		height: 30px;
		text-decoration: none;
		font-size: 25px;
		color: white;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-weight: lighter;
		display: block;
		margin-bottom: 40px;
		letter-spacing: 2px;
		text-align: left;
		
	}
	
	#mobilelinks a li:hover {
		
		color: rgba(117,71,233,1.00);
		
		
	}
	
	
	#mobilelinks ul a li  {
		
		
		text-decoration: none;
		display: inline-block;
		color:white;
	}
	
	
	
	.mobilelogo {
		
		
		width: 120px;
		height: 40px;
		margin-left: 50px;
		display: block;
		margin-top: 20px;
		
		
	}
	

	
	.ourgoalimg {
		
		width: 65vmax ;
		
		height: 60vmax ;
	}
	
		.aboutpanel p {
		
		
		font-size: 1.5vw;
		width: 70%;
		
		
	}
	
	
	
		#thegoal {
	
	height: 300px;
	width: 80%;
	margin-bottom: 10px;
	text-align: left;
}

	
	

}




@media (max-width: 750px) {
	
	
	
	#menu3 {
		
		position: fixed;
		z-index: 3000;
		
	}
	
	
	
	#menu2 {
		
		visibility: hidden;
		
	}
	
	
	#content {
		
		margin-top: 70px;
		width: 100%;
		
	}
	
	
	#contentinfo {
		
		width: 100%;
		padding: 0px;
		grid-template-areas: "one one"
						 "two two"
						 "three three"
						 "four four"
						"five five";
		
	}
	
	
	
	.top{
	position: absolute;
	width: 100%;
	height: 100%;

	
}
	
	.panel {
		
		padding-bottom: 60px;
		
	}
	
	
	.panel p {
		
		
		width: 30vmax;
		
	}
	
	
	.panel h2 {
		
		font-size:30px;
		left: 13%;
    	right: 0;
    	margin-left: auto;
    	margin-right: auto;
		
	}
	
	
	
	#content1 {
		
		height: 950px;
		
		
	}
	
	
	
	#thegoal {
	
	height: 300px;
	width: 80%;
	margin-bottom: 10px;
	text-align: left;
}


	

	
	.aboutpanel p {
		
		
		font-size: 2.2vmax;
	
		
		
	}
	
	
	
	
		.ourgoalimg {
		
		width: 70vmax ;
		
		height: 60vmax ;
		
		
		
		
		
	}

}

