body {
	background-color: #ffffff;
	font-family: 'Fahkwang', 'Verdana', sans-serif;
	margin: 0px;
}

h3 {
	color: #000000;
	font-size: 60px;
	margin-top: 80px;
}

div.spex-list {
	margin-left: 15vw;
}

div.share-buttons {
	margin-top: 160px;
}

@media (orientation: landscape) {
	img.header-landscape {
		display: block !important;
	}
}

@media (orientation: portrait) {
	img.header-portrait {
		display: block !important;
	}
	h3 {
		margin-top: 180px;
	}
	div.spex-list {
		margin-left: 5vw;
		margin-right: 5vw;
	}
	div.spex .site {
		font-size: 36px;
	}
	p.feedback {
		font-size: smaller;
		margin-bottom: 5vw
	}
}

div.spex {
	margin-bottom: 10px;
}

div.spex .site {
	font-size: 22px;
}

div.spex .shows {
	color: #555555;
	font-size: 16px;
}

p.feedback {
	margin-top: 160px;
	color: #aaaaaa;
}

p.feedback a, a:visited {
	color: #888888;
}

a, a:visited {
	color: #000088;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
}
