/*
 * giflinks
 *
 * MIT licensed
 * Copyright (C) 2013 Tim Holman, http://tholman.com
 */

* {
	 -webkit-font-smoothing: antialiased;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 max-height: 1000000px;
}

body {
	-webkit-text-size-adjust: none;


}

header {
	position: relative;
	height: 10em;
	width: auto;
	margin: auto;
	margin-top: 3em;
}

header .container, header .container div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

header .front {
	z-index: 2;	
}

header .front img {
	height: 100%;
	width: 100%;

}

header .back {
	background-size: cover;
	background-position: 50% 100%;
	background-image: url('../img/header_back.gif');
	z-index: 1;
}

article {
max-width: 40ch;
	margin:3em auto;
	font-family: "arial bold", arial, sans-serif;
	font-weight:700;
	font-size:4vmin;
line-height: 1.5
	text-align: justify;

}

article .giflink {
color:red;
text-decoration:none
}

article .no-link {
	cursor: none;
}

.final {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	margin-top: 60px;
	margin-bottom: 40px;
}

iframe {
  margin-bottom: -4px;
  margin-left: 2px;
}
