
 html  {

    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}
@font-face {
    font-family:"Raleway";								/*-- Correlates w/400 weight --- */
    src: url(../font/raleway/Raleway.ttf);
}

@font-face {
    font-family:"Raleway-ExtraBold";
    src: url(../font/raleway/Raleway-ExtraBold.ttf);    /*-- Correlates w/800 weight --- */
}


@font-face {
    font-family:"Raleway-Light";
    src: url(../font/raleway/Raleway-Light.ttf);		/*-- Correlates w/300 weight --- */
}


@font-face {
    font-family:"Raleway-ExtraLight";
    src: url(../font/raleway/Raleway-ExtraLight.ttf);	/*-- Correlates w/200 weight --- */
}


.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
     bottom: 1px !important; 
}

.first-half {
    margin-top: -1px;
} /* controls the white space on top of the mobile utility nav*/

body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
}

.container .jumbotron {
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.bar {
    /* width: 60%; */
    height: 380px;
    position: absolute;
    top: 7%;
    left: 50%;
    margin:10px;
}
.show {
    display:none !important;
}

.container{
    font-family: 'Lato', sans-serif;
    background-image:none !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.container, .container-fluid {
	font-family: 'Lato', sans-serif;
    margin-top:-5px!important;
}

.container-fluid {
	padding: 0;
	margin: 0;
}

.video {
    width: 100%;
    height: 700px;
    background-color: white;
    margin-bottom: -5px;
    object-fit: cover;
}

.search-button {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;

}

.news-list {
    list-style:none;
    margin:0 10px;
}

.news-list li:nth-child(odd) {
     /*border: solid red 1px;*/ 
    padding: 10px;
    margin-right: 60%;
    
}

.news-list li:nth-child(even) {
    /*border: solid blue 1px;*/
    padding: 10px;
    margin-left: 60%;
} 

/* ----- NavBar, To Be REMOVED from Final Product ----- */
	
.navbar-inverse {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	opacity: 20;
}

.navbar-nav li {
	text-transform: uppercase;
	font-size: 17px;
	color: white;
	letter-spacing: .05em;
	padding-left: 20px;
	font-weight: 300;
}

ul.nav a, .navbar-brand { 
	color: #fff !important; 
}

.navbar-brand {
	padding-top: 7px;
	padding-left: 10px;
}



/* ----- Courthouse Image To Be REPLACED By Video on Desktop;
CSS code might be needed for mobile to have the still image----- */

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/county-courthouse.jpg);
    background-position: 0% 67%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 450px;
	padding-bottom: 50px;
}



/* ----- Search Bar Section ----- */

.search-bar-section {
	background-color: #222222;
	/*padding: 40px 0 20px 0;*/
	position: relative;
	padding: 40px 15px 20px 15px;
}


.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.search-bar-triangle {
	position: absolute;
    left: 48.5%; 
	bottom: -15px;
	margin: -25px;
	z-index: 10;
}

.search-bar-section .form-control {
	font-family: 'Raleway-Light', sans-serif!important;
	font-weight: 300;
}

.search-button {
	height: 46px;
}

.search-bar-section-links {
	margin-top: 30px;
}

.search-bar-categories p a {
	color: white;
	font-size: 18px;
	font-weight: 200;
	letter-spacing: 0.05em;
	font-family: 'Raleway-ExtraLight', sans-serif!important;
}

.search-bar-categories a:link,
.search-bar-categories a:visited {
	text-decoration: none;
	color: white;
}

.search-bar-categories a:hover,
.search-bar-categories a:active {
	text-decoration: underline;
	color: white;
}

.tiny-arrow {
    font-size: 13px;
	color: white;
}



/* ----- Trending Topics ----- */


.trending-topics {
	padding: 0 15px!important;
}

.padding-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}

.topic-image {
    position: relative;
}

.topic-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	background: rgba(0, 0, 0, 0.2);
	padding-top: 8px;
}

