/*general adjustmens*/

body {
	font-family: 'Roboto', sans-serif;
	background-color: #262626;
	margin: 0;
	padding: 0:
}

@media only screen and (min-width : 1280px) {
	.container {
		position: relative;
		overflow: hidden;
	}

	.player {
		width: 1280px;
		height: 720px;
		border: 0;
	}

	iframe {
		display: block;
		margin: 0 auto;
	}

	#splitdiv {
		width: 720px;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	#left {
		width: 300px;
		float: left;
	}

	#right {
		padding-top: 35px;
		overflow: hidden;
	}

}


@media only screen and (max-width : 1279px) {
	.container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}

	.player {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	iframe {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width : 1100px) {
	#splitdiv {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 40px;
	}

	#left {
		width: 500px;
		float: left;
	}

	#right {
		padding-top: 60px;
		overflow: hidden;
	}

	.aboutimg {
		width: 400px;
	}

	.aboutleft {
		padding-left: 162px;
	}

}

@media only screen and (max-width : 1099px) {
	#left {
		text-align: center;
		padding-bottom: 40px;
	}

	#right {
		margin-left: 70px;
		margin-right: 70px;
	}

	.aboutimg {
		width: 75%;
	}
}



h1 {
	font-weight: normal;
	color: #FFF;
}

h2 {
	text-align: center;
	padding-top: 40px;
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
}

a {
	text-decoration: none;
}

a:hover {
	color: #e9e9e9;
}

/*specific adjustmens*/
/*navbar*/
.header {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 30px;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	text-transform: lowercase;

}

.nav li {
	display: inline;
}

.nav a {
	display: inline-block;
	padding: 0px 20px;
	color: #FFF;
}

.nav a:hover {
	color: #e9e9e9;
}

/*vimeo player*/

/*about*/

.about {
	padding-top: 30px;
	padding-bottom: 90px;
}

.abouttext {
	padding-top: 70px;
	font-weight: 300;
	color: #FFF;
}

.abouttext b {
	color: #FFF;
}

.abouttext a {
	color: #6eafff;
}

.abouttext a:hover {
	color: #FFF;
}



.contact {
	height: 420px;
	background-color: #222222;
}

a {
	color: #FFF;
}

.contact a:hover {
	color: #e9e9e9;
}

.contacttext {
	padding-top: 70px;
	font-weight: 300;
	text-align: center;
	color: #FFF;
}

.socialmedia {
	padding-top: 10px;
	padding-bottom: 0px;
}

.socialmedia a {
	padding: 0px 10px;
}


.footer {
	right: 0;
	left: 0;
	bottom: 0px;
	text-align: center;
	color: #FFF;
}