body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}
html {
	height: 100%;
	min-height: 100vh;
}
#refContent{
	overflow: scroll; 
	overflow-x:hidden;
	overflow-y:hidden;
	margin-left: 10px;
	margin-right: 10px;
	align: center;
}
#webrefContent{
	overflow: scroll; 
	overflow-x:hidden;
	overflow-y:hidden;
	margin-left: 10px;
	margin-right: 10px;
	align: center;
}
#galContent{
	overflow: scroll; 
	overflow-x:hidden;
	overflow-y:hidden;
	margin-left: 10px;
	margin-right: 10px;
	align: center;
}
.blockHead{
	background-color: coral;
	color: white;
	text-shadow: 9px 9px 19px rgba(15, 15, 15, 1);
	padding: 10px;
	clear:both;
}
#pageTail{
	background-color: coral;
	color: #c0c0c0;
	text-align: left;
	font-size: 9px //8px;
}
#pageTail td{
	vertical-align: top;
	font-size: 9px //8px;
}
#pageTail h2{
	font-size: 9px;
	color: #e0f0f0;
}

a{
	color: red;
}
a:hover{
	color: black;
}
.active{
	text-shadow: none;
	color: #d0e0e0;
}
.active:hover{
	text-shadow: 9px 9px 19px rgba(255, 15, 15, 1);
	color: white;
}
img.refThumb {
	width: 240px;
	max-height: 140px;
	max-width: 100%;
	position: relative;
	padding: 2px;
	box-shadow: 5px 10px 8px #888888;
	margin-top: 2px;
	margin-right: 11px;
	margin-bottom: 11px;
	//filter: blur(3px) grayscale(50%);
	-webkit-transition: filter 1s; /* Safari */
	transition: filter 1s;
	align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	clip: rect(0, 140, 140, 0);
}
img.webrefThumb {
	width: 100%;
	max-height: 140px;
	max-width: 100%;
}
img.galThumb {
	width: 100%;
	height: 100%;
	max-height: 240px;
	max-width: 100%;
	background-color: transparent !important;
}
div.webrefThumb {
	width: 100%;
	height: 240px;
	max-height: 240px;
	min-height: 240px;
	max-width: 100%;
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
	padding: 2px;
	box-shadow: 5px 10px 8px #888888;
	margin-top: 2px;
	margin-right: 11px;
	margin-bottom: 11px;
	transition: all .3s;
}
div.webrefThumb:hover
 {
  transform: scale(1.04);
}

div.galThumb {
	background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
	padding: 2px;
	box-shadow: 5px 10px 8px #888888;
	margin-top: 2px;
	margin-right: 11px;
	margin-bottom: 11px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    overflow:hidden;
}

div.galThumb:hover,
div.galThumb:focus
 {
  transform: scale(1.04);
}
@media screen and (max-width: 900px) {
	img.refThumb {zoom: 75%;}
}
img.refThumb:hover {
	filter: saturate(100%);
}
.ref{
	position: relative;
	align-items: center;
	height: 240px;
}
.webref{
	min-height: 140px;
}
.gal{
	min-height: 140px;
}
.refTitle{
	text-align: center;
	font-size: 8px;
}
.webrefTitle{
	text-align: center;
	font-size: 12px;
}
.galTitle{
	text-align: center;
	font-size: 12px;
}
.webrefContent{
	text-align: justify;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	height: 100px;
	overflow-y:hidden;
}
.galContent{
	text-align: justify;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
	height: 100px;
	overflow-y:hidden;
}
.newsHead{
	background-color: rgba(224, 224, 224, 0.1) //#e0e0e0;
	color: #a00000;
	padding: 5px;
	margin-top: 2px;
//	opacity: 0.5;
//	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.newsTitle{
	text-align: left;
	font-size: 14px;
	float: left;
	margin-right: 4px;
	text-shadow: 9px 9px 19px rgba(15, 15, 15, 1);
}
.newsTeaser{
	text-align: left;
	font-size: 14px;
	text-shadow: 5px 5px 19px rgba(15, 15, 15, 1);
}
.newsContent{
	text-align: justify;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}
