@font-face {
    font-family: arimo;
    src: url('fonts/Arimo-Bold.ttf');
}

html.randbg {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/1.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.randbg.bg0 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/1.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg1 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/2.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg2 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/3.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg3 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/4.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg4 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/5.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg5 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/6.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg6 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/7.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg7 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/8.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.randbg.bg8 {
width: 100%;
height: 100%;
overflow-y: hidden;
min-height: 100%;
background: url('images/9.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


#icons {
	bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
	
}

.inline {
	list-style: none;
	padding: 0;
	text-align: center;
}

.inline li {
	display: inline;
}

.inline li > a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.logo {
	  padding-right: 40px;
}

.top {
	margin: 0 20px;
	vertical-align: top;
}

#container {
  position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
}

#blur {
	position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
	width: 100%;
	height: 100%;
	z-index:99;
	-webkit-filter: blur(10px);
  filter: url('images/blur.svg#blur');
  filter: blur(10px);
}

#bio {
	position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  height: 100%;
	display: table;
	table-layout: fixed;
	background: rgb(34,34,34); /* for IE */
  background: rgba(34,34,34,0.75);
	z-index:100;
}


#logo {
	display: table-cell;
  width: 75%;
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
}

#logo img {
	padding-left: 92px;
  padding-top: 16px;
}

#text {
	display: table-cell;
	width: 22%;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 5%;
}

#text p {
	font-family: arimo;
	color: white;
	font-size: 0.8em;
}

#close {
	display: table-cell;
	width: 25%;
  padding-left: 20px;
}

#close > a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

#close img {
	max-height: 25px;
	padding-top: 35px;
  position: absolute;
}