@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: 1px;
  text-transform: uppercase;
  font-size: 22px;
  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 {
	border-top: 20px solid black;
} */

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(-n+2) {
    width: 50%;
		min-height: 600px;
    height: 600px;
}

.storyBox {
    background-size: cover;
		background-position: left 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%;
}

.intro {
  width: 100%;
  height: auto;
  min-height: 60px;
	/* max-height: 85vh; */
  overflow: hidden;
	position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  align-items: center; */
  position: relative;
  border-bottom: 0px #FDB827 solid;
  padding: 60px 10px 0 10px;
}

.intro h1 {
    text-align: center;
    width: 100%;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 75px;
    line-height: 75px;
    font-weight: 900;
    color: #fff;
    margin-bottom: -13px;
    text-transform: uppercase;
}

top {
    height: auto;
    width: 100%;
    z-index: 1000;
		display: flex;
		justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -165px;
}

.red {
    color: #fd0713;
		font-weight: 900;
}

img.spin {
    width: 200px;
    height: auto;
    animation-name: spin;
    animation-duration: 100000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.teaser {
  background: #FDB827;
  padding: 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.teaser p {
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.bannerLink {
  width: 33%;
  text-align: center;
  font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
  transition: 0.75s all ease-in-out;
  color: #000;
}

.bannerLink:hover {
  color: #fff;
  cursor: pointer;
  background: rgba(199, 144, 30, 0.75);
}

.gallery {
    width: 750px;
    height: auto;
    display: block;
    margin: 0 auto;
}

a.wrapper:nth-of-type(n+15) {
  display: none;
}

navbar {
  background: transparent;
}

social {
  display: none;
}

.orbit-wrapper {
  margin: 0 15px;
}

.orbit-caption {
  font-family: 'proxima-nova', Helevtica, Verdana, sans-serif;
  font-weight: 400;
	font-size: 18px;
  line-height: 22px;
}

.orbit-bullets button {
  width: 0.5rem;
  height: 0.5rem;
}

/* .orbit, .orbit-container {
	height: 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(-n+2) {
		width: 100%;
		min-height: 400px;
		height: 400px;
	}
}

@media only screen and (max-width: 800px) {
	.intro h1{
		font-size: 55px;
		line-height: 65px;
	}

	.gallery {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
}

@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%;
	}
	.intro {
		height: 140px;
	}
	.intro h1{
		font-size: 45px;
		line-height: 45px;
		margin-bottom: -7px;
	}
	top {
		margin-bottom: -115px;
	}
	img.spin {
    width: 150px;
	}
}

@media only screen and (max-width: 500px) {
	.intro h1 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: -6px;
	}
	top {
		margin-bottom: -95px;
	}
	img.spin {
    width: 125px;
	}
}

@media only screen and (max-width: 400px) {
	.intro h1 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: -6px;
	}
	top {
		margin-bottom: -65px;
	}
	img.spin {
    width: 75px;
	}
}
