body{
	font-family: 'Montserrat', sans-serif;
	background-color: #61006B;
	margin: 40px 57px 50px;
}


#header{
	background-color: #61006B;
	height: 90px;
	/*width: 100%;*/
	padding-top: 20px;
}

#logo img{
	height: 50px;
}
#menuabout a, #menuwork a, #menublog a{
	color: white;
	font-size: 15px;
	text-decoration: none;
}

#menuabout, #menuwork, #menublog {
	padding-top: 10px;
}



#menuabout:hover, #menuwork:hover, #menublog:hover{
	color: white;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:0.3px;
	font-size: 15px;
}	

/*#menuabout{
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-size: 15px;
}*/

#menucontact a{
	color: white;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:0.3px;
	font-size: 15px;
	text-decoration: none;
}	
#menucontact{
	padding-top: 10px;
}


#contact{
	font-size: 75px;
	color: #FFA200;
	font-weight: bold;
	margin-top: 70px;
}


.controls{
	color: #FFA200;
}


#sendbutton, #form_name, #form_lastname, #form_email, #form_phone, #form_message {
	border: 2px #FFA200 solid;
	background-color: transparent;
	border-radius: 0;
	color: white;
}
h2{
	font-size: 30px;
	color: #FFA200;
	/*font-weight: bold;*/
	margin-top: 35px;
	margin-bottom: 35px;
}

.send a{
	text-decoration: none;
	padding-bottom: 10px;
	color: #FFA200;
}

.backhome{
	font-size: 15px;
	color: #FFA200;
	font-style: italic;
/*	margin-top: 35px;
	margin-bottom: 35px;*/
	text-decoration: underline;
}
a:hover{
	color: white;
}

hr{
	margin-top: 50px;
	border-top: 2px solid white;
}


.fa-instagram, .fa-behance, .fa-linkedin {
	height: 15px;
  	color: white;
  	padding: 0 10px;
}

#footer{
	font-size: 15px;
	color: white;
}
