/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	display: flex;
	flex-flow: row nowrap;
	font-family: 'Josefin Slab', serif;
}


/*a {
	font-family: 'Amatic SC', cursive;
	color: rgba(5, 5, 5, .7);
	cursor: pointer;
}
a:hover {
	color: rgba(5, 5, 5, 1);
	font-size: 18px;
	font-weight: bold;
}*/

.left {
	width: 60%;
}

.description {
	width: 90%;
	margin: 0 auto;
	line-height: 20px;
}

.left h1 {
	font-size: 142px;
	font-family: 'Amatic SC', cursive;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 140px;
	text-shadow: 10px 10px 10px #000;
}

.left img {
	width: 70%;
	display: block;
	height: auto;
	margin: 20px auto;
	border: 1px solid black;
	padding: 1px;
	border-radius: 5px;
}

.left ul {
	margin-top: 40px;
}
.left ul li {
	margin-left: 10px;
	padding-top: 5px;
}
.right {
	width: 38%;
	height: calc(100% - 15px);
	overflow-y: scroll;
	margin: 10px 0 5px 2%;
}

.right .links {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}

.links .link {
	width: 100%;
	height: 100%;
	border: 1px solid black;
	border-radius: 5px;
	padding: 20px 0;
	padding-left: 30px;	
}

a {
	font-family: 'Amatic SC', cursive;
	color: rgba(5, 5, 5, .7);
	cursor: pointer;
}

.links .link:hover {
	color: rgba(5, 5, 5, 1);
	font-size: 18px;
	font-weight: bold;
}