.single-page {
	width: 100%;
    background-color: white;
	max-width: 1200px;
    border-radius: 5px;
	margin: 8% auto 5% auto;
}

@media screen and (max-width: 999px) {
	.single-page {
		width: 94%;
	}
}

.page-image {
    overflow: hidden;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.page-image img{
    width: 100%
}

@media screen and (max-width: 679px) {

    .page-image {
        width: 90%;
    }

    .page-image img{
        width: 100%;
    }
    .single-page {
        margin-top: 15%;
    }

}

.post {
    width: 80%;
    margin: 0 auto;
    padding: 3% 0 7%;
}

.post h1 {
    font-size: 38px;
    font-weight: 500;
}

.post h2 {
    font-size: 26px;
    margin: 50px 0 5px 0;   
    font-weight: 500;
}

.post h3 {
    font-size: 22px;
    margin: 30px 0 5px 0;
}
.post p {
    font-size: 16px;
}

@media screen and (max-width: 999px){
    .post h1 {
    font-size: 28px;
    }

    .post h2 {
        font-size: 24px;
    }

    .post h3 {
        font-size: 18px;
    }
    .post p {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 420px){
    .post h1 {
    font-size: 26px;
    }

    .post h2 {
        font-size: 22px;
    }

    .post h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1079px)
body {
    background-color: white;
}


@media screen and (max-width: 679px) {
    .post {
    width: 90%;
    }
}