@import url('fonts/manksans/Manksans.css');
@import url('fonts/ribbon/Ribbon.css');

/* Space out content a bit */
body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #fff;
	overflow: hidden;
}

p,
h1,
h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	font-family: 'manksans';
	font-size: 2.25vmin;
	color: black;
	border-bottom: 1px solid #000;
	border-width: thin;
	padding-bottom: 5px;
	margin-top: 6vh;
	margin-bottom: 4vh;
	display: inline-block;
	padding-left: 4vmin;
	padding-right: 4vmin;
}

h2 {
	font-family: 'ribbon';
	font-size: 5.5vmin;
	color: black;
	line-height: 5.2vmin;
	margin-bottom: 1vh;
}

abbr,
acronym {
	border: none;
}


#picto {
	width: 3vmin;
	position: relative;
	left: 21.42vmin;
	top: -12.9vmin;

}

#book {
	position: relative;
	text-align: center;
	left: 28.5vmin;
	top: -15.7vmin;
}

#contact {
	position: relative;
	text-align: center;
	top: -5vmin;
	left: 0vmin;
}

#picto-returned {
	width: 3.25vmin;
	position: relative;
	top: -5vmin;
	left: 0vmin;
}

.name {
	text-align: center;
}

.img-responsive {
	width: 100vmin;
}

a {
	display: block;
	font-family: 'manksans';
	font-size: 1.7vmin;
	color: black;
	text-decoration: none;
}



/* unvisited link */
a:link {
	text-decoration: none;
	color: black;
}

/* visited link */
a:visited {
	text-decoration: none;
	color: black;
}

/* selected link */
a:active {
	text-decoration: none;
	color: black;
}

/* mouse over link */
a:hover {
	color: #666;
	text-decoration: none;
}