﻿* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* force scrollbar, prevents initial gap */
html {
  overflow-y: scroll; 
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight:lighter;

  background-color:#0d0d0d;
}


/* ---- isotope ---- */

.container {
    
    margin-top: 70px;
    margin-left: 50px;
  background:#0d0d0d;
}

/* clear fix */
.container:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.item,
.grid-sizer {
  width: 20%;
}
.image-container{
      overflow:hidden;
}
.item {
  
   padding:2px;
  float: left;
  
 /*  background: #0D8;
 border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);*/
}

.item.width2 { width: 40%; 
             
}
.item.height2 {}

img{
    width:100%;
   
}
.bold{
  font-size:bold;
}
#logo{
  left:50px;
  width: 60%;
  position: absolute;
  bottom: 50px;
}
.button-group{
    margin-top:50px;
}
.button
{
    opacity: 0.5;
    margin-top:10px;
    color:white;
    transition: all 0.2s;
}


.button:hover
{

  opacity: 1;
    cursor:pointer;
}
#line
{
  
  margin-top: 60px;
  width: 70%;
  left: 15%;
  opacity: 0.5;
  color: white;


}

img {
  transition: all 0.5s;
    position: relative;
  display: block;
  opacity: 1;
}
.image-container:hover img {

  transform: perspective(1000px) translate3d(0,0,0);
  opacity: 0.2;
   transform: scale(1.1);
  }

.menu{

    z-index: 2;
    left:-15%;
    top:0px;
    position:fixed;
    color:white;

    box-sizing:border-box;
    width:15%;
   
    height:100%;
    -webkit-transition:0.2s;
}

.menu-content{
  font-size :1.5em;
  margin-left: 60px;
}
#menu-background{
  top:0;
  width: 100%;
  position:absolute;
   height:100%;
   opacity:0.8;
    background-color:#0d0d0d;
    z-index: -1;
}
#name{
  opacity:0.6;
}
.black{
    background-color:#000;
}
.white{
    background-color:#FFF;
}
.left{
    float:left;
}
.item:hover .info{
    opacity:0.8;
}
.item .info{
    -webkit-transition:0.6s;
    position: absolute; 
    top:0;

    color:white;
    opacity:0.0;
  
    
}
.info h2,p{
  margin-left:10px;
}

.circle {
	border-radius: 50%;
	width: 6px;
	height: 6px;
    margin-left:3px;

}

.navbar{
  padding: 4px;
    top:10px;
    left:10px;
    position:absolute;
}

.fancybox-skin{
  background-color: black;
  color:white;
}

@media screen and (max-device-width : 320px)
{
  .menu-content
  {
    font:<size>px/em/cm;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
 .menu-content
  {
    font-size:1em;
  }
}