body {
	color: #000;

/*	background-image: url("../images/background2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: center;*/

}

/*h1 {
	font-size: 4vw;
}

h2 {
	font-size: 2vw;
}
*/

section {
	min-height: 85vh;
}

.row{
	clear: both;
}

#swoop {
	margin-top: -1vh;
	
}

#swoop h1, #swoop h2{
	padding-left: 3%;
	color: #fff;
}

#swoop img{
	width: 100vw;
	margin-top: -3vh;
	position: absolute;
	z-index: -1;
}

#swoopsm h1 {
	font-size: 4vw;
}

#swoopsm h2 {
	font-size: 2vw;
	margin-top: 0%;
}

/*section 1*/
#splash {
	margin-top: 2%;
	padding-top: 6vh;
	color: #000;
}

#unicornsm img{
	width: 100%;
}

#unicorn {
	background-image: url('../images/face.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: .9;
	height: 60vh;
	width: 40vw;
	/*transition: background-image 1s ease-in-out;*/

}

#unicorn:hover{
	background-image: url('../images/gif.gif');
	background-size: 100%;
}

#intro{
	padding-top: 6vh;
	color: #000;
}

#intro p{
	font-size: 2.5vh;
}

#logo {
	margin-top: 5%;
}

#logo img{
	width: 100%;
}
/*section 2*/
#recent{
	clear: both;
	margin-top: 2%;
	margin-bottom: 2%;
}

#recent img{
	width: 100%;
}

button {
	margin-top: 2%;
	color: #fff;
	background-color: #000;
}