body{
	background-color: #BEE3F8;
	font-family: 'Roboto', sans-serif;
	color: #4E4A47;
}

div, object{
	border-radius:25px;
	margin-bottom:10px;
}

.textContainer{
	width:100%;
	height:100%;
	margin:auto;
}

.buttonOverride{
	width: 200px;
	height: 50px;
	color: #367586;
	outline-color: #367586;
	font-size:20px;
}
.buttonOverride:hover{
	background-color: #367586;
}
		
.less-spacing {
	line-height: 1.5;
	margin: 0;
}

.tight-spacing {
	text-align: left;
	line-height: 1.2;
	margin: 0;
}

.less-spacing-warning {
	line-height: 1.5;
	margin: 0;
	color: red;
	font-size: 16px;
}

#header-title{
	font-size: 50px; 
	color:#EF9A25; 
	text-shadow: 2px 2px 4px #F16229;
}

#header{
	width:100%;
}

#footer{
	background-color:#A4AB7D;
}

#content-area{
	width:80%;
	height:100%;
}

#fullscreen{
	margin-bottom:5px;
}

#headerImg{
	border-radius:25%;
	margin-top:10px;
}