html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}

* {
	-webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'bourtonbase';
    src: url('../fonts/kimmy_design_-_bourtonbase-webfont.woff2') format('woff2'),
         url('../fonts/kimmy_design_-_bourtonbase-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bourtondrop_extrude';
    src: url('../fonts/kimmy_design_-_bourtondropextrude-webfont.woff2') format('woff2'),
         url('../fonts/kimmy_design_-_bourtondropextrude-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'bourtonbase';
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color: #161616;
}

.logo {
	max-width: 100%;
	margin: 0px 0px 60px 0px;
}

.section {
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
}

.yellow {
	background-color: #f0aa26;
}

h1 {
	font-family: 'bourtondrop_extrude';
	font-size: 70px;
	color: #fac740;
	margin: 0px 0px 30px 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 {
	font-size: 38px;
	color: #181818;
	margin: 0px 0px 30px 0px;
}

p {
	font-size: 30px;
	line-height: 42px;
	margin: 0px 0px 30px 0px;
}

.black {
	color: #181818;
}

.content {
	width: 40%;
	float: left;
	padding: 10% 0% 10% 10%;
}

.wrapper {
	max-width: 1060px;
	width: 90%;
	position: relative;
	margin: 0px auto;
}

.poppamies h2 {
	color: #ffffff;
	margin: 40px 0px 40px 280px;
}

.poppamies img {
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 10;
	transform: translateY(-50%);
}

.juti {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 40%;
	transform: translateY(-50%);
}

.juti2 {
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40%;
	transform: translateY(-50%);
}

#pages .section:nth-child(2) .content, #pages .section:nth-child(5) .content {
	float: right;
	padding: 10% 10% 10% 0%;
}

.video {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.9);
	display: none;
}

.trigger {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.video iframe {
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	height: 60%;
	z-index: 10;
}

.video img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.25s;
}

.video img:hover {
	opacity: 1;
}

.clear {
	clear: both;
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.height5 {
	height: 5px;
}

.height15 {
	height: 15px;
}

.height30 {
	height: 30px;
}

.height60 {
	height: 60px;
}

.height100 {
	height: 100px;
}

.hidden {
	display: none;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.right-text {
	text-align: right;
}

strong {
	font-family: 'bourtonbase';
}

.jetset-logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.some {
	margin: 0px 17px 0px 0px;
}

.red {
	color: #e74d2b !important;
}

.orange {
	color: #f0aa26 !important;
}

.toimii {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	transition: color 0.25s;
}

a:hover {
	color: #fac740;
}

.nostyle {
	color: #ffffff !important;
}

.underline {
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid white;
}

@media only screen and (max-width: 650px) {
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block !important;
	}
	
	.section {
		background-position: center right 10%;
	}
	
	#pages .section:nth-child(3) {
		background-position: center left 10%;
	}
	
	.logo {
		display: block;
		width: 80%;
		margin: 0px auto 30px auto;
	}
	
	h1 {
		font-size: 60px;	
	}
	
	.content {
		width: 100%;
		float: none;
		transform: none;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 100px 40px;
		background: rgba(0,0,0,0.5);
	}
	
	#pages .section:nth-child(2) .content, #pages .section:nth-child(5) .content {
		float: none;
		padding: 100px 40px;
	}
	
	.nobg {
		background: none;
	}
	
	.juti, .juti2 {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 60%;
		transform: none;
		margin: 0px auto;
		display: block;
	}
	
	.jetset-logo {
		width: 200px;
	}
	
	.small-top-padding {
		padding-top: 40px !important;
	}
	
	.poppamies {
		text-align: center;
	}
	
	.poppamies img {
		left: 50%;
		top: -40px;
		transform: translate(-50%, -90%);
	}
	
	.poppamies h2 {
		margin: 170px 40px 40px 40px;
	}
	
}