/* Portfolio CSS by Takelwerk */

@font-face {
	font-family: 'SangBleu King';
	src: url('../fonts/SangBleuKing-Web.eot'); /* IE9 Compat Modes */
	src: url('../fonts/SangBleuKing-Web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/SangBleuKing-Web.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/SangBleuKing-Web.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/SangBleuKing-Web.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/SangBleuKing-Web.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html {
	font-family: europa, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: white;
	letter-spacing: 0.015em;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section {
	text-align: center;
}

.intro {
	padding: 2rem 3rem;
	margin: auto;
	max-width: 700px;
}

.slide img {
	max-height: 80%;
	max-width: 100%;
}

.image-description {
	font-family: europa, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	color: #e6e6e6;
	margin-bottom: 0;
}

.vignette {
	transform: scale(.7,.7);
}

h1 {
	font-family: 'SangBleu King', serif;
	font-size: 1.75rem;
	font-weight: normal;
	color: #bef4be;
	margin-top: 0;
}

p {
	font-size: 1rem;
}

a {
	text-decoration: none;
	color: #cbe6cb;
}

a:hover {
	color: #9fc69f;
	transition: 0.4s;
}

.number {
	font-weight: 400;
	font-size: 0.875rem;
	color: #737373;
	margin-top: 0;
}

.button {
	color: black;
	background-color: #cbe6cb;
	font-size: 1.25rem;
	padding: 0.75rem 1.75rem;
	margin-top: 1rem;
	display: inline-block;
}

.button:hover {
	background-color: #9fc69f;
	color: black;
	transition: 0.4s;
}

.social-links {
	margin-top: 3rem;
	font-size: 1.75rem;
}

.social-links a {
	margin: 0 0.5rem;
}

.fp-controlArrow {
	box-sizing: border-box;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-style: none;
	background-color: rgba(0,0,0,0.2);
	background-position: center;
	margin: 0;
}

.fp-controlArrow.fp-prev {
	background-image: url(../img/prev.svg);
	background-repeat: no-repeat;
	width: 28px;
	border-width: 0;
	border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
	background-image: url(../img/next.svg);
	background-repeat: no-repeat;
	right: 15px;
	border-width:0;
	border-color: transparent transparent transparent #fff;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #c4c4c4;
}

.fp-slidesNav.fp-bottom {
	display: none;
}

.stage {
	padding-top: 2rem;
}

.box {
	animation-duration: 1.7s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}

.box img {
	height: 120px;
}

.bounce {
	animation-name: bounce;
	animation-timing-function: ease;
}

@keyframes bounce {
	0%   { transform: scale(1,1)      translateY(0); }
	10%  { transform: scale(1.02,.98)   translateY(0); }
	30%  { transform: scale(.95,1.05)   translateY(-30px); }
	50%  { transform: scale(1.03,.97) translateY(0); }
	57%  { transform: scale(1,1)      translateY(-7px); }
	64%  { transform: scale(1,1)      translateY(0); }
	100% { transform: scale(1,1)      translateY(0); }
}

@media screen and (min-width: 800px){

	h1 {
		font-size: 2rem;
	}

	p {
		font-size: 1.225rem;
	}

	.fp-slidesNav.fp-bottom {
		display: block;
	}

	.fp-controlArrow {
		width: 36px;
		height: 36px;
	}

	.fp-controlArrow.fp-prev {
		width: 36px;
	}
}

@media screen and (min-width: 1050px){

	h1 {
		font-size: 2.7rem;
	}

	p {
		font-size: 1.5rem;
	}

	.image-description {
		font-size: 1.25rem;
	}

	.vignette {
		transform: scale(1,1);
	}

	.box img {
		height: 200px;
	}

	.button {
		font-size: 1.5rem;
		margin-top: 1.5rem;
	}

	.social-links {
		margin-top: 4rem;
		font-size: 2rem;
	}

	.social-links a {
		margin: 0 0.75rem;
	}

	.fp-controlArrow {
		width: 48px;
		height: 48px;
	}

	.fp-controlArrow.fp-prev {
		width: 48px;
	}

}

@media screen and (min-width: 1600px) {

	.intro {
		max-width: 900px;
	}

	h1 {
		font-size: 3.75rem;
	}

	p {
		font-size: 2rem;
	}
}