html{
	font-size: 24px;

}

body{
	background-image: url('../murs.jfif');
	background-repeat: repeat;
	background-size: 25%;
}

label, input, h1, h2, h3,h4, p, div{
	font-family : 'Lexend Deca'!important;
}

h1{
	text-align: center;
	color:white;
	font-size: 3rem;
	margin : 1rem;
}

h2{
	font-size: 2rem;
	text-align: center;
	margin: 0px 0px .75rem 0px;

}

.post h3{
	font-weight: 300!important;
	font-size: 1.25rem;
	border-bottom : .25rem solid black;
}
.post h4{
	font-weight: 600!important;
	font-size: .75rem;
	margin: 1.5rem 0rem 1rem 0rem;

}
.post h3+div p{
	font-size: 1rem!important;
}
.post h4+div p{
	font-size: .75rem!important;
	font-weight: 300!important;
}

#main_wrapper{
	padding: 1rem 33%;
}

body{
	margin:0px;
}

.post{
	padding: 1rem;
	background-color: white;
	margin-bottom: 1rem;
}

@media (orientation: portrait) {

	#main_wrapper{
		padding: 1rem 2%;
	}
}

@media screen and (min-width: 2160) and (max-width: 3840px) {
	html{
		font-size: 16px;
	}
}

@media screen and (min-width: 1920px) and (max-width: 2160px) {
	html{
		font-size: 12px;
	}
}