.newsImgLeft{
	float: left;
	padding: 0 20px 20px 0;
	height: 32px;
}
.newsImgRight{
	float: right;
	padding: 0 0 20px 20px;
}
#menuopener{
	width: 48px;
	height: 48px;
	background-color: #ffc7b3;
	color: #a00000;
	padding: 5px;
	position: fixed;
	top: 5px;
	right: 5px;
	text-align:center;
	font-size: 32px;
	z-index: 49;
}
#menucloser{
	width: 48px;
	height: 48px;
	background-color: #ffc7b3;
	color: #a00000;
	padding: 5px;
	position: absolute;
	top: 5px;
	right: 9px;
	text-align:center;
	font-size: 36px;
	z-index: 100;
}
.page{
	width: 100%;
	top: 0px;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 100vh;
  min-height: 100vh;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background-color: coral;
  color: #d0e0e0;
  font-size: 24px;
  overflow-x: hidden; 
  padding: 2px;
}
@media screen and (max-height: 450px) {
  .slideout-menu {font-size: 24px;}
}
@media screen and (max-width: 680px) {
  .topmenu {font-size:11px;}
}
@media screen and (max-width: 600px) {
  .topmenu {font-size:9px;}
}
@media screen and (max-width: 550px) {
  .topmenu {font-size:7px;}
}
.topmenu {
	color: coral; float: left; padding: 5px;
}
.topmenu:hover {
	color: black;
}

#toplogo { width: 220px; display: block; float: left;}
#topheadsmall { display: none; }
#topheadbig {display: block; clear: both;}
.col-3 {width: 30vw;}
#blogContent {padding: 5px;}
@media screen and (max-width: 500px) {
  #topheadbig {display: none;}
  #topheadsmall{display: block; width: 30vw; }
  .col-3 {width: 99vw;}
}

@media screen and (max-width: 650px) {
  p {font-size: 9px;}
  td {font-size: 9px;}
  .newsContent{font-size: 9px;}
  #blogContent{font-size: 9px;}
}


.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

[class*="col-"] {
    float: left;
    padding: 5px;
	min-width: 90px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
#content{
	min-height: 85vh;
	height: 100%;
}
#content::after {
    content: "";
    clear: both;
    display: table;
}
.search{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	background-image: url('i/search32.png'); /* Add a search icon to input */
	background-position: 5px 5px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	margin-bottom: 12px; /* Add some space below the input */
}
.topNav{
	font-size: 10px;
	text-color: rgba(15, 15, 32, 0);
	//text-shadow: 5px 5px 19px rgba(15, 15, 15, 1);
	background-color: coral;
	color: white;
	text-shadow: 9px 9px 19px rgba(15, 15, 15, 1);
	padding: 4px;
	clear:both;
}
a{
	color: inherit;
	text-shadow: 5px 5px 19px rgba(15, 15, 15, 1);	
}
.enterwrapper {
  height: 100%; 
  width: 100%; 
  min-width: 100%;
  min-height: 100%;
}
.entermessage {

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:45%;

  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.5em;
}
.aboutwrapper {
  //height: 100%; 
  width: 100%; 
  min-width: 100%;
  //min-height: 100%;
}
#enterimg {
	
	background-position: center center;
	background-repeat:  no-repeat;
	//background-attachment: fixed;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	width: 100%;
	height: 200px;
    //background-image: url("under3.jpg");	
	background-image: url("i/bg1.jpg");	
}
#aboutimg {
	
	//background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/contact1.jpg");	
}
#jobsimg {
	
	//background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/jobs3.png");	
}
#blogimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/blog.png");	
}
#soundimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/sound.jpg");	
}
#studioimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/studio.jpg");	
}
#itimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/it1.jpg");	
}
#devimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/dev1.png");	
}
#companyimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/ourcmp1.jpg");	
}
#webdsgimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/webdsg.jpg");	
}
#embeddedimg {
	background-repeat:  no-repeat;
	background-attachment: relative;
	background-size:  cover;
	background-color: #999;
	//width: 100%;
	height: 200px;
	background-image: url("i/embedded.jpg");	
}