html,
body {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  position: relative;

  font-family: 'Arial', serif;
  color: #555555;
  font-size: 14px;
  line-height: 18px;

  background-color: #F2F2F2;
  background-image: url(../i/body-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

figure {
  margin: 0px;
  padding: 0px;
}



a, a:visited {
  color: #00B2F0;
  transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #00B2F0;
  line-height: 40px;
  border-bottom: 2px solid #cccccc;
}

h1.homeH1 {
  display: none;
}

h2 {

}

.projectGrid {
  position: relative;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.projectItem {
  width: 300px;
  height: 150px;
  display: inline-block;
  margin: 10px 20px;
  background-position: center;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);

  font-size: 0px;
  text-indent: -20000px;

  transition: opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.projectItem:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

.projectItem a {
  width: 100%;
  height: 100%;
  display: block;
}

.projectItem.uNiq { background-image: url(../i/project-uNiq.svg); }
.projectItem.blockserv { background-image: url(../i/project-Blockserv.svg); }



.content {
  width: 50%;
  min-height: 100vh;
}

.contentInner {
  background: rgba(255,255,255,0.95);
  padding: 40px;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.4);
  margin-left: 40px;
  min-height: calc(100vh - 80px);
  display: block;
}

.image {
  width: 50%;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.4);

  background: url(../i/sidebar-bg-v2.jpg) no-repeat center;
  background-size: cover;
}


.image .logo {
  width: 350px;
  height: 200px;
  display: block;
  margin: 0 auto;

  position: relative;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../i/logo-white.svg);
}

div.contact {
  border: 1px solid #00B2F0;
  padding: 5px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(0,178,240,0.1);
}

div.contact h2 {
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #00B2F0;
  font-size: 26px;
}

div.contact p.founder {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0px;
}

p.disclaimer {
  font-size: 12px;
}

p.disclaimer,
p.disclaimer a {
  color: #939393;
}

.content ul {
  list-style-type: square;
  padding-left: 20px;
}

.content ul li {
  margin-bottom: 5px;
}
