/*
Theme Name: psn
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 999999
License: 
License URI: 
Text Domain: 
Tags: 
*/

html, body {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-weight: 300;
	background-color: #c4c9c5;
}

.page-indicator p {
	font-family: Verdana, Geneva, sans-serif;
	background: url("images/text-bg.jpg") center;
    background-size: cover;
    margin: auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
	font-weight: 600;	
}

.page-indicator p.faded {
	font-family: Verdana, Geneva, sans-serif;
	opacity: 0.2;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  	filter: alpha(opacity=20);
  	-moz-opacity: 0.2;
  	-khtml-opacity: 0.2;
}

a, a:focus, a:visited, a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #0077C8;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

a:focus, a:hover {
	text-decoration: none;
}

.h1, h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0;
}

.h2, h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	margin: 30px 0 15px 0;
}

.h2:first-child, h2:first-child {
	margin: 0 0 15px 0;
}

p {
	font-family: Verdana, Geneva, sans-serif;
}


/* Extra Wide Bootstrap Styles */

@media screen and (min-width: 1400px) {
	
.container {
	width: 1370px;
}
	
.h1, h1 {
    font-size: 36px;
}
	
.h2, h2 {
    font-size: 24px;
}
	
p {
    font-size: 21px;
}
	
.page-indicator .line {
	background: url("images/text-bg.jpg") center;
    background-position: center left;
    width: 12px;
	height: 140px; /*210px*/
	margin-right: 20px;
	float: left;
}

.page-indicator p {
	font-size: 80px;
	line-height: 70px;
}
	
}

@media screen and (min-width: 1600px) {
	
.container {
	width: 1570px;
}
	
}

@media screen and (min-width: 1900px) {
	
.container {
	width: 1870px;
}
	
}

/* End */


/* Nav Styles */

.navbar {
    background-color: transparent;
    border-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    border: none;
	margin: 0;
}

.navbar-brand > img {
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin: 0px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
    background-color: transparent;
	text-transform: uppercase;
	border-bottom: 2px solid #c4c9c5;
	padding-bottom: 3px;
	text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #333333;
    background-color: transparent;
	text-transform: uppercase;
	border-bottom: 2px solid #0077C8;
	padding-bottom: 3px;
	text-decoration: none;
}

/* End */

/* Footer Styles */

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer a, footer a:focus, footer a:visited, footer a:hover {
    color: #333333;
}

footer img {
    margin-right: 8px;
	width: 20px;
	height: 20px;
}
	
footer span, footer .menu-footer-menu-container {
	display: inline-block;
}

/* End */



/*** Media Queries ***/

@media only screen and (min-width: 992px) {
	
.navbar-brand {
    padding: 0 15px 15px 15px;
}

.nav > li > a {
    margin: 3px 15px;
}
	
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	
.h1, h1 {
    font-size: 32px;
}
	
.h2, h2 {
    font-size: 21px;
}
	
p {
    font-size: 18px;
}

.page-indicator .line {
	background: url("images/text-bg.jpg") center;
    background-position: center left;
    width: 10px;
	height: 120px; /*180px*/
	margin-right: 18px;
	float: left;
}

.page-indicator p {
	font-size: 70px;
	line-height: 60px;
}
	
}

/* Tablet Portrait Upwards */
@media only screen and (min-width: 768px) {
	
p {
    margin: 0 0 20px;
}

.site-header {
	padding-top: 100px;
}
	
.navbar {
	padding: 10px 0 20px 0;
}

.navbar-brand > img {
	width: 282px;
    height: 30px;
}
	
.entry-header {
	padding: 80px 0;
}
	
footer {
	padding: 80px 0;
}
	
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.h1, h1 {
    font-size: 27px;
}
	
.h2, h2 {
    font-size: 20px;
}
	
p {
    font-size: 17px;
}
	
.navbar-brand {
    padding: 7px 15px 15px 15px;
}

.navbar-brand > img {
	width: 188px;
    height: 20px;
}
	
.nav > li > a {
    margin: 0px 15px;
}

.page-indicator .line {
	background: url("images/text-bg.jpg") center;
    background-position: center left;
    width: 8px;
	height: 97px; /*145px*/
	margin-right: 14px;
	float: left;
}

.page-indicator p {
	font-size: 55px;
	line-height: 48px;
}
	
}

/* Mobile Portrait & Landscape */
@media only screen and (max-width: 767px) {
	
.h1, h1 {
    font-size: 22px;
}
	
.h2, h2 {
    font-size: 19px;
}
	
p {
    font-size: 16px;
    margin: 0 0 15px;
}
	
.container {
    padding-right: 25px;
    padding-left: 25px;
}
	
.navbar {
	padding: 10px 15px 20px 15px;
	text-align: center;
}

.navbar-nav {
	padding-top: 20px;
}
	
.nav > li > a {
    margin: 0px;
	display: inline-block;
    font-size: 25px;
	padding: 25px 0px;
}

.navbar-toggle {
	float: left;
	margin-right: 0;
    border: none;
	padding: 0;
    margin: 15px 0 0 0;
	background-color: #c4c9c5 !important;
}
	
.navbar-toggle .icon-bar {
    background-color: #7b8e8e;
	display: block;
    width: 32px;
    height: 5px;
    border-radius: 1px;
}
	
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}
	
.navbar-collapse {
    box-shadow: none;
}
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-brand {
    float: none;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	display: block;
	width: 220px;
	margin: 13px auto 0 auto;
}
	
.navbar-brand > img {
	width: 188px;
    height: 20px;
	margin: 0 auto;
	margin: 6px auto 0 auto;
}
	
.entry-header {
	padding: 20px 0 40px 0;
}

.page-indicator .line {
	background: url("images/text-bg.jpg") center;
    background-position: center left;
    width: 6px;
	height: 80px; /*120px*/
	margin-right: 10px;
	float: left;
}

.page-indicator {
	margin-bottom: 40px;
}

.page-indicator p {
	font-size: 45px;
	line-height: 40px;
}
	
footer {
	padding: 40px 0;
}
	
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	
footer span {
    width: 100%;
}
	
footer span:first-child {
    margin-bottom: 10px;
}
	
}
