/*  
Page Name: Freedom
Author: Visa Kananoja
Author URI: http://ruutikana.com/
*/

html,body {
	margin:0;
	padding:0;
	background: url('visa_cfe.jpg') center 15% no-repeat fixed;
	background-color:#DEE0E7;
	background-size:100%;
}

body {
	text-align:left;
}

p {
	font: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	margin:0 17% 20px 3%;
	text-align:left;
	color: #000;
	font-weight:lighter;
}

a {
	color: #000;
}

a:hover {
	color: #FFF;
}

h1 {
	font: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	margin:0 17% 10px 3%;
	text-align:left;
	color: #222;
	font-weight:bolder;
	font-size:18px;
}

#info {
	height:100%;
	width:600px;
	max-width:90%;
	float:center;
	margin-top:50px;
	text-align:center;
	background-color:rgba(200,147,199,0.5);
}

#front {
	height:100%;
	float:center;
	text-align:center;
}

#details {
	display:none;
	height:100%;
	float:center;
	text-align:center;
}

.link,.linkb {
	font: arial,sans-serif;
	background:none;
	border:none;
	color:#000;
	font-weight:bold;
	transition:all 0.3s ease-out;
}

.link:hover {
	text-decoration:underline;
	cursor:zoom-in;
}

.linkb:hover {
	text-decoration: underline;
	cursor:zoom-out;
}

img {
	border-style: none;
	width:60%;
}

#img {
	float:left;
	margin:0 0px 10px 3%;
}

.footnote {
	text-align:right;
	position:fixed;
	bottom:0;right:0;
}

.button {
	font-size:10px;
	padding-right:20px;
	color:#fff;
	text-decoration:none;
	transition:all 0.3s ease-out;
	font-weight:lighter;
}

.button:hover {
	text-decoration:underline;
}

.credit {
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:lighter;
}

.credit:hover {
	text-decoration:underline;
}

.copyright {
	padding:5px;
	font-weight:lighter;
}

h6 {
	font: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:lighter;
}

.overlay {
	position:fixed;
	top:0;bottom:0;left:0;right:0;
	background:rgba(0,0,0,0.5);
	transition:opacity 500ms;
	visibility:hidden;
	opacity:0;
}

.overlay:target {
	visibility:visible;
	opacity:1;
}

.disclaimer {
	margin:90px auto;
	padding:15px;
	background:rgba(255,255,255,0.5);
	width:400px;
	max-width:60%;
	position:relative;
	transition:all 5s ease-in-out;
}

.disclaimer h2 {
	font: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	text-align:left;
	margin-top:0;
	color:#222;
	font-weight:bolder;
	font-size:18px;
}

.disclaimer .close {
	position:absolute;
	top:10px;
	right:15px;
	transition:all 200ms;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	color:#222;
}

.disclaimer .close:hover {
	color:rgba(200,147,199,1);
}

.disclaimer .content {
	max-height:30%;
	overflow:auto;
}