html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background-color: #fcfdfe;
	position: relative;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	min-height: 78vh;
	padding-bottom: 2vh;
}
header {
	background-color: #fcfdfe;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	z-index: 1;
}
header + main {
	margin-top: 20vmin;
}
h1, h2, th {
	color: #ad1004;
	font-weight: 800;
}
nav h1 {
	font-size: 8vmin;
	text-align: center;
	margin: 0;
}
nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	font-size: 0;
}
nav li {
	display: inline-block;
	padding-bottom: 1vh;
	width: 20%;
	text-align: center;
	font-size: 5vmin;
}
nav .fa {
	font-size: 4vmin;
	display: block;
	margin: 0 auto 0.25rem;
}
nav a {
	color: #494949;
	text-decoration: none;
}
nav li.active a {
	color: #faaf08;
	text-shadow: none;
}
nav a:focus, nav a:hover {
	outline: none;
	text-shadow: 0 0 5px rgba(248, 192, 73, 1);
}

nav a:hover {
	font-size:1em;
}

a {
	color: #fa812f;
}

a:visited {
	color: 	#494949;
}

a:hover {
	font-size: 1.2em;
}
main {
	max-width: 70em;
	margin: auto;
	overflow: auto;
	padding-bottom: 20px;
}
img {
	display: block;
}
.column {
	float: left;
}
.column p {
	padding-left: 20px;
}
.do.column h2:last-of-type {
	text-align: right;
	padding-right: 10px;
}

.do img {
	float:left;
	margin-right: 20px;
	max-width: 200px;
	border-radius: 50%;
}

.do img + p + h2 {
	clear:both;
}
.play.column:first-of-type {
	text-align: center;
	margin-top: 0;
}
.play.column img {
	width: 70%;
	margin: 45px auto;
	opacity: 0.7;
	border: 2px solid #faaf08;
	border-radius: 50%;
}
.read.column img, .watch.column img {
	float: left;
	margin-right: 20px;
	border-radius: 5px
}
.book-title, .movie-title, .game-title {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
}
.book-author, .movie-score {
	text-transform: uppercase;
	font-style: italic;
	font-size: 1.2em;
	margin: 0;
}
.watch em {
	font-weight: bold;
}
table {
	text-align: left;
	width: 90%;
	border-collapse: collapse;
	margin-left: 20px;
}
td, th {
	border: 1px solid  #494949;
	padding: 3px;
	padding-left: 10px;
}
caption {
	text-align: left;
	margin-left: -20px;
}
.clearfix {
	clear: both;
}
footer p {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#drop4, #menu1 {
	background-color: white;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
}
@media screen and (min-width:600px) {
	.column {
		width: 50%;
		padding: 10px;
	}
	table {
		margin-left: 10%;
	}
}