@media screen and (orientation:portrait) {
	.page-wrap{
		width: 100%;
		min-height:5em;
		padding: 0em;
		
	}
	.banner-pic{
		min-height: 40px;
		max-height: 200px;
		height: 200px;
		width: auto;
		padding: 0 0 10em;
		margin-top: -3em;
	}
	.banner-content{
		min-height: 30px;
		max-height: auto;
		height: auto;
		padding-top: 1em;
		padding-bottom: 8em;
	}
	.banner-content h1{
		font-size: 22pt;
		text-align: center;
	}
	.navbar{
		width: 100%;
		margin: auto;
		z-index: 2;
		overflow: auto;
		white-space: nowrap;
	}
	.post-block{
		width: 90%;
		height: 350px;
		margin: 1em;
	}
	.modal img{
		width: 80vw;
	}
}
@media screen and (orientation:landscape) {
	.page-wrap{
		max-width: 60em;
		width: 80%;
		min-height: 20em;
		padding: 0;
		margin: 2em auto 1.5em;
	}	
	.banner-pic{
		max-height: 320px;
		height: 3240px;
		width: 100%;
		margin-top: 1em;
		border-radius: 3em;
	}
	.banner-content{
		max-height: 10em;
		padding: 0.5em 2em 2em;
		min-height: 320px;
	}
	.banner-content h1{
		font-size: 42pt;
		text-align: center;
		padding-top: 3em;
		color: #23A0BA;
	}
	.navbar{
		max-width: 60em;
		width: 100%;
		margin: auto;
		z-index: 2;
		display: flex;
  		justify-content: center;
	}
	.post-block{
		width: 90%;
		height: 21em;
		margin: 1em;
	}
	.modal img{
		width: 30vw;
	}
}
.sidenav-pic{
	width: 100%;
	height: auto;
}
#slide-out ul>li{
	padding-left: 1em;
}
.posts-board{
	z-index:-1;
}
.post-title {
	position: absolute;
	bottom: 0em;
	left: 0em;
	background-color: rgba(20,20,20,0.6);
	width: 100%;
	height: 6em;
	transition: all 0.5s;

}
.post-title:hover{
	background-color: rgba(50,50,50,0.9);
	height: 100%;
	transition: 0.5s;
}
.row{
	text-align: center;
}
img{max-width: inherit;}