@charset "UTF-8";


.naamat {
	max-width: 250px;
	max-height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body { 
	
	background-image: url(taustakuva.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 0px; 
	padding: 0px; 
	color: #000000;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 24px;
	margin-bottom: 200px;
	margin-top: 90px;	
}

.header {
	height: 275px; 
	margin-top: 60px;
}

header a.logo { 
	display: block; 
	position: absolute; 
	background-position: 0px 0px; 
	background-repeat: no-repeat;
}

.page {
	margin: 0px auto;
	position: relative; background-color: rgb(223, 223, 223);
	padding:0px;
}

.navbar {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #707070;
	border: #000000;
}

.navbar a { 
	font-size: 28px;
	margin:0px;
	padding:15px 00px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-right: 80px;
}


.navbar a:hover { 
	color: rgb(255, 255, 255); 
}

.navbar a.active {
	color: rgb(255, 255, 255); 
  }


h1 {font-size: 30px; text-align:left;margin-top:-20px}
/*grid sivun sisällölle*/
.wrapper {
	margin-top: 10px;
	margin-left: 150px;
	display: grid;
	grid-template-columns: 1fr 800px;
	grid-template-rows: auto;
	grid-column-gap: 2px;
	grid-row-gap: 0px;
	
	}

.esittely {	
	border: solid black 3px;
	background: white;
	margin-left: 20px;
	grid-area: 1 / 1 / 2 / 2; 
	min-width: 800px;
	max-width: 1000px;
}

.traileri { 
	margin-left: 20px;
	margin-right: 100px;
	grid-area: 1 / 2 / 2 / 3;
}


/*tiimi sivun oma grid*/
.wrappertiimi {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	grid-template-rows: auto;
	grid-column-gap: 5px;
	grid-row-gap: 0px;
	} 

.div1 { 
	grid-area: 1 / 1 / 2 / 2; 
	margin-top: 80px;
}
.div2 { 
	grid-area: 1 / 2 / 2 / 3; 
	margin-top: 80px; 
}
.div3 { 
	grid-area: 1 / 3 / 2 / 4; 
	margin-top: 80px; 
}
.div4 { 
	grid-area: 1 / 4 / 2 / 5; 
	margin-top: 80px; 
	
}
.div5 { 
	grid-area: 2 / 1 / 3 / 2; 
	text-align: center;
}
.div6 { 
	grid-area: 2 / 2 / 3 / 3;
	text-align: center; 
}
.div7 { 
	grid-area: 2 / 3 / 3 / 4; 
	text-align: center;
}
.div8 { 
	grid-area: 2 / 4 / 3 / 5; 
	text-align: center;
}
.div9 { 
	grid-area: 3 / 1 / 4 / 5; 
	text-align: center;
	margin-bottom: 400px;
	border: solid black 3px;
	background: white;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
} 

footer { 
	color: #9ba0bd; 
	background-color: #ffffff; 
	position:fixed;
	bottom:0;
	left: 0;
	right: 0;
	height: auto;
}

.link {
display: inline-block;
}

.row_centered {
padding: 0;
margin: 0;
}

.gplay {
margin-top: -20px;
width: 250px;
height: 96px;
}

iframe {
	border-width: 0px;
	min-width: 720px;
	min-height: 480px;
}

.leaderboard {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 50px;
	margin-top: 80px;
	}
	
	.divlead1 { grid-area: 1 / 1 / 2 / 2; text-align: center; font-size: 50px;}
	.divlead2 { grid-area: 2 / 1 / 6 / 2; text-align: center; font-size: 40px; border: solid black 4px; margin-left: 100px; margin-right: 100px; background-color: white;} 