html
{
	position: relative;
	
	min-height: 100%;
}

body
{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	margin-bottom: 60px;
	
	text-align: center;
}

::selection
{
	color: #fff;
	background: #000;
}

::-moz-selection
{
	color: #fff;
	background: #000;
}

em
{
	font-style: normal;
}

.footer
{
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 60px;
}

.footer p
{
	font-weight: bold;
	
	margin-top: 10px;
}

.footer a
{
	color: #fff;
}

.footer a:focus,
.footer a:hover
{
	color: #fff;
}

.the-word-container
{
	font-family: "Lobster", cursive;
	
	padding: 0 60px;
	
	color: #fff;
}



.the-word
{
	line-height: 1.5;
	
	cursor: default;
}

.the-word .intro
{
	margin-top: 1.5em;
	margin-bottom: 0;
}

.the-word
{
	padding: 1.5em 0 1.5em 0;
}

.the-word .title,
.the-word .intro
{
	font-size: 1.25em;
	
	text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
}

.the-word .text
{
	font-size: 1.5625em;
	
	text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
}

.the-word .ref
{
	font-size: 1em;
	
	margin-top: 0.5em;
	
	text-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5);
}


@media (min-width: 768px)
{
	.the-word
	{
		padding: 2.24em 0 2.24em 0;
	}
	
	.the-word .title,
	.the-word .intro
	{
		font-size: 1.6em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .text
	{
		font-size: 2em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .ref
	{
		font-size: 1.28em;
		
		margin-top: 0.64em;
		
		text-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5);
	}
}


@media (min-width: 992px)
{
	.the-word
	{
		padding: 2.8em 0 2.8em 0;
	}
	
	.the-word .title,
	.the-word .intro
	{
		font-size: 2em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .text
	{
		font-size: 2.5em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .ref
	{
		font-size: 1.6em;
		
		margin-top: 0.8em;
		
		text-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5);
	}
}


@media (min-width: 1200px)
{
	.the-word
	{
		padding: 3.5em 0 3.5em 0;
	}
	
	.the-word .title,
	.the-word .intro
	{
		font-size: 2.5em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .text
	{
		font-size: 3.125em;
		
		text-shadow: 0 0.075em 0 rgba(0, 0, 0, 0.5);
	}
	
	.the-word .ref
	{
		font-size: 2em;
		
		margin-top: 1em;
		
		text-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.5);
	}
}
