body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.settings {
	background-color : 
}



.copypast {
	position:relative;
  /* The image used */
  background-image: url("Bg_copypast2.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.copypast img {
	position:absolute;
		
	/*
	margin :200px 100px;
	height:160px;
	*/
}



iframe {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	height: 25px;
	width: 100%;
	border:none;
}

.settings {
	position: absolute;
	width: 300px;
	height:100%;
	top : 0;
	right: 0px;
	background-color: #253754;
	opacity:0.8;
	display:none;
}

.setting_btn {
	height: 75px;
	width:75px;
	position: absolute;
	top: 0;
	right:0;
	background-image: url("menu_light.png");
} 

.settings_input {
	margin-left : 10px;
	margin-top:100px;
	margin-bottom:20px;
	border : 0;
	padding: 8px;
	min-width : 75px;
	opacity:1;
}
.menu{
	margin: 0;
	border : 0;
	padding: 20px;
	width:100%;
	min-width : 75px;
	color:white;
	background-color:  #253754;
}
.menu:active{
	background-color:white;
	color:black;
}

.code {
	position:relative;
  background-image: url("Bg_code3.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:none;
  
}

.code img {
	position:absolute;
}

.photoshop{
	position:relative;
	background-image: url("photoshop.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:none;
}

.photoshop img {
	position:absolute;

}
.media{
	position:relative;
	background-image: url("keydo_media.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:none;
}

.media img {
	position:absolute;
}


.teams{
	position:relative;
	background-image: url("teams.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display:none;
}

.teams img {
	position:absolute;;
}

img:active {
	background-color:white;
	opacity:0.2;
}
