@charset "UTF-8";
/* Body */
body,td,th {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	background-color: #000000;
}

#background_wrap {
    z-index: -10;
	display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: 70em;
    background-image: url('../images/logo.png');
    background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}

/* Container */
.container {
	width: 100%;
	max-width: 60vh;
	margin-left: auto;
	margin-right: auto;
}

.home_button{
	position: fixed;
	margin-top: 1em;
	margin-left: 1em;
	height: 10em;
	width: 10em;
}

.page{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 60vh;
}

.page-trans{
	
	display: flex;
	height: 8vh;
	width: 100%;
	max-width: 60vh;
	justify-content: center;
	background-color: rgba(0,0,0,0.7);
}

.link{
	padding: 1.5vh;
	height: 5vh;
}

.logo{
	width: 100%;
	max-width: 60vh;
	
}

.video{
	width: 100%;
	max-width: 60vh;
	height: 40vh;
}

.scrollbutton{
	wid� :  ??	
}

.startspace{
	height: 10vh;	
}

.cont{
	width: 100%;
	max-width: 60vh;
}


