@font-face {
	font-family: leto-thin;
	src: url('f/Lato-Hairline.ttf');
}
@font-face {
	font-family: leto;
	src: url('f/Lato-Regular.ttf');
}
@font-face {
	font-family: leto-black;
	src: url('f/Lato-Black.ttf');
}

* {margin:0;padding:0;} 

html {height: 100%;}
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 180px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 180px;
	clear:both;} 
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

a {
    text-decoration: none;
}

.cont {
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  margin-left: 2.15em;
  background-color: #323232;
  background-image: url('pattern-4prp.jpg');
  box-shadow: inset 0px 0px 100px 10px #000;
}

.f {
  position: absolute;
  float: left;
  left: 0px;
  visibility:hidden;
}

.rotate {

  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.side {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  width: 2.15em;
  height: 100%;
  background-color: #010101;
}
.n {
  position: relative;
  right: 7.2em; /* bit smaller than font-size */
  color: #e0e0e0;
  font-size: 1.2em; /* was 45px */
}
.n:hover {
cursor: pointer; cursor: hand; 
}
.n1 {
  font-family: sans-serif;
  font-weight: 100;
}
.n2 {
  font-family: sans-serif;
  font-weight: 700;
}
.album {
  display: block;
  float: right;
  position: relative;
  left: -40px;
  top: -20px;
  color: #efefef;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 20px;
}

/* circle avatar */
.circle {
  line-height: 0;		/* remove line-height */ 
  display: inline-block;	/* circle wraps image */
  margin: 5px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;	/* relative value */
  transition: linear 0.25s;
  height: 100px;
  width: 100px;
}
.circle img {
  border-radius: 50%;	/* relative value for adjustable image size */
}
.circle:hover {
  transition: ease-out 0.2s;
  border: 2px solid rgba(255,255,255,0.7);
  -webkit-transition: ease-out 0.2s;
  cursor: pointer; cursor: hand;
}
a.circle {
  color: transparent;
} /* IE fix: removes blue border */	

/* contact */
#contact {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 25px;
  background-color: #212121;
  color: #eee;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 32px;
  border: 3px solid rgba(0,0,0,1);
  border-radius: 15px;
  text-align: center;
  display: none;
-webkit-box-shadow: 0px 0px 59px -1px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 0px 59px -1px rgba(0,0,0,0.64);
box-shadow: 0px 0px 59px -1px rgba(0,0,0,0.64);
}

.contact a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

/* info */
#info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  background-color: rgba(10,10,10,0.8);
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #e0e0e0;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  display: none;
  z-index: 900;
  padding-top: 10px;
}
#info a {
  text-decoration: none;
  color: #e0e0e0;
}
#info a:hover {
  text-decoration: underline;
  color: #909090;
}
/* info button/area */
#infoarea {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8em;
  height: 8em;
  z-index: 1000;
}
#infoarea:hover div {
  display: block;
}

#infobutton {
  position: absolute;
  top: 0.5em;
  right: 3em;
  width: 2em;
  height: 2em;
  z-index: 1001;
  background-image: url('info-i.svg');
  padding: 0;
  margin: 0;
   -webkit-background-size: 2em 2em;
   -o-background-size: 2em 2em;
   -moz-background-size: 2em 2em;
   background-size: 2em 2em;
   background-position: left top;
  opacity:0.8;
  display: none;
}
#infobutton:hover {
  background-image: url('info-col.svg');
  opacity:0.8;
  cursor: pointer; cursor: hand;
}
#infobutton:active {
  background-image: url('info-psh.svg');
  opacity:1;
  cursor: pointer; cursor: hand;
}

.colordot {
  position: relative;
  left: 0;
  font-size: 24px;
  float: left;
  top: 13px;
}
.colordotvert {
  font-size: 19px;
}

#fullcover {
  z-index: 1010;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 1;
}

#sidebar {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 2.15em;
  top: 0;
  left: 0;
  z-index: 1008;
}
#sidebar:hover {
  cursor: pointer; cursor: hand;
}
.menuimg {
  opacity: 0.9;
  width: 1em;
  height: 1em;
}

@media all and (min-width: 1000px) 
{
  .n1 {
    font-family: leto-thin, sans-serif;
  }
  .n2 {
    font-family: leto-black, sans-serif;
  }
  .album {
    font-family: leto, sans-serif;
    font-size: 30px;
  }
  #contact {
    font-family: leto-thin, sans;
    font-size: 32px;
  }
  .n {
    font-size: 2.813em; /* was 45px */ 
    right: 2.4em; /* bit smaller than font-size */
  }
  #info {
    font-family: leto-black, sans;
    font-size: 30px;
  }
  .side {
    width: 3.75em;
  }
  .cont {
    margin-left: 3.75em;
  }
  #sidebar {
    width: 3.75em;
  }
  .colordot {
    font-size: 40px;
    top: 0px;
  }
  .colordotvert {
    font-size: 32px;
  }

}