.topic-caption p {
	color: white;
	font-family: 'Raleway-Light', sans-serif !important;
	font-size: 22px;
	margin-left: 20px;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.topic-caption-margin p {
	margin-left: 35px;
}

.medium-arrow {
    font-size: 20px;
}

.topic-caption a:link,
.topic-caption a:visited {
	text-decoration: none;
	color: white;
}

.topic-caption a:hover,
.topic-caption a:active {
	text-decoration: underline;
	color: white;
}



/* ----- Latest News ----- */

.latest-news {
	padding: 45px 65px 45px 65px;
    
}

.latest-news h2 {
	font-family: 'Raleway-ExtraBold', sans-serif!important;
	text-align: center;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 60px;
}

.latest-news-date {
	text-transform: uppercase;
	color: #5d5d5d;
	font-family: 'Lato', sans-serif!important;
	font-weight: 700;
	font-size: 12px;
}

.latest-news-title a {
	font-family: 'Raleway', sans-serif!important;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.latest-news-title a,
.latest-news-title a:focus{
  	color: #1b7ddd;
	text-decoration: none;
}

.latest-news-title a:active,
.latest-news-title a:hover {
    color: #1460aa;
	text-decoration: underline;
}

.latest-news-button {
	margin-top: 45px;
}

.latest-news-scrollbar {
	color: #1e8c4d;
}



/* ----- Park Activities ----- */

.parks-jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/homepage-parks-banner.jpg);
    background-position: 0% 77%;
    background-size: cover;
    background-repeat: no-repeat;
	height: 500px;
	padding-bottom: 50px;
	border-radius: 0 !important;
}

.parks-activities-container {
	background-image: url(../images/parks-white-triangle.png);
    background-repeat: no-repeat;
	background-position: bottom right;
	}

.parks-activities-text {
	padding: 35px 20px 30px 30px;
}

.parks-jumbotron h2 {
	font-family: 'Raleway-ExtraBold', sans-serif !important;
	text-align: right;
	font-size: 60px;
	font-weight: 800;
    margin-bottom: 15px;
}

.parks-jumbotron p {
	font-family: 'Raleway', sans-serif;
	text-align: right;
	font-weight: 400;
	font-size: 24px;
}

.parks-jumbotron .parks-activities-text .btn {
	margin-top: 15px;
}



/* ----- Featured Items ----- */


.new-featured-items {
    padding: 65px 75px 65px 75px;
    margin-right: 15%;
    margin-left: 15%;
}

.new-featured-title {
	background-color: #222222;
	padding: 10px 25px 15px 25px;
	height: 125px;
	position: relative;
}

.new-featured-items .img-responsive{
    max-width:100% !important;
}

.featured-triangle {
	position: absolute;
    left: 48%; 
	bottom: -15px;
	margin: -25px;
	z-index: 10;
}

.new-featured-title h3 {
	font-family: 'Raleway-Light', sans-serif;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: white;
	line-height: 125%;
}

.new-featured-item-button {
	margin-top: 30px;
}
/*.clip-path img {
  clip-path: url(#myclippath);
 
}*/
    .clip-path img {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 83%, 0% 100%);
    margin-top: -1px;	
}
    

/* ----- Video Player ----- */

.video-player {
	background-color: #ebebeb !important;
	padding: 65px 75px 65px 75px;
}

.video-player h2 {
	font-family: 'Raleway-ExtraBold', sans-serif;
	text-align: left;
	font-size: 60px;
	font-weight: 800;
}



/* ----- Footer ----- */

.footer {
	background-color: black;

	padding: 30px 0;
}

.footer-content {
	margin-top: 25px;
}

.disclaimers {
	margin-top: 40px;
}

.footer h3 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	margin-bottom: 30px;
	color: white;
	letter-spacing: 0.05em;
}

.footer p, .footer a {
	font-family: 'Raleway-Light', sans-serif !important;
	font-weight: 300;
	font-size: 13px;
	color: white;
	vertical-align: bottom;
	letter-spacing: 0.05em;
        margin-bottom:10px;
	line-height: 1.4;
	
}

.footer a:hover{
	text-decoration:underline;
}

.footer-content img {
    vertical-align: middle;
}
.disclaimers p {
	font-size: 12px;
}

.footer-icon img {
	margin-right: 5px;
}



/* ----- Upper Page Buttons ----- */

.btn.btn-default {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: 12px;
    /*border-radius: 6px!important;*/
  
}

.btn.btn-default,
.btn.btn-default:focus{
  background-color: #1e8c4d !important;
  border-color: #1e8c4d!important;
  color:#fff!important;
}

.btn.btn-default:active,
.btn.btn-default.dropdown-toggle:active,
.btn.btn-default:hover{
  background-color: #1a7541!important;
  border-color: #1a7541!important;
  color:#fff!important;
}

.all-news-button {
	margin-top: 10px;
}


/* ----- Footer Buttons ----- */


