html { 
	scroll-behavior: smooth;
	}



body {
	margin:0px;
	padding:0px;
	background:#000;
	font-family:'Century Gothic', arial, serif;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	margin-left: 20px;
	margin-top: 10px;
}
	

p {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 25px;
}	
	
a {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    text-decoration: underline;
    color: #DDD;
}



	
/* -----      -----      Jokainen div on oma sivustonsa      -----      ----- */

.div1 {
	height:100vh;
	color:#fff;
	overflow: auto;
	background:url(efgh.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

.div2 {
	height:100vh;
	color:#fff;
	overflow: auto;
	background:url(abcd.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

.div3 {
	height:100vh;
	color:#fff;
	overflow: auto;
	background:url(mnop.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

.div4 {
	height:100vh;
	color:#fff;
	overflow: auto;
	background:url(ijkl.jpg) no-repeat bottom right;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

.lightbox_left {
	position: absolute;
	left:8vw;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 5px; 
	background-image:url(layer.png); 
	margin-top:15vh; 
	height: 70vh; 
	width: 80vw; 
	max-width: 650px;
	overflow: auto;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
	}

.lightbox_right {
	position: absolute;
	right:8vw;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 5px; 
	background-image:url(layer.png); 
	margin-top:15vh; 
	height: 70vh; 
	width: 80vw; 
	max-width: 650px;
	overflow: auto;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
	}

.imageNoBorder {
	float: right;
}	
	
.image {
	border-radius: 5px;
	float: right;
	margin-right:10px;
}
	
/* -----      Tästä alaspäin määritellään valikko-menun asetukset      ----- */




div.content{		/* määrittää valikon paikan*/
	position: fixed;
	top: 0;
	right: 0;
}

ul.sdt_menu{		/* PAKOLLINEN */
	margin-top:0px;
	position:float;
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:12px;
	width:500px;
}
ul.sdt_menu a{	/*linkin määrittely*/
	text-decoration:none;
	outline:none;
	
}
ul.sdt_menu li{	/*laittaa laatikot peräkkäin*/
	float:left;
	width:120px;
	height:45px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{	/*tämä tekee alkulaatikot*/
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:54px;
	z-index:12;
	background:transparent url(layer.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}

ul.sdt_menu li span.sdt_wrap{	/*Tämä siirtää tekstit*/
	position:absolute;
	top:12px;
	left:0px;
	width:120px;
	height:0px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{ /*tämä tekee vetolaatikon*/
	position:absolute;
	background:#111;
	top:54px;
	width:120px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
	border-radius: 0px 0px 15px 45px;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{	/*linkkitekstin määrittely*/
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:14px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	width:135px; /*For dumbass IE7*/
	font-size:10px;
	letter-spacing:1px;
}



	
/* -----      Tästä alaspäin määritellään vierintäpalkkien muodot      ----- */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
