/**
 * Styles for Multi-Screen.js demo page
 * @author Ian de Vries <ian@ian-devries.com>
 * @license MIT License <http://opensource.org/licenses/MIT>
 */

html, body {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	text-align: center; 
}

h1, h2 {
	font-family: 'Bitter', serif;
}

h2 {
	font-size: 3.5em;
}

h1 {
	font-size: 5.5em;
	color: #e4c47c;
}

.ms-container {
	width: 100%;
	min-height: 100%;
}

#center-screen {
	background-color: #666666;
}

#top-screen {
	background-color: #80f780;
}

#right-screen {
	background-color: #26b4ca;
}

#bottom-screen {
	background-color: #f7c080;
}

#left-screen {
	background-color: #808ef7;
}

#topleft-screen {
	background-color: #369ab7;
}

#topright-screen {
	background-color: #e6834e;
}

#bottomright-screen {
	background-color: #aee64e;
}

#bottomleft-screen {
	background-color: #e64ed6;
}

.line-height {
	line-height: 200%;
}

.vertical-margin {
	margin: 50px 0;
}

.margin-top {
	margin-top: 50px;
}

.margin-bottom {
	margin-bottom: 50px;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.3em;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #84dddc;
}