@charset "utf-8";

.frame {
	font-family: "Comic Sans MS";
	position: absolute;
//	left: 900px;
//	right: 100px;
//	top: 530px;
	left: 1vmin;
	bottom: 1vmin;
	background-color: rgba(255, 255, 255, 0.0);
	width: 220px;
	height: 150px;
//	border-style: solid;
//	border-color: #000;
//	border-width: 0.2em;
}

.return {
	font-family: "Comic Sans MS";
	color: #03F;
	background-color: #FFFF00;
	border-style: solid;
	border-color: #F00;
	border-width: 0.3em;
	padding: 3px;
	position: absolute;
	left: 30px;
	top: 10px;
	width: 139px;
	height: 56px;
	text-align: center;
}

.copyright {
	font-family: "Comic Sans MS";
	background-color: rgba(255, 255, 255, 0.0);
	position: absolute;
	left: 0px;
	top: 90px;
	width: 221px;
	height: 52px;
	border-style: none;
	text-align: center;
	font-size: 10px;
}



.view_port {
	position: static;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.old_text {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	padding: 10px;
	overflow: visible;
//	border-style: solid;
//	border-color: #000;
//	border-width: 0.2em;
}

.goofy_hexagon {
	position: absolute;
	left: 18vmin;
	top: 25vmin;
}

.duck_hexagon {
	position: absolute;
	left: 55vmin;
	top: 25vmin;
}

.mouse_hexagon {
	position: absolute;
	left: 39vmin;
	top: 50vmin;
}

.outside_hexagon_goofy {
	position: relative;
	width: 30vmin;
	height: 30vmin;
	left: 20%;
	top: 20%;
	background: #f70;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

.outside_hexagon_duck {
	position: relative;
	width: 30vmin;
	height: 30vmin;
	left: 1%;
	top: 20%;
	background: #00f;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

.outside_hexagon_mouse {
	position: relative;
	width: 30vmin;
	height: 30vmin;
	left: 1%;
	top: 20%;
	background: #f00;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

/*

.outside_hexagon_huey_dewey_louie {
	position: relative;
	width: 35vmin;
	height: 35vmin;
	left: 31vmin;
	bottom: 46vmin;
	background: #0f0;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

.outside_hexagon_scrooge_mcduck {
	position: relative;
	width: 35vmin;
	height: 35vmin;
	left: 12.5vmin;
	top: -110vmin;
	background: #000;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

.outside_hexagon_bear_league {
	position: relative;
	width: 35vmin;
	height: 35vmin;
	left: 86.5vmin;
	top: -145vmin;
	background: #ff0;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

.outside_hexagon_gyro_gearloose {
	position: relative;
	width: 35vmin;
	height: 35vmin;
	left: 68vmin;
	top: -151vmin;
	background: #f0f;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}

*/

.inside_hexagon {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #fff;
	clip-path: polygon(0 21.13%,  50% 0, 100% 21.13%, 100% 78.87%, 50% 100%, 0 78.87%);
}


// Center the demo
html, body{ height: 100%; }


body {
	background-image: url('images/LePeNet_logo.png');
	background-attachment: fixed;	
//	background-color: #ff7;			
}

/*
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0c7c7;
	background-image: url('images/lepenet_logo.gif');
	background-image: linear-gradient(yellow, orange, black);
	211007:Trying to solve problem with Safari not showing background image.
	background-attachment: scroll;	


	background-image: url("images/LePeNet_logo.png");
	background-color: #0ff;	
*/
	
