@font-face { font-family:"square"; src:url("fonts/square.ttf"); }
/* @font-face { font-family:"exo"; src:url("fonts/Exo2-Black.ttf"); } */
@font-face { font-family:"exo"; src:url("fonts/Exo2-ExtraLight.otf"); }

/* Make any borders inside the div percentages, so div sizes are not affected */
div
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* Make default hr lines dark */
hr { color: #050505; background: #050505; border-color: #050505; }

input:focus, textarea:focus, select:focus
input:hover, textarea:hover, select:hover
{
  background: #909090;
  color: #050505;
}


body,html
{
	height:100%; width:100%; padding:0; margin:0; color:#80A0C0; font-family:"square"; font-size:12px;
	  -webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
		    user-select: none; /* Non-prefixed version, currently
		                          supported by Chrome and Opera */


	background:#292929;
}

ul li::before {
  content: "\2022";
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

td { font-size:2vmax; }
a { background: transparent; color: #509050; text-decoration:none }
a:hover { background: transparent; color: #80FF80; text-decoration:none }
.lnk { cursor:pointer; color:#20FF20; text-decoration:none; margin-left:10px; margin-right:10px }
.lnk:hover { cursor:pointer; background:#102080; color:#FFFF70; text-decoration:none; border-radius:8px; margin-left:10px; margin-right:10px }
p { margin:0px; padding:0px; }
#head_canvas { margin: 0px; border: 0; width: 100%; height: 100%; }
.loading { position: absolute; top: 50%; width:100%; margin: -32px 0px 0px 0px; text-align:center }

.head1
{
	position:absolute; top:0; left:0;
	width:100%; height:30%;
	text-align: center;
	padding:1vw;
	font-size: 3vh;
	text-shadow: 2px 2px 10px black;
}

.head2
{
	position:absolute; top:30vh; left:0;
	width:100%; height:50%;
	text-align: center;
	border-radius:5vmin;
	font-size: 1.5vh;
}

.highlight { font-weight:bold; color:#90C050; }

.list
{
	margin:2vw;
	padding-left:14%;
	text-align: left;
	color: #A0FFA0;
	font-size: 3vw;
	text-shadow: 2px 2px 10px black;
}

.desc
{
	text-align: center;
	font-family:"exo";
	font-size: 2vmax;
	padding-left:10vw;
	padding-right:10vw;
	color: #807090;
	text-shadow: 2px 2px 10px black;
}

.contact
{
	text-align: left;
	margin:2vw;
	padding: 1vw 8vw 1vw 8vw;
	font-family:"exo";
	font-size: 2vmax;
	text-shadow: 2px 2px 10px black;
	color: #90A0B0;
}

.round_button
{
	cursor: pointer;
	display: inline-block;
	border: none;
	border-radius: 20vmin;
	width: 30vmin;
	height: 30vmin;

	font-size: 3vmin;
	font-family: "exo";
	color: #FFFFFF;
	text-shadow: 0px 0px 9px black;
}

.round_button:hover
{
	border-radius: 8vmin;
	color: #FFFFFF;
	cursor:pointer;
}

.round_button_small:hover
{
	border-radius: 2vmin;
	background: #353535;
	color: #FFFFFF;
	cursor:pointer;
}

.round_div
{
	display: inline-block;
	border: solid 2px;
	border-radius: 20vmin;
	width: 30vmin;
	height: 30vmin;

	font-size: 3vmin;
	font-family: "exo";
	color: #FFFFFF;
	text-shadow: 0px 0px 9px black;
}

.footer
{
	background:#202020;
	height:2vmax;
	padding-top:0.5vmax;
	text-align: center;
	font-family:"square";
	font-size: 1vmax;
	text-shadow: 2px 2px 10px black;
}

.aspect-ratio
{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
}

.aspect-ratio iframe
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

.gray_to_green
{
	height:192px;
	background: rgb(16,16,16);
	background: linear-gradient(0deg, rgba(16,32,16,1) 0%, rgba(16,16,16,1) 100%);
}



.auto-resizable-iframe {
  max-width: 1920px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 57%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.divsep
{
	padding: 32px;
	border-radius: 8px;
	background: #202020;
}

.divlist
{
	color: #DD3050;
	text-shadow: 1px 1px 2px black, 0 0 25px red, 0 0 5px darkblue;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10vw;
}


@media screen and (orientation:portrait)
{
	.head_img
	{
		background-image: url("img/header_portrait.jpg");
		-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
		mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
		width: 100%;
		height: 100%; 
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	h1
	{
		font-size:11vw;
		color: #FFFF00;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	h2
	{
		font-size:4.5vw;
		color: #00FF00;
		text-shadow: 2px 2px 10px black;
		margin:0; padding:0;
	}

	h3
	{
		font-size:4vw;
		margin:0; padding:0;
		color: #909090;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	h4
	{
		font-size:3vw;
		margin:0; padding:0;
		color: #D0D030;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	.round_button_small
	{
		cursor: pointer;
		display: inline-block;
		border: none;
		border-radius: 10vmin;
		width: 40vw;
		height: 10vw;
		margin-top: 2vmin;

		font-size: 3vw;
		font-family: "exo";
		color: #FFFFFF;
		background: #303030;
		text-shadow: 0px 0px 9px black;
	}

	.landscape_info { display:none; }
	.portrait_info
	{
		padding-top:10vh;
		background: rgb(16,32,16);
		background: linear-gradient(180deg, rgba(16,32,16,1) 0%, rgba(37,42,48,1) 30%, rgba(37,42,48,1) 70%, rgba(0,0,0,1) 100%);
	}

	.container
	{
		width:100%; font-size:20px; text-align:left
	}

	label
	{
	  font-size: 5vmin;
	  color:#909090;
	}

	input, textarea, select, option
	{
	  width:100%;
	  height:8vmin;
	  font-size:5vmin;
	  padding-left: 2vmin;
	  padding-right: 2vmin;
	  outline: none;
	  border: none;
	  border-radius: 8px;
	  background: #A0A0A0;
	  color: #101010;
	  box-shadow: inset 0 2px 4px rgba(0,0,0,.39), 0 -1px 1px #404040, 0 1px 0 #101010;
	}

	.more_info
	{
		position:relative; padding:32px; color:#A0A0A0; font-size:23px;
	}
}

@media screen and (orientation:landscape)
{
	.head_img
	{
		background-image: url("img/header_landscape.jpg");
		-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
		mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
		height: 100%; 
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	h1
	{
		font-size:11vh;
		color: #FFFF00;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	h2
	{
		font-size:5vh;
		color: #00FF00;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	h3
	{
		font-size:4vh;
		margin:0; padding:0;
		color: #909090;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	h4
	{
		font-size:1.5vw;
		margin:0; padding:0;
		color: #D0D030;
		text-shadow: 2px 2px 10px black;
		margin:0;
	}

	.round_button_small
	{
		cursor: pointer;
		display: inline-block;
		border: none;
		border-radius: 10vmin;
		width: 40vh;
		height: 10vh;
		margin-top: 2vmin;

		font-size: 3vh;
		font-family: "exo";
		color: #FFFFFF;
		background: #303030;
		text-shadow: 0px 0px 9px black;
	}

	.container
	{
		width:60%; font-size:20px; text-align:left;
		max-width: 1280px;
	}

	.landscape_info
	{
		padding-top:25vh; padding-bottom:25vh;
		background: rgb(16,32,16);
		background: linear-gradient(180deg, rgba(16,32,16,1) 0%, rgba(37,42,48,1) 30%, rgba(37,42,48,1) 70%, rgba(0,0,0,1) 100%);
	}
	.portrait_info { display:none }

	label
	{
	  font-size: 2vmin;
	  color:#909090;
	}

	input, textarea, select, option
	{
	  width:100%;
	  height:5vmin;
	  font-size:2vh;
	  padding-left: 2vmin;
	  padding-right: 2vmin;
	  outline: none;
	  border: none;
	  border-radius: 8px;
	  background: #A0A0A0;
	  color: #101010;
	  box-shadow: inset 0 2px 4px rgba(0,0,0,.39), 0 -1px 1px #404040, 0 1px 0 #101010;
	}

	.more_info
	{
		position:relative; padding:32px; color:#A0A0A0; font-size:23px;
	}
}


/*
	portfolio
*/
.press { cursor:pointer; display:inline-block; color:white; background:#902070; width:128px; height:36px;  border:3px solid #502050; border-radius:32px; text-align:center; outline:none }
.intro-text { font-family:"exo"; font-size:16px; font-weigth:bold; color:#A0A0A0 }
.header-text { font-family:"exo"; font-size:48px; font-weigth:bold; color:#A0A0A0 }
.footer-text { font-size:12px; font-weigth:bold; color:#A0A0A0; padding-top:6px }
.entry { position:relative; display: inline-block; vertical-align:top; overflow:none; margin:2px; border-style:solid; border-width:2px; border-color:#100010; background:#203040; }
.section-header { font-family:"exo"; width:90%; font-size:5vw; font-weigth:bold; color:#A0A0FF; background:#101030; }
.entry-title { font-size:14px; font-weight:bolder; margin:0px; padding:4px; color:#FFFFA0; background:#707050; }
.entry-text { font-family:"exo"; font-size:14px; font-weight:thin; margin:0px; padding:4px; color:#E0E0E0; text-align:justify; text-justify:inter-word; vertical-align:top; }
.link { position:absolute; margin:0px; padding:4px; background:#201010; font-size:13px; bottom:0px; text-align:right; }
.merchand-text { width:90%; background:#102030; font-size:14px; color:#FFFFFF }
