@font-face {
    font-family: 'Cygre-SemiBold';
    src: url('../fonts/semibold/cygre-semibold.eot');
    /* IE 9 Compatibility Mode */
    src: url('../fonts/semibold/cygre-semibold.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../fonts/semibold/cygre-semibold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/semibold/cygre-semibold.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../fonts/semibold/cygre-semibold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/semibold/cygre-semibold.svg#cygre-extrabold') format('svg');
    /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: 'Cygre-Light';
    src: url('../fonts/light/cygre-light.eot');
    /* IE 9 Compatibility Mode */
    src: url('../fonts/light/cygre-light.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../fonts/light/cygre-light.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/light/cygre-light.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../fonts/light/cygre-light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/light/cygre-light.svg#cygre-light') format('svg');
    /* Chrome < 4, Legacy iOS */
}

.post-caption {
    font-family: 'Cygre-SemiBold';
}

.post-view-div{
    margin-top: 7em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
	
	font-size: 1em;
}

.post-date{
    font-family: 'Cygre-Light';
    color: #999797;
}

.post-content
{
    font-family: 'Cygre-Light';
}


/* phones */
@media (max-width: 1079px){
			.post-view-div{
				h1{font-size: 5em;}
				h4{font-size: 2.75em;}
				p{
					font-size: 3em;}
			
	
	margin-top: 12em;
    margin-left: 2em;
    margin-right: 2em;
				margin-bottom: 1em;}
}