*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
  background-size: cover!important;
  background-attachment: fixed;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
}
header, section {
  min-height: 100vh;
  height: auto;
}
section {
  padding: 100px 0 50px 0;
}
header {
  background: #2A1648 url("../img/header_bg.jpg") no-repeat scroll 50% center;
  padding: 100px 0 0 0;
  background-size: cover;
}
.ava img {
  border: 5px solid #fff;
  border-radius: 50%;
	max-width: 100%;
}
h1 {
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	text-transform: uppercase;
}
p.aboutme {
	color: #2A1648;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 2px white;
}
p.icons {
	text-align: center;
}

p.icons a {
  border: 5px solid #2A1648;
  border-radius: 50%;
  color: #2A1648;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  margin: 0 10px;
  padding: 5px;
  width: 50px;
	transition: all 0.25s ease 0s;
}
p.icons a:hover {
	color: #2A1648;
	background-color: #fff;
}
