/*NPC Custom CSS*/

/*GENERAL STYLES*/

body {
	color: #616161 !important;
	background-color: #F4F9F4;
}

header {
	padding: 0 !important;
}
/* Use if setting as bg image, but then NPC won't be able to modify easily via theme customizer
#site-header {
	background-image: url('./img/npc-header.jpg');
	padding: 30px 20px !important;
	margin: 0 !important;
	background-size:cover;
}
*/

.site-header {
	position:relative;
	padding:0 !important;
}
/*
.header-logo a{
	position:relative;
}
*/


/*
img.header-image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 50%);
  height: 150px;
  width: 100%;
  content: '';
}
*/
/* gradient overlay over header image */
.header-logo a:after{
content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0, 0, 0, 0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	
}
.site-title {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: white !important;
}

.site-title a {
	color: white !important;
}

#main-menu {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 1.125em;
	background-color: #616161 !important;
}

#footer {
	background-color: #616161 !important;
	color: white;
}

#menu-footer {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 1.125em;
	width: 100%;
}

.breadcrumbs {
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif !important;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.home-intro {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 1.5em !important;
	line-height: 1.5em;
	hyphens: none;
}

.home-news {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2em !important;
}

.entry-header {
	margin-bottom: 5px !important;
}

.entry-title {
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

.entry-title-post {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

p {
	font-family: 'Merriweather', serif;
}

/*a {
	color: #0082BA !important;
}*/

/*PROJECT PAGE*/

.project-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.05em;
	font-size: 4em;
}

.project-table th {
	background-color: #C4E3CB;
	color: #666 !important;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}

.project-table td {
	vertical-align: top;
	padding-bottom: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.project-table li {
	list-style-type: none;
	margin-left: -30px;
}

.fa-envira {
	color: #8AAE92;
	padding-right: 5px;
}

.project-title {
	color: #8AAE92;
}

.project-photo img {
	width: 100%;
}

.project-description {
	line-height: 1.6em;
	font-family: 'Merriweather', serif;
	hyphens: none;
}

/*PROJECT LISTINGS*/

.project-thumbs {
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	background-color: #8AAE92;
	height: 250px;
	background-size: cover;
	background-position: center center;
	border: 1px solid #dedede;
}

.project-thumbs img {
	z-index: 0;
}

.thumb-title {
	color: white !important;
	z-index: 999;
	display: block;
	padding-left: 20px;
	padding-top: 200px;
	text-shadow: 2px 2px 2px #333;
}

/* ////////////////////////////////////////
Responsive (MB - pulled from Atv - added 3/22/21 during header work)
//////////////////////////////////////// */

/* phone only */
@media only screen and (max-width: 40em) {

/* size header logo*/
/*
a.custom-logo-link {
	position: absolute;
	max-width: 50%;
	top: 10px;
	left: 25px;
}
*/
a.custom-logo-link {
	position: absolute;
	max-width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

/* phone retina only */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 40em),
only screen and (min-resolution: 192dpi) and (max-width: 40em) {

}

/* tablet retina only */
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 40.063em),
only screen and (min-resolution: 192dpi) and (min-width: 40.063em) {

}

/* phone vertical */
@media only screen and (max-width: 29.9375em) {

}

/* tablet vertical */
@media only screen and (max-width: 59.9375em) {
/* size header logo*/

}

/* tablet */
@media only screen and (min-width: 40.0625em) {
/*
a.custom-logo-link {
	position: absolute;
	max-width: 50%;
	top: 15px;
	left: 25px;
}*/
a.custom-logo-link {
	position: absolute;
	max-width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

/* tablet horizontal / desktop */
@media only screen and (min-width: 64.5em) {
/* size header logo*/

/*
a.custom-logo-link {
	position: absolute;
	max-width: 35%;
	top: 50px;
	left: 50px;
}
*/
a.custom-logo-link {
	position: absolute;
	max-width: 35%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}