
body{
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
	overflow-x: hidden;
	margin:0;
	width:100%;
	height: 100vh;
	float:left;
	vertical-align:middle;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	
}
		
a:link {
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;

}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: tomato;
}
a:active {
	text-decoration: none;
	color: #000;
}	
	











.topbar{
	width: 100%;
	margin-top:0px;
	z-index: 3;
	position:fixed;
	top:0;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	vertical-align: super;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: super;
	}


.mid_box{
	width:25%;
	height:30px;
	float:left;
	text-align:center;
	vertical-align:middle;
	font-family: 'Montserrat', sans-serif;
	padding-top:15px;
	background-color:white;
		}




.post{
	max-width: 1000px;


}

.postlist{
	max-width:1000px;
	margin: 100px auto 100px auto;

	}	


.firstimage{
	padding: 70px 30px;
   	width:180px; /*container-width*/
	height:180px;
  	overflow: hidden; /*hide bounds of image */
   	margin:0; /*reset margin of figure tag*/
	float:left;
	display: block;
  	transition: 1s ease;
  	backface-visibility: hidden;
}
.firstimage img{
   object-fit: cover;
	width:100%;
	height:100%;
	transition: 1s ease;
}
.middle {
  transition: 1s ease;
  opacity: 0;
  text-align: center;
}

.firstimage:hover .image {
  opacity: 0.2;

}


.firstimage:hover .middle {
  opacity: 0.9;
}


.text {
  	color: #000;
 	font-size: 12px;
	margin-top: -100px;
	padding:5px;
	z-index: 10;
	font-weight: bold;
	opacity: 1;
	}

.text_title {
  	color: #000;
 	font-size: 12px;
	text-align: center;
	padding:5px;
	z-index: 10;
	opacity: 1;
	display: block;
	padding-top: 80px
	}


.post_title{
	
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}

.post_date{
	text-align: center;
	font-size: 8px;
	padding:5px 0 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	height:15px;
	color:#888;
}

.post_next{
	text-align: left;
	font-size: 9px;
	padding: 5px 0 20px 0;
	float: left;
	display: inline-block;
	width:100px;
	letter-spacing: 1px;
}

.post_prev{
	text-align: right;
	font-size: 9px;
	padding: 10px 0 20px 0;
	float: right;
	width:100px;
	display: inline-block;
	letter-spacing: 1px;
}

.entry{
	font-size: 12px;
	line-height:24px;
 	border-style: solid;
 	border-width: 0 0 1px 0;
	border-color: #eee;
	padding-bottom: 20px;
}

.entry img{
	padding-bottom: 20px;
}

.entryback{

  display: flex;
  justify-content: center;
}

.topbtn{
		width:30px;
		height:30px;
		border-width:1px 1px 1px 1px;
		background-color: white;
		border-color:#ddd;
		border-style:solid;
		color: #000;
		line-height:30px;
		vertical-align:middle;
		text-align:center;
		position:fixed;
		top:75%;
		right:0px;
		z-index:99;
		font-size:12px;

				}	
	.category{
		list-style: none;
		display: block;
		font-size:11px;
		width: 1000px;
		text-align:center;
		padding-bottom:20px;

	}
	.category ul {
	list-style: none;
	display: inline;
	}
	.category li{
	list-style: none;
	display: inline;
	}



.largetitlefont{
	font-size: 14px;
}
.smalltitlefont{
	font-size: 9px;
}



input[type=button], input[type=submit], input[type=reset] {
    border: none;
	background-color: #fff;
    color: #333;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	width:80px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	border-width:1px 1px 1px 1px;
	background-color: white;
	border-color:#ddd;
	border-style:solid;
	}




#footer{
		width:100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	color:#262626;
	margin:10px 0 10px 0;
	height:30px;
	padding:30px 0 8px 0;
	text-align:center;
	vertical-align:middle;
	bottom:0;
	clear:both;
	position: static;

}