/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/asap-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Asap Regular'), local('Asap-Regular'),
       url('../fonts/asap-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/asap-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/asap-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/asap-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap-v9-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
	margin: auto;
	text-decoration:none;
}



body {
	font-family: 'Calibri', 'Helvetica','Open Sans', sans-serif;
	font-size: 1em;
	/* padding: 50px; */
	color: #007b5d;
}

a {
	color: #007b5d;
}

#banner {
	width: 100%;
	overflow: auto;
	background-color: #f7d418;
	float: bottom;

}

#banner_content {
	width: 80%;
	max-width: 1000px;
	margin-bottom: 20px;
	padding-top: 10px;
	color: black;
	font-size: 1em;
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	
/*
	border-radius: 5px;
	box-shadow: 3px 3px 5px grey;
*/
}

#banner h1 {
/*
	font-size: 1.5em;
*/
}

#banner p {
	margin-top: 0.3em;
}


.post_img {
	width:200px;
/*
	float:left;
*/
/*
	border: solid 1px blue;
*/
/*
	overflow: auto;
*/
}

.post_img img {
	width:100%;
	display: block;
	margin: auto;
	height:auto;
}


.post_txt {
	width:90%;
	margin-left: 20px;
/*
	border: solid 1px green;
*/
/*
	float: right;
*/
/*
	overflow: auto;
*/
}

#main {
	width: 100%;
	overflow: auto;
}

#logo {
	display: block;
	width: 100px;
	height: auto;
	margin:auto;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: -2;
}


#panel {
	width: 80%;
	max-width: 1000px;

}

#search {
	background-color: #007b5d;
	padding: 40px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px grey;
}

#title {
	font-size: 1.5em;
	text-align: center;
	color: white;
	padding-bottom: 20px;
}


#search form {
/*    display: inline;*/
	margin: auto;
	text-align: center;
}

input {
	font-family: 'Calibri', 'Helvetica','Open Sans', sans-serif;
	width: 85%;
	height: 30px;
	font-size:1.2em;
	padding:5px;
}

button {
	height: 30px;
	width: 14%;
	vertical-align: bottom;
}
button:active {
	background-color: white;
}

#links {
}

table {
	height: 200px;
	width: 100%;
	font-size: 1.2em;
	color: #007b5d;
	border-spacing: 10px 10px;
}

td {
	width: 25%;
	padding: 10px;
/*	box-shadow: 3px 3px 3px grey;*/
/*	background-color : rgba(229,229,229,0.5);*/

}


td:hover {
	background-color: rgba(0,123,93,0.2);
}


.tile {
	text-align: center;
	vertical-align: middle;
}

.tile img {
	height: 60px;
	width: auto;
	display: block;
	margin-bottom: 5px;
}

td a {
	height: 100%;
}

/* a:hover img {
	height: 80px;
	width: auto;
} */

