body {
	background-image: url("../img/backs.jpg") !important;;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100% !important;
}

.contain {
	background: #eee;
}

.box {
	float: left;
	padding: 20px;
}

.top-bar {rgba (0,0,255,0.5)
	
}

.stuck {
	position: fixed;
	top: 10%;
	right: 10px;
	bottom: 10px;
	width: 161px;
	height: 100px;
	border-radius: 12px;
	background-color: #e6e6e6;
	opacity: 1.0;
}

.stucktext {
	position: fixed;
	top: 10%;
	right: 10px;
	bottom: 10px;
	width: 161px;
	height: 100px;
	border-radius: 12px;
}

.button {
	background-color: #324c4b
}

.button:hover {
	background-color: #506a5f
}

.button:focus {
	background-color: #506a5f
}

.button.hollow {
	border: 1px solid #324c4b;
	color: #324c4b;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
	border-color: #506a5f;
	color: #506a5f;
}


.button.secondary:hover {
	background-color: #808080;
}

.li:activ {
	background-color: #324c4b
}

.menu .active>a {
	background-color: #324c4b
}

a {
	color: #324c4b
}

a:focus, a:hover {
	color: #506a5f
}

.orbit-bullets button {
	margin: 0.1rem;
	background-color: #cacaca;
	border-radius: 0%;
	width: 100px !important;
	height: 30px !important;
	border-radius: 0% !important;
}

.orbit-bullets button:hover {
	background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
	background-color: #506a5f;
}

.callout.primary {
	background-color: #f6f6f6;
}

.callout.secondary {
	background-color: #e6e6e6;
}

#pagenumber {
	height: 2rem;
}

#scaleSelect {
	height: 2rem;
}