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

body {
	font-family: 'Miriam Libre', sans-serif;
	margin: 0;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: linear-gradient(-45deg, #fff, #fff, #faf0e4,#fff, #fff);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
}

img {
	width: 80%;
	height: auto;
	margin-top: 20px;
}

h1 {
	color: #d91a00;
	font-size: 20px;
	font-weight: 400;
  	text-align: left;
}

.content {
width: 25%;
/*position: absolute;
margin-top: 8%;
margin-left: 20%;*/
line-height: 1.6;
margin: 0 auto;
margin-top: 12%;
min-width: 300px;
	padding-bottom:30px;
	padding-left: 10px;
}

.container {
	background-repeat: no-repeat;
	background-size: auto;
}

.contact {
	text-align: left;
	margin-top: 40px;
}

.red {
	color: #da4f12;
}

.orange {
	color: #f29400;
}

.icon {
	width: 15px;
}

 /* unvisited link */
a:link {
  	color: #f29400;
	text-decoration: none;
}

/* visited link */
a:visited {
  	color: #f29400;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  	color: #da4f12;
	text-decoration: underline;
}

/* selected link */
a:active {
  	color: #f29400;
	text-decoration: none;
} 


@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.container {
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
}

h1 {
	font-weight: 300;
}

h3 {
	color: #eee;
	font-weight: 100;
}

h5 {
	color:#eee;
	font-weight:300;
}
