@font-face {
	font-family: Martel;
	src: url(//newsinteractive.post-gazette.com/includes/fonts/martel/Martel-Heavy.ttf) format('truetype');
	font-weight: 900;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('//newsinteractive.post-gazette.com/includes/fonts/proxima-nova/proximanova_light_macroman/proximanova-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('//newsinteractive.post-gazette.com/includes/fonts/proxima-nova/proximanova_black_macroman/proximanova-black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/* Banner Styles */

navbar {
    width: 100vw;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 30px;
    position: fixed;
    z-index: 2000;
    box-shadow: none;
}

textbranding {
    font-family: 'proxima-nova', Helevtica, Verdana, sans-serif;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px;
    font-weight: 900;
    margin-left: 20px;
}

pglogo {
    background: url(../img/PG-logo-1.png) center center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-left: 0px;
    /*margin-right: 65px;*/
    display: block;
}

social {
    font-size: 22px;
    width: auto;
}

social a {
    color: #fff;
    padding: 0 5px;
}

social .fa-facebook:hover {
    color: #3b5998;
}

social .fa-twitter:hover {
    color: #4099ff;
}

/* Set Styles */

body {
	background: #2b2b2b;
}

body p {
		font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 17px;
    line-height: 25px;
		color: #fff;
}

.main {
	padding-top: 50px;
}

finalborder {
    width: 100vw;
    height: 25px;
    background: #000;
    display: inline-block;
}

/* Custom Styles */

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 5px auto;
}

.box-ad {
	display: none;
}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.feedWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
}

a.wrapper {
    width: 33.3%;
    min-height: 400px;
		height: 400px;
}

a.wrapper:nth-of-type(1) {
    width: 75%;
		min-height: 600px;
    height: 600px;
}

.storyBox {
    background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-start;
}

.storyBox h1 {
    font-family: "Martel", Georgia, serif;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 0;
}

.pubDate {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
}

.description {
    font-size: 17px;
    line-height: 22px;
		margin-bottom: 0;
}

bottom {
    background-color: rgba(0,0,0,.55);
    padding: 10px;
		width: 100%;
}

/* Mobile Styles */

@media only screen and (max-width: 1100px) {
	a.wrapper {
		width: 50%;
	}
}

@media only screen and (max-width: 1000px) {
	.leader-ad {
		display: none;
	}

	.box-ad {
		width: 300px;
		height: auto;
		display: block;
		margin: 5px auto 10px auto;
	}

	a.wrapper:nth-of-type(1) {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
		navbar {
			padding: 0 10px;
		}

		pglogo {
			margin-left: 5px;
		}
}

@media only screen and (max-width: 600px) {
	a.wrapper {
		width: 100%;
	}
}
