.list1{
	background-color: blue;
	border-color: gray;
}
.h200{
	height: 200px;
}
.h100{
	line-height: 100px;
	vertical-align: middle;
}
.centeredDiv{
	margin-top: 20%;
	margin-left: 40%;
}
.centered5-5{
	margin-left: 5%;
	margin-right: 5%;
}
.r{
	text-align: right;
}
.red{
	color: red;
}
.c{
	text-align: center;
}
.divcheck{
	display: inline-block;
	margin-left: 1em;
}
.imarep{
	max-height:280px; 
	max-width: 90%;
	border-radius: 5%;
}
.imareplit{
	max-height:100px; 
	max-width: 100%;
	border-radius: 5%;
}
.divimarep{
	text-align: center;
	line-height: 320px;
}
.divimareplit{
	text-align: center;
	line-height: 100px;
}
.mb10{
	margin-bottom: 1em;
}
.nodecolink{
	text-decoration: none;
	color: #444;
}
.nodecolink:hover{
	text-decoration: none;
	color: #B5A814;
}
.headerbig{
	background-image: url("../assets/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	height: 300px;
	text-align: center;
}
.headerlit{
	background-image: url("../assets/logolit.png");
	background-repeat: no-repeat;
	height: 150px;
}
.op05{
	background-color: white;
	opacity: 0.5;
}
.txlit{
	font-size: 7px;
}
.w15m{
	width: 7em;
}
.astep{
	font-size: 10px;
}
.size5x{
	font-size: 5em;
}
.size2x{
	font-size: 2em;
}