/* CSS Document */
/* @media screen and (min-width: 1000px) {
    body {
        font-size:.75em;
    }
} */

html,body{
	margin:0;
	padding:0;
}
body {
	background:url('../../img/back.jpg');
	background-position:center;
	background-attachment:fixed;
	background-repeat: no-repeat;
}
@font-face {
    font-family: 'bonvenocflight';
    src: url('../../fonts/BonvenoCF-Light-webfont.eot');
    src: url('../../fonts/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/BonvenoCF-Light-webfont.woff') format('woff'),
         url('../../fonts/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('../../fonts/BonvenoCF-Light-webfont.svg#bonvenocflight') format('svg');
    font-weight: normal;
    font-style: normal;

}





#searchButton{
	position:absolute;
  top: 20px;
	right: 5%;
	color: white;
	font-family: 'bonvenocflight';
	font-size: 1.5em;
	text-decoration: none;
}
#searchButton:hover, #homeButton:hover {
	color:#CF0;
}
#homeButton{
	position:absolute;
  top: 20px;
	left: 5%;
	color: white;
	font-family: 'bonvenocflight';
	font-size: 1.5em;
	text-decoration: none;
}

#banner{
	width:100%;
	height:80px;
	background:rgba(0,200,100,.8);
	color:white;
	text-align:center;
	font-size: 2.6em;
	font-family: 'bonvenocflight';
  line-height: 80px;
}

/* tbody{

} */
.newspapers {
  list-style: none;
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 10%;
}
.newspapers li {
	text-align:center;
	height:100px;
	width:250px;
	background:rgba(0,200,100,.8);
}
.newspapers li a {
	font-family: 'bonvenocflight';
	font-size:15pt;
	line-height:200%;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.newspapers li a:hover{
	cursor:pointer;
	color:#CF0;
}
.pubName {
  display: flex;
  justify-content: center;
  height: 100px;
  align-items: center;
}
.newspapers li table {
	width:250px;
  background:rgba(0,200,130,.8);
}
.newspapers li table tr {
  width: 250px;
  display: flex;
  justify-content: center;
}
table td {
	width:66px;
}
.newspapers li table td a:hover{
	color:#CF0;

}
.yearsTitle{
	font-weight:bold;
	font-family: 'bonvenocflight';
	color:white;
	text-align:center;
	font-size:20pt;
	margin-top:7%;
	margin-bottom:20px;
}
.yearsTitle a:link, .yearsTitle a:visited {
  color: #FFF;
  text-decoration: none;
}
.yearsTitle a:hover {
  color: lightgreen;
}
.yearsMonth{
	font-family: 'bonvenocflight';
	color:#CF0;
}
.yearsTable{
	font-family: 'bonvenocflight';
	background:rgba(0,200,130,.8);
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;

}
/* .yearsTable tr{

} */
.yearsTable td a{
	color:white;
	text-decoration:none;
}
.yearsTable td a:hover{
	color:#CF0;
}
.footy{
	color:white;
	background:rgba(0,0,0,.6);
	position:fixed;
	bottom: -8%;
	width: 75%;
	left: 50%;
  transform: translate(-50%, -50%);
	text-align:center;
  z-index: -1;
}
.footy p{
	 font-family: 'bonvenocflight';
}
.footy a{
	color:yellow;
	 font-family: 'bonvenocflight';
}
.footy a:hover{
	color:#0F3;

}
.sub_cat{
	margin-left:20px;

}
.sub_sub_cat{
	margin-left:50px;

}

#search_container {
  width: 505px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 4%;
}

#zoom_searchbox {
  width: 400px;
  height: 50px;
  border: none;
  font-size: 24px;
  color: #000;
  background-color: #DEDEDE;
  text-align: center;
  float: left;
  outline: none;
}
#search_button {
  width: 100px;
  height: 50px;
  border: none;
  font-size: 24px;
  color: #000;
  background-color: #DEDEDE;
  text-align: center;
  cursor: pointer;
  float: left;
  outline: none;
}
#search_button:hover {
  color: #00994c;
  outline: none;
}