.footer .btn.btn-default {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	letter-spacing: .07em;
	text-transform: uppercase;
	font-size: 12px;
    background-color: #1b7ddd !important;
    border-color: #1b7ddd !important;

	margin-left: 0;
}

.footer .btn.btn-default,
.footer .btn.btn-default:focus{
  background-color: #1b7ddd !important;
  border-color: #1b7ddd !important;
  color:#fff;
}

.footer .btn.btn-default:active,
.footer .btn.btn-default.dropdown-toggle:active,
.footer .btn.btn-default:hover {
  background-color: #1460aa !important;
  border-color: #1460aa !important;
  color:#fff;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    background: #1460aa !important;
	border-color: #1460aa !important;
    color:#fff !important;
 }




/* ---------------- Media Queries ---------------- */




/* ------ XS and SM Devices ------ */

@media only screen and (max-width: 992px) {
	
	.bar {
    /* width: 60%; */
    height: 280px;
    position: absolute;
    top: 5%;
    left: 50%;
    margin:10px;
}
	/* ----- Footer ----- */
	
    .footer-quick-links {
        background-color: #353535;

    }

	.footer-quick-links, .footer-allegheny-county, 
	.footer-follow-us {
		padding: 15px 0 25px 0;
	}
	
	.footer p, .footer a, .footer h3 {
		text-align: center;
	}
	
	.dropup {
		text-align: center;
	}
	
	.dropdown-menu {
	  left: 50%;
	  right: auto;
	  text-align: center;
	  transform: translate(-50%, 0);
	}

	.dropdown-menu a {
		text-align: left;
	}
	
	.footer {
		padding: 0 0 20px 0;
	}
	
	
	
	/* ----- Video Player ----- */
	
	.plugin {
		margin-top: 35px;
	}

	.video-float-center {
		text-align: center;
	}
		
		
	/* ----- Courthouse Image ----- */
	
	.jumbotron {
		height: 260px;
		background-position: center;
	}
	
	
	/* ----- Parks Activities ----- */
	
	
	.parks-jumbotron .parks-activities-text .btn {
		margin-top: 0px;
	}
	
	.parks-jumbotron p {
		font-family: 'Raleway', sans-serif;
		text-align: right;
		font-weight: 400;
	}
	
}



/* ------ MD and LG Devices ------ */

@media only screen and (min-width: 993px) {
	
	/* ----- Trending Topics ----- */
	

	.trending-topics {
		padding-left: 5px!important;
	}
	
	/* ----- Video Player ----- */
	
	.video-float-left {
		text-align: left;
	}
	
}


/* ------ XS Devices Only ------ */

@media only screen and (max-width: 767px) {
	
    .no-show {
        display:none !important;
    }

    .show {
        display:block!important;
    }


    .news-list li:nth-child(odd) {
       
        padding: 10px;
        margin-right: 0!important;
    }

    .news-list li:nth-child(even) {
       
        padding: 10px;
        margin-left: 0!important;
    } 
	
	/* ----- Parks Activities ----- */

	.parks-jumbotron {
		margin-bottom: 0px;
		background-image: url(../images/homepage-parks-banner.jpg);
		background-position: 45% 77%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 310px;
		padding-bottom: 50px;
	}

    .parks-activities-container {
		background-image: url(../images/parks-white-triangle-xsmall.png);
		background-repeat: no-repeat;
		background-position: center right;
	}

	.parks-activities-text {
		padding: 30px 15px 30px 20px;
	}

	.parks-jumbotron h2 {
		font-size: 32px;
 		padding-bottom: 5px;
	}

	
	.parks-jumbotron p {
		font-family: 'Raleway', sans-serif;
		text-align: right;
		font-weight: 400;
		font-size: 16px;
	}
	
	
	/* ----- Search Bar Section ----- */
	
	.search-bar-section {
		padding: 30px 0 10px 0;
	}
	
	.search-bar-categories p a {
		font-size: 14px;
		letter-spacing: 0.03em;
	}
	
	.search-bar-section-links {
		margin-top: 20px;
	}
	
	
	/* ----- Trending Topics ----- */
	
	.topic-caption p {
		font-size: 20px !important; /* was 14px*/
		margin-left: 10px;
	}
	
	.topic-caption-margin-small p {
		margin-left: 15px;
	}
	
	.medium-arrow {
    	font-size: 18px; /*was 12px*/
	}

	
	/* ----- Latest News ----- */
	
	.latest-news h2 {
		font-size: 42px;
		margin-bottom: 40px;
	}
	
	.latest-news {
		padding: 15px 15px 40px 15px;
	}

	.latest-news-date {
		font-size: 12px;
	}

	.latest-news-title a {
		font-size: 16px;
	}
	
	
	
	/* ----- Featured Items ----- */


    .new-featured-items {
        padding: 15px 15px 10px 15px;
        margin-right: 18%;
        margin-left: 18%;
    }
	
	.new-featured-item-button {
		margin-bottom: 40px;
	}
	
	.new-featured-title {
		height: 100%;
		padding: 5px 15px 10px 15px;
	}
	
	.new-featured-title h3 {
		font-size: 18px;
	}
	
	.new-featured-clearfix > *:nth-child(2n+3) {
		clear: left;
		margin-top: 20px;
	}
	
	
	/* ----- Video Player ----- */
	
	.video-player {
		padding: 15px 30px 40px 30px;
	}
	
	.video-player h2 {
		text-align: center;
		font-size: 42px;
	}
	
}



