@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: 1000;
	background-color: white;
	
	
}
	




#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;
	
	
	
}

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


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


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

#icons3 .fa {
 
 	border: solid 2px rgba(76,45,188,1.00);
	
}

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


#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; 
}


.fa {
	
  
  height: 20px;
  width: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  color:white;
  
	
}


#banner {
	
	width: 100%;
	height: auto;
	margin-top: 80px;
	text-align: center;
}

#banner h1 {
	
	font-size:7vmax ;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 3px;
	width: 20vmax;
	margin: 0 auto;
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
	color:#1C1C1E;
	margin-right: 20px;
}

.txt-rotate {
	
	font-size:7vmax ;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 3px;
	width: 30vmax;
	margin-bottom: 55px;
	display: inline-block;
	text-align: left;
	color:rgba(76,45,188,1.00);
	
	
}




#contactinfo {
	
	width: 100%;
	height: auto;
	padding-top: 50px;
	
}


.infowraper {
	
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	
}

.info {
	
	display: flex;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
	
	
}

.info h1 {
	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 3px;
	color:#1C1C1E;
}


.info p {
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	
	
}



.info .fa {
	
	color:black;
	
	
	
}

.form {
	
	
	display: flex;
	height: auto;
	width:100%;
	margin-bottom: 20px;
}


input{
	
	width: 250px;
	height: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

textarea {
	
	width: 100%;
	height: 100px;
	display: flex;
	margin-bottom: 20px;
}

select {
	
	width:250px;
	height: 30px;
	margin-bottom: 20px;
	
	
}


#submit {
	
	
	width: 150px;
	height: 30px;
	background-color:rgba(76,45,188,1.00);
	color: white;
	border: none;
	font-size:15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	cursor: pointer;
}

.forminput {
	
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	
}

.forminput span {
	
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; 
	letter-spacing: 2px;
	font-weight: lighter;
}




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



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


.ficon: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: 1000;
		top: 0;
		
	}
	
	
	
	#burguermenu {
		
		
		cursor: pointer;
		position: fixed;
		top:35px;
		right:7%;
		width: 30px;
		height: 25px;
		background-color:transparent;
		z-index: 2000;
	}
	
	.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;
		
		
	}
	
	
	
	#banner {
		
		
		margin-top: 150px;
		
		
	}
	
	
	
	


}
@media (max-width: 750px) {

	.info {
		
		text-align: justify;
		grid-template-columns: 1fr;
		
	}
	
	
	#banner p {
		
		font-size: 4vmax;
		width: 50vmax;
		padding-left: 50px;
	}
	
	
	.infowraper {
		
		
		grid-template-columns: 1fr;
		
		
	}
	
	
	.info {
	
		text-align: center;
		
	}
	
	
	.form {
		
		text-align: center;
		
		
	}
	
}