body {   
	padding: 0;
	margin: 0;
	font-family: "Segoe UI",system‐ui,‐apple‐system,"Helvetica Neue",Arial,Helvetica,sans-serif; 
	font-size: 1em;
	background: #fff;
} 

h1, h2, h3, h4, .h1, .h2, .h3, .h4, p { font-weight: 400; margin-top: 8px; margin-bottom: 8px; }
h4 { padding: 20px 0; }

@media (max-width: 991.98px) {
	h1, .h1 { font-size: 1.2em; }
	h2, .h2 { font-size: 1.15em; }
	h3, .h3 { font-size: 1.1em; } 
	h4, .h4 { font-size: 1em; }
}
@media (min-width: 992px) {
	h1, .h1 { font-size: 1.75em; }
	h2, .h2 { font-size: 1.5em; }
	h3, .h3 { font-size: 1.25em; } 
	h4, .h4 { font-size: 1.15em; }
}
.small {	font-size: .85em; }
.head { 
	padding: 10px; 
	margin-bottom: 20px; 
	text-align: center;
	background: #eee; 
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 0 7px 2px;*/
	border-bottom: 1px solid #ddd;
}
.head ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.head ul li {
  margin: 0 2em;
  padding: 2px 0 6px;
  font-size: .85rem;
  color: #222;
}
.center { margin: 0 auto; padding: 10px; max-width: 1270px;  }
.box { 
	margin: 0; 
	padding: 35px 0 0; 
	max-width: 900px;  
	text-align: center;
	background: url(../img/bg.jpg) no-repeat top left #fff;
	border: 10px solid #fff;
}


@media (max-width: 991.98px) {
	.box h4 { font-size: 1.3em; }
}
@media (min-width: 992px) {
	.box h4 { font-size: 2em; }
}

a { color: #000; text-decoration: underline !important; }
a:hover { text-decoration: none; } 

footer { 
	padding: 30px 0;
	margin-top: 30px;
	width: 100%;
	background: #eee; 
}

footer a { text-decoration: none !important; line-height: 2.25em; }

.img-fluid {
  max-width: 100%;
  height: auto;
}

.button {
  margin: 10px 0; 
  padding: .5em 1em;
  display: inline-block;
  background-color: #095934;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: linear .25s;
}
.button:hover {
  background-color: #0f7e4a;	
  box-shadow: none;
}
hr {
  border-color: #ccc;
}
.bggrau { background: #f4f5f6; }
.shadow { box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 12px -3px; }
.border-1 { border: 1px solid #ddd; }
