/* Copyright (c) 2018 TEACUP Greg Plominski */

/* –––––––––––––––––––– HTML –––––––––––––––––––– */

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}


/* –––––––––––––––––––– BODY –––––––––––––––––––– */

body {
	margin: 0;
	background-color: #000000;
	height: 100%;
	width: 100%;
	color: #ffffff; /*font*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*font*/
	font-size: 1em; /*font*/
	font-style: normal;
	font-weight: normal;
}

p {
	color: #ffffff; /*font*/
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /*font*/
	font-size: 1em; /*font*/
	font-style: normal;
	font-weight: normal;
}

a:link    {color: #ffffff; text-decoration:none;}
a:visited {color: #ffffff; text-decoration:none;}
a:hover   {color: #ffffff; text-decoration:none;}
a:active  {color: #ffffff; text-decoration:none;}


/* –––––––––––––––––––– WRAPPER –––––––––––––––––––– */

div.wrapper {
	background-color: transparent;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: visibile;
	z-index: 999999;
}

div.background-image {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

div.darken-glass {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #000000; /* for IE */
	background: rgba(0,  0,  0, 0.90);
	transition: 0.2s;
	overflow: scroll;
	z-index: -1;
	
}


/* –––––––––––––––––––– HEADER –––––––––––––––––––– */

div.header {
	position: block;
	width: 100%;
	height: auto;
	padding: 3em 0;
	margin: 0;
	background-color: transparent;
}

/* Header logo */

span.header-logo {
	display: block;
	position: relative;
	background-image: url('http://www.vnts.webd.pl/vntsmedia/images/logos/vntsmedia.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
    background-color: auto;
    border: 0.1em solid #ffffff;
    padding: 0;
    margin: 1em auto;
    height: 16em;
    width: 16em;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    overflow: hidden;
}

span.header-logo:hover {
	opacity: 0.75;
}


/* –––––––––––––––––––– BODY –––––––––––––––––––– */

div.content-container {
	background-color: transparent;
	width: 100%;
	height: auto;
}

div.content {
	position: relative;
	max-width: 1024px;
	height: auto;
	margin: 0 auto 6em auto;
	padding: 0 1em;
	overflow: visibile;
	text-align: center;
}

/* Header */

h1 {
  overflow: hidden;
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 2em 0;
}

h1:before, h1:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 0.05em;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h1:before {
  right: 0.5em;
  margin-left: -50%;
}

h1:after {
  left: 0.5em;
  margin-right: -50%;
}


/* Tiles */

div.box {
	display: inline-block;
	position: relative;
	width: 12em;
	height: 12em;
	border: 0.05em solid #ffffff;
	margin: 1em;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
}

@media screen and (max-width:650px)
{
div.box {
	display: block;
	width: 16em;
	height: 16em;
	margin: 1em auto;
}

h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 0 0 2em 0;
}
}

div.box-content {
	display: table-cell;
	width: inherit;
	height: inherit;
	text-align: center;
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
	vertical-align: middle;
	padding: 1em;
}

div.box-content:hover {
	opacity: 0.9;
	background-color: #ffffff;
	color: #000000;
}

div.box-content:hover div.tile1 {
	display: none;
}

div.tile2 {
	display: none;
}

div.box-content:hover div.tile2 {
	display: block;
}

div.link-box {
	display: inline-block;
	position: relative;
    background-color: transparent;
    border: 0.1em solid #ffffff;
    padding: 0;
    margin: 1em;
    height: 16em;
    width: 16em;
    color: #000000;
}

div.link-box-content {
	display: table-cell;
	width: inherit;
	height: inherit;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	padding: 1em;
	opacity: 0.9;
}

div.link-box-content:hover {
	opacity: 1;
}

span.project-logo {
	display: block;
	margin: 0.5em auto 1em auto;
	padding: 0;
	width: 12em;
	height: 10em;
	background-size: 12em auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0;
}

span.company-logo {
	display: block;
	margin: 0.5em auto 1.5em auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

span.dawb-logo-square {
	background-size: 12em auto;
	width: 12em;
	height: 12em;
}

span.company-logo-square {
	background-size: 8em auto;
	width: 8em;
	height: 8em;
}

span.company-logo-horizontal {
	background-size: 12em auto;
	width: 12em;
	height: 8em;
}

.black-and-white{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/* –––––––––––––––––––– FOOTER –––––––––––––––––––– */

div.footer {
	position: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 3em 0;
	background-color: transparent;
	text-align: center;
}

p.footer {
	font-size: 0.5em;
	opacity:0.5;
	padding: 1em;
}












