.btn-light{
	background-color: rgba(0,0,0,.03) !important;
	border-radius: 0.7rem !important;
	height: 2.3rem;
	width: 2.3rem;
}

@media (max-width: 1200px){
	.black-box h1{
		font-size: 2rem;
	}
	#languageChoice, #storySearch, #walkthroughButton, .specialCharacter{
		margin-bottom: 1rem;
	}
	#storyContainer .row{
		margin-bottom: 1rem !important;
	}
}

@media(max-width: 760px){
	.specialCharacter{
		margin-bottom: -.5rem;
	}
}

@media (max-width: 600px){
	#storyContainer .row{
		margin-bottom: .1rem !important;
	}

	.footer{
		padding: 1rem;
	}
}