

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	min-height: 100vh;

	/* display: none; */
	
	background: linear-gradient(217deg, rgba(255,120,108,.8), rgba(255,120,108,0) 30.71%),
            linear-gradient(127deg, rgba(103,225,218,.8), rgba(103,225,218,0) 30.71%),
            linear-gradient(336deg, rgba(191,116,248,.8), rgba(191,116,248,0) 30.71%);
color: #3760a3;

	background-size:cover;
	background-attachment: fixed;
}

h2{
	text-align: center;

	font-size: 32px;
	line-height: 42px;
}


.topnav {
	position: fixed;
	z-index: 5;
	width:100%;
	background-image: linear-gradient(to right, rgba(226,202,250,1), rgba(255,255,255,.5));
	font-family: 'VT323'; 
}

.topnav a {
  float: left;
  color: #6b9e9a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.5rem;


}

.topnav a:hover {
  background-color: #b395d0;
  color: #f2f2f2;
}

.topnav a.active {
  background-color: #ff7f8a;
  color: white;
}

.active {
  background-color: #ff7f8a;
}


.contact-section{
	padding-left: 15px;
	padding-top: 100px;
	padding-right: 15px;

	display: grid;
	grid-template-columns: 1fr;
}

.contact-info{
	font-family: 'VT323'; 
	font-size: 32px;
}

.contact-info h3{
	margin-bottom: 30px;
}

.contact-info .text{
	font-family: 'VT323'; 
	line-height: 26px;
	margin-bottom: 20px;
}

.contact-info img{
	display: none;
}

form{

	background: transparent;
}

form .block{
	position: relative;
}

form .block i{
	position: absolute;
	line-height: 50px;
	left: 15px;
	font-size: 18px;
	color: #fd8c02;
}

form input, form textarea{
	display: block;
	margin-bottom: 30px;
	outline: none;
	font-size: 16px;
	padding-left: 45px;
		font-family: 'Chakra Petch'; 
	width: 100%;
	border:  thin solid #d4d4d4;
	color: #555;
}

form input{
	height: 50px;
	
}

form input:focus,
form textarea:focus{
	border: 1px solid #fd8c02;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

form textarea{
	font-family: 'Chakra Petch'; 
	min-height: 150px;
	padding-top: 15px;
	line-height: 24px;
}

form button{
	/*height: 50px;*/
	padding: 15px 20px;
	font-size: 16px;
	border: thin solid #d4d4d4;
	background: #ff786c;
	color: white;
	cursor: pointer;
			font-family: 'Chakra Petch'; 

}

form button.disabled{
	opacity: 0.2;
			font-family: 'Chakra Petch'; 

}

form button i{
	display: inline-block;
		font-family: 'Chakra Petch'; 

	padding-left: 20px;
	transform: scale(1.2);
}

form button:hover{
	background: #c799f5;
		font-family: 'Chakra Petch'; 

}
form button:active{
	background: green;
	color: #fff;
		font-family: 'Chakra Petch'; 

}

.error{
	color: #a71f1f;
	margin-top: 20px;
	background: #fde3e8;
	padding: 10px;
	display: none;
}

.success{
	color: #086508;
	margin-top: 20px;
	background: #c9fdc9;
	padding: 10px;
	display: none;
}

.please-wait{
	text-align: center;
	margin-top: 30px;
	font-weight: 900;
}

.namebox {
	padding-top: 10vw;

	padding-left: 5vw;
	width: 15%;
}
        
.name-fit {
    max-width: 50%;
    max-height:50%;
}

.linkedin{
	position: fixed;
	bottom: 2%;
	left: 140px;
	
}

.linkedin .img-top{
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}


.linkedin:hover .img-top{
display: inline;
}


.vimeo{
	position: fixed;
	bottom: 2%;
	left: 85px;
}

.vimeo .img-top{
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.vimeo:hover .img-top{
display: inline;
}

.instagram{
	position: fixed;
	bottom: 2%;
	left: 30px;
}

.instagram .img-top{
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.instagram:hover .img-top{
display: inline;
}

.email{
	position: fixed;
	bottom: 2%;
	left: 195px;
}

.email .img-top{
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}

.email:hover .img-top{
display: inline;
}


.iconcontainer {
position: fixed;
margin: auto; 
width: 100%;
bottom: 2%;
text-align: center;
z-index: 10;
}

@media (min-width: 750px){
	.contact-section{
		top:15%;
		grid-template-columns: 1fr 1fr;
		max-width: 900px;
		margin: 50px auto;
		border:  thin solid #e4e4e4; 
padding: 0;

		font-family: 'VT323'; 
		/* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); */
	}

	.contact-info{
			text-align: center;
	font-family: 'VT323'; 
		font-size: 32px;

		background: #f8f8f8;
		padding: 40px 20px;
		color: #3760a3;
	}

	.contact-info img{
		display: block;
		width: 400px;
		margin: 40px auto;
	}

	form{
	background: #fff;
		padding: 40px 20px;
	}
}