/* ------ SM Devices Only ------ */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	
	/* ----- Search Bar Section ----- */
	
	.search-bar-triangle {
		position: absolute;
		left: 49%; 
		bottom: -15px;
		margin: -25px;
		z-index: 10;
	}
	
	
	/* ----- Trending Topics ----- */
	
	.topic-caption p {
		font-size: 16px;
		margin-left: 20px;
	}
	
	.topic-caption-margin-small p {
		margin-left: 25px;
	}
	
	.medium-arrow {
    	font-size: 14px;
	}
	
	
	/* ----- Parks Activities ----- */

	.parks-jumbotron {
		margin-bottom: 0px;
		background-image: url(../images/homepage-parks-banner.jpg);
		background-position: 30% 77%;
		background-size: cover;
		background-repeat: no-repeat;
		height: 400px;
		padding-bottom: 50px;
	}

    .parks-activities-container {
		background-image: url(../images/parks-white-triangle-small.png);
		background-repeat: no-repeat;
		background-position: center right;
	}


	.parks-activities-text {
		padding: 30px 15px 30px 10px;
	}

	.parks-jumbotron h2 {
		font-size: 52px;
	}

	.parks-jumbotron p {
		font-size: 20px;
	}
	
	
	
	/* ----- Latest News ----- */
	
	.latest-news h2 {
		font-size: 52px;
		margin-bottom: 40px;
	}
	
	.latest-news {
		padding: 30px 30px 30px 30px;
	}

	.latest-news-date {
		font-size: 11px;
	}

	.latest-news-title a {
		font-size: 20px;
	}
	
	
	/* ----- Featured Items ----- */
	
	.new-featured-items {
		padding: 60px 40px 0 40px;
	}
	
	.new-featured-item-button {
		margin-bottom: 60px;
	}
	
	.new-featured-title {
		height: 100%;
	}
	
	.new-featured-clearfix > *:nth-child(2n+3) {
		clear: left;
		margin-top: 10px;
	}
	
	.new-featured-title h3 {
		font-size: 20px;
	}
	
	
	/* ----- Video Player ----- */
	
	.video-player {
		padding: 25px 40px 60px 40px;
	}
	
	.video-player h2 {
		text-align: center;
		font-size: 52px;
	}
	
	.video-player .btn {
		margin-bottom: 30px;
	}
	
}


/* ------ MD Devices Only ------ */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	
	/* ----- Latest News ----- */


    .latest-news {
        padding: 35px 55px 50px 55px;
        margin-right: 10%;
        margin-left: 10%;
    }

	.latest-news-date {
		font-size: 12px;
	}

	.latest-news-title a {
		font-size: 22px;
	}
	
	
	
	/* ----- Featured Items ----- */
	
	.new-featured-items {
		padding: 50px 30px 0 30px;
	}
	
	.new-featured-item-button {
		margin-bottom: 60px;
	}
	
	.new-featured-title {
		height: 100%;
		padding: 5px 35px 10px 35px;
	}

	.new-featured-title h3 {
		font-size: 22px;
	}


    
}


@media only screen and (max-width: 600px) {

        	.bar {
     
    height: 300px;
    position: absolute;
    top: 4%;
    left: 50%;
    margin: 10px;
}

   .latest-news-title a {
    font-size: 16px!important;
}


   .nomargin {
    /*margin-left:0!important;*/
    padding-left: 0!important;
}

    }


