html, body {height:100%;}
html {
	display:table;
	position:relative;
    background: url(src/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:auto;
	font-family: Steagal;
	}
	
html:after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.5);
    z-index:-1;
}

body {display:table-cell; padding-top: 5vmin;padding-left: 1vmin;overflow-x: hidden;}

@font-face {
    font-family: Steagal;
    src: url('src/Steagal-Bo.otf');
}

#wrapper {
	-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
	-webkit-column-width: 50vmin; /* Chrome, Safari, Opera */
    -moz-column-width: 50vmin; /* Firefox */
    column-width: 50vmin;
	width:100%;
	-webkit-column-gap: 0.0vmin; /* Chrome, Safari, Opera */
    -moz-column-gap: 0.1vmin; /* Firefox */
    column-gap: 0.1vmin;
	z-index: 1;
}

.link{
	font-size: 1.6vmin;
	padding-bottom: 1vmin;
}

#author {
	font-size: 1.2vmin;
	color: #FFFFFF; 
	text-decoration: none;
}

#author:hover {
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 1.2vmin;
}

.box {
	width: 100%;
	padding-bottom: 2vmin;
	display: inline-block;
}

footer {
		text-align: center;
		position: fixed;
		width: 100%;
		bottom: 0pt;
		left: 0pt;
		padding: 0.5vmin;
		background-color: #000000;
		text-align: center;
		font-size: 1.3vmin;
		opacity: 0.8;
		color: #FFFFFF;
}

p {
    margin:0;
}

.logo {
	width: 50%;
    height: auto;
	border: 0.1pt solid black;
	vertical-align: middle;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.5vmin;
	width: 2vmin;
    height: auto;
}

span {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5vmin;
	line-height: 2vmin;
}

 .link:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
 }
 
 .link{
	color: #FFFFFF; 
	text-decoration: none;
	opacity: 0.8;
    filter: alpha(opacity=80);
 }
