@charset "utf-8";
/* CSS Document */



/* apply a natural box layout model to all elements, but allowing components to change */
html {
	box-sizing: border-box;
	overflow-y: scroll;
}
*, *:before, *:after {
	box-sizing: inherit;
}

img, object, embed, video {
	max-width: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */



body {
	width: 1920px;
	margin: 0;
	padding: 0;
}
.header {
	/*height: 695px;*/
	/*width:	1920px;*/
}
.header img {
	display: block;
}
.content-wrapper {
	width: 1920px;
	height: 1080px;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat, repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.crossfade > figure {
	animation: imageAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
	width: 1920px;
	height: 1080px;
	opacity: 0;
	position: absolute;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.crossfade > figure:nth-child(1) {
	background-image: url('kiosk1.jpg');
}

.crossfade > figure:nth-child(2) {
	animation-delay: 6s;
	background-image: url('kiosk2.jpg');
}

.crossfade > figure:nth-child(3) {
	animation-delay: 12s;
	background-image: url('kiosk3.jpg');
}

.crossfade > figure:nth-child(4) {
	animation-delay: 18s;
	background-image: url('kiosk4.jpg');
}

.crossfade > figure:nth-child(5) {
	animation-delay: 24s;
	background-image: url('kiosk5.jpg');
}

.crossfade > figure:nth-child(6) {
	animation-delay: 30s;
	background-image: url('kiosk6.jpg');
}

.crossfade > figure:nth-child(7) {
	animation-delay: 36s;
	background-image: url('kiosk7.jpg');
}

.crossfade > figure:nth-child(8) {
	animation-delay: 42s;
	background-image: url('kiosk8.jpg');
}

@keyframes
imageAnimation {  0% {
	animation-timing-function: ease-in;
	opacity: 0;
}
	8% {
		animation-timing-function: ease-out;
		opacity: 1;
	}
	17% {
		opacity: 1
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}
.content {
	width: calc(100% - 533px);
	float: left;
}
.content p {
	padding-right: 100px;
}
.buttons {
	margin-top: 450px;
	width: 550px;
	float: right;
	margin-right: 30px;
}
.buttons a {
	display: block;
	margin: 30px 10px;
	padding: 10px 20px;
	color: #0053a0;
	background: rgba(255,255,255,0.8);
	border-radius: 20px;
	font-size: 36px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-decoration: none;
}
.buttons a:hover {
	color: #ff7000;
}
h1 {
	color: #F7931D;
	font-size: 72px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}
p {
	color: #ffffff;
	font-size: 30px;
}
