header div {
	font-size: 250%;
}
nav a {
	padding: 5px 0px;
	margin: 5px 0px;
	width: 20%;
}
#menu_left {
	padding-left: 5px;
}
#menu_left span {
	display: none;
}
#menu_right {
	padding-right: 5px;
}
#left_section, #right_section {
	width: 100%;
}
#right_section {
	margin-top: 15px;
	padding-top: 35px;
	border-top: solid 1px black;
}
#left_section .pub_section {
	display: none;
}
#right_section .pub_section {
	position: relative;
	top: -9px;
}
header, nav, main, footer {
	width: 95%;
}
#relief_left, #footer_left {
	left: -6px;
}
#relief_right, #footer_right {
	right: -6px;
}
.fp-thumbnail {
	-webkit-background-size: 135%;
	-moz-background-size: 135%;
	-o-background-size: 135%;
	background-size: 135%;
}
#developer {
	display: none;
}
#challenge_ranking {
	margin-top: 12px;
}
#forum_section, #news_section {
	margin-bottom: 20px;
}
#creations_section, #comments_section, #challenges_section, #top10 {
	margin-bottom: 15px;
}
#final_call_to_action {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.75em;
	border-top: solid 1px black;
	font-size: 1.1em;
	text-align: center;
}
#final_call_to_action a {
	display: inline-flex;
	background-color: #F60;
	color: white;
	text-decoration: none;
	border: solid 1px #FB0;
	align-items: center;
	justify-content: center;
	padding: 0.5em 1em;
	border-radius: 0.5em;
	gap: 0.5em;
}
#final_call_to_action a:hover {
	background-color: #FB0;
}
#final_call_to_action img {
	height: 20px;
	position: relative;
	top: -0.1em;
}