
@media(orientation:landscape){
	body{
		background-image: url('/static/img/thumb-1920-879627.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0;
		font-family: "Lato", sans-serif;
	}	
	h1{
		font-weight: normal;
		font-size: 60px;
		margin: 0 0 40px;
	}

	.sidenav {
		position: absolute;
		top: 95%;
		left: 5%;
		width: 9%;

		padding-left: 1%;
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		padding-top: 1%;
		padding-bottom: 1%;

	}

	.sidenav a {
		padding: 1% 50% 1% 2%;
		text-decoration: none;
		font-size: 20px;
		display: block;
		text-align: left;
		color: inherit;
	  }

	.top{
		height: 95vh;
	}

	.countdown{
		display: flex;
	}

	.time{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 15px 30px 15px 30px;
	}
	.time small{
		font-size: 30px;

	}

	.time h2 {
		font-weight: bold;
		font-size: 72px;
		line-height: 1;
		margin: 0 0 5px;
	}

	.card{
		position: relative;
		top: 30%;
		left: 10%;
		float: left;
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

	.post{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}

	.postContainer{
		margin: 0 5% 5% 20%;	

	}
	.pagination{
		margin: 0% 10% 5% 10%;	
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.pageButton{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		text-align: justify;
		font-size: 30px;
		padding: 1% 2% 1% 2%;
		margin: 0% 2% 0% 0%;
		color: inherit;
		text-decoration: none;
	}

	.pageButtonD{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		text-align: justify;
		font-size: 30px;
		padding: 1% 2% 1% 2%;
		margin: 0% 2% 0% 0%;
		/* color: inherit; */
		color: darkgray;
		text-decoration: none;
		pointer-events: none;
	}

	.post h1{
		font-weight: normal;
		font-size: 50px;
		margin: 15px 0 0 0;
		cursor:pointer;
	}

	.info{
		font-size: 20px;
		margin: 0 15px 0 15px;
	}

	.content{
		text-align: justify;
		font-size: 30px;
		margin: 0px 25px 0px 15px;
		white-space: pre-line;
		padding: 0;
	}

	.postMedia{
		margin: 50px 0 0 0;
		align-items: center;
		object-fit: contain;
		flex-shrink: inherit;
	}

	.postMedia img {
		width: 100%;
		height: auto;
		display: block;
	}

	.postMedia video {
		width: 100%;
		height: auto;
		display: block;
	}

	.read-more-btn{
		text-indent: 40px;
		cursor: pointer;
		color: rgb(57, 86, 150);
	}
}

@media(orientation:portrait){

	h1{
		font-size: 4em;
	}

	.time{
		margin: 5%;
	}

	.time h2{
		font-size: 2.5em;
	}

	.time small{
		font-size: 0.75em;
	}

	body{
		background-image: url('/static/img/thumb-1920-879627.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0;
		font-family: "Lato", sans-serif;
	}	
	
	.top{
		height: 95vh;
	}
	
	.countdown{
		display: flex;
	}

	.card{
		position: relative;
		top: 30%;
		left: 10%;
		float: left;
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
	
	.post{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		margin: 0 5% 5% 5%;	
	}
	
	.pagination{
		margin: 0% 10% 5% 10%;	
		align-items: center;
		justify-content: center;
		display: flex;
	}
	
	.pageButton{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		text-align: justify;
		font-size: 30px;
		padding: 2% 4% 2% 4%;
		margin: 0% 5% 0% 0%;
		color: inherit;
		text-decoration: none;
	}
	
	.pageButtonD{
		border-radius: 8px;
		backdrop-filter: blur(20px);
		background-color: rgba(255, 255, 255, 0.5);
		box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
		border: 1px solid rgba(255, 255, 255, 0.3);
		text-align: justify;
		font-size: 30px;
		padding: 2% 4% 2% 4%;
		margin: 0% 5% 0% 0%;
		/* color: inherit; */
		color: darkgray;
		text-decoration: none;
		pointer-events: none;
	}
	
	.post h1{
		font-weight: normal;
		font-size: 50px;
		margin: 15px 0 0 0;
	}
	
	.info{
		font-size: 20px;
		margin: 0 15px 0 15px;
	}
	
	.content{
		text-align: justify;
		font-size: 30px;
		margin: -5% 1% 0 2%;
		white-space: pre-line;
		padding: 0;
	}

	
	.postMedia{
		margin: 50px 0 0 0;
		align-items: center;
		object-fit: contain;
		flex-shrink: inherit;
	}
	
	.postMedia img {
		width: 100%;
		height: auto;
		display: block;
	}

	.postMedia video {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.read-more-btn{
		text-indent: 40px;
		cursor: pointer;
		color: rgb(57, 86, 150);
	}
}