/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

body {
	color: #ffffff;
}

h1 {
font-size: 5em;
font-family: 'Raleway', sans-serif;
}

p {
	font-size: 2em;
	font-family: 'Roboto Slab', serif;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #003057;
}

section {
  padding: 150px 0;
  	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 130s ease infinite;
	-moz-animation: Gradient 130s ease infinite;
	animation: Gradient 130s ease infinite;
	height: 2000px;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 19%
	}
	50% {
		background-position: 100% 82%
	}
	100% {
		background-position: 0% 19%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 19%
	}
	50% {
		background-position: 100% 82%
	}
	100% {
		background-position: 0% 19%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 19%
	}
	50% {
		background-position: 100% 82%
	}
	100% {
		background-position: 0% 19%
	}
}

#portfolio
{background-color: rgba(255, 255, 255, 0.5);}
