html {
  height: 100vh;
  width: 100vw;
}

:root {
  touch-action: auto;
  max-width: 100%;
  overflow-x: hidden;   
}	

body {
	margin: 0;
	padding: 0;	
	min-height: 100%;
	min-width: 100%;	
	height: 100vh;
	/* width: 100vw; */
	background: #FEF3E2;
	background-size: 30px;	
	font-family: Kanit;
	font-size: larger;
  max-width: 100vw;
  overflow-x: hidden; 	
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

section {
  display: block;
}

.bg-black {
/* background: black; */
}

.perus-alamargini {
  margin-bottom:35%;
}

.keskinkertainen-alamargini {
  
  margin-bottom:10%;
}

.nowrap{
	flex-wrap: nowrap;
	}

div.taustakuva1 {
  /* background-color: black; */
  text-align: right;
  margin: auto;
  /* margin-top: 15vh; */
  /* margin-bottom: 15vh; */
  overflow: visible; 
}
div.taustakuva2 {
  /* background-color: black; */
  text-align: right;
  margin-left: 0;
  margin-top: 15vh;
  margin-bottom: 10vh;
  overflow: hidden;  
}

.isompi_fontti {
	font-size:large;
}

.navtext {
  margin-right:1.5em;
  text-align: center;
  /* width:100vw; */
}

.tilausalue2 {
  /* background-color: black; */
  margin-top: 30px;
  padding-top: 20px;
}		

.fixedtopkorjaus {
  position:fixed;
  /* width:100vw; */
  overflow:hidden;
}	

.ylapalkki {
  display:inline-flex;
  height:10vh;
}	
.alkublokkeri {
	background:#00000047;
	width:100vw;
	height:2.5rem;
	z-index:6000;
	}
.keskinkertainen-alamargini {
  margin-bottom:10%;
}									
	.pieni_punainen_gradientti {
		background: linear-gradient(260deg, #4F6F52 0%, #3A4D39 50%);
	}
		.otsikkoteksti {
		/* font-family: Oswald; */
		/* font-family: Kanit;	 */	
		/* font-family: Protest Revolution;	 */	
		font-family: "Carter One", system-ui;		
		font-size: x-large;
	}
		.otsikkoteksti2 {
		/* font-family: Oswald; */
		/* font-family: Kanit;	 */	
		/* font-family: Protest Revolution;	 */	
		font-family: "Carter One", system-ui;				
		font-size: 4.2rem;
	}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.pelikuva_container {
  display:inline-flex;
  position: relative;
  width: 46%;
  flex:0.2;
}

.pelikuva_image {
  display: block;
  width: 100%;
  height: auto;
}

.pelikuva_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.pelikuva_container:hover .pelikuva_overlay {
  opacity: 1;
}

.pelikuva_text {
  color: white;
  /* font-size: 20px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.taustaelementti1 {
    top: 0;
    position: fixed;
    z-index: -5;
    height: 150vh;
    opacity: 30%;
	overflow:hidden;
}

.giffi {
	width:100vw;
	overflow:hidden;
}

.pitkasti{
   display:none;
}

.lyhyesti{
   display:inline-block;   
}

.peliboxi {
	display: list-item;
    text-align: center;
}

.rigiboxi {
	display: flow;
    text-align: center;
}

.fixcontainer {
  margin-top: 0;
}
.palkkilogo {
	width:0;
}
.tabi {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;	
	z-index: 2;
}
.tabi_content {
    position: fixed;
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
	padding: 1rem;
	padding-top:11vh;
	overflow: scroll;
}
.tabi_sivu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000bf;
}
.tabi_samplekuva {
    width: 100%;
    left: 0;
	padding-bottom:2rem;
	display:none;
}
.tabi_teksti {
    font-size:medium;
}
.softaikonit {
	width: 2rem;
	padding-top:5px;
}

.etusivutyyli {
  padding-bottom: 0;
  background: #00000047;	
}
.huomiotekstipalkki {
    background: #3A4D39;
    color: #ECE3CE;
    font-size: x-large;
    text-align: center;
    margin-top: 2rem;
	margin-bottom: 0;
	padding-top: 2rem;
}
.cvlogo {
	position:unset;
	height:2rem;
	right:10px;
	top:28px;
}
.alkuvideo {
	max-width:100vw;
	max-height:70vh;
	margin-left:auto;
	margin-right:auto;
}