/* These are fonts which are loaded in from the Google Web Fonts library. Customize this as needed to utilize different fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');

/* Basic element styling */
body {
font-family: 'Roboto', sans-serif;
font-size: 19px;
color: #666;
padding-top: 123px;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}
h1, h2 {
/*font-family: 'Playfair Display', serif;*/ /* Un-Comment this line for serif headlines */
font-weight: 300;
line-height: 1.3;
}
h1 {
font-size: 64px;
line-height: 1.15;
color: #222;
}

banner
-title {
    font-size: 60px;
    font-size: 64px;
line-height: 1.15;
color: #222;	font-weight: 300;
line-height: 1.3;
    text-align: center
}
@media(max-width: 500px){
    banner-title {font-size: 40px}
}

banner-mobile {
    font-size: 30px; 
    color: white;
}
@media(max-width: 500px){
    banner-mobile {font-size: 24px}
}
h2, h3.large {
font-size: 42px;
font-weight: 300;
}
h3 {
font-size: 21px;
font-weight: 700;
color: #444;
}
h4 {
font-size: 18px;
color: #0068d7;
}
h5 {
font-size: 18px;
}
p.lead {
font-size: 24px;
margin-top: 15px;
margin-bottom: 25px;
}
cite {
color: #444;
}
address {
font-size: 22px;
color: #222;
padding: 5px 0;
}
blockquote {
margin: 30px 0;
}
.form-control {
border-radius: 0;
}
a {
color: #137e91;
}

/* This is a fix for alignment if ul elements are placed adjacent to floated image */
#main_content ul {
overflow: hidden;
}

/* Mobile headline sizes */
@media (max-width: 992px) {
h1 {
font-size: 54px;
}
h2 {
font-size: 36px;
}

}

/* Image Helpers */
.img-pad {
max-width: 75%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.img-pad2 {
max-width: 75%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
.img-body {
margin: 20px;
max-width: 30%
}
.img-body.pull-left {
margin-left: 0;
}
.img-body.pull-right{
margin-right: 0;
}
.align-image {
margin-top: 30px;
margin-bottom: 10px;
}

/* Padding helpers, these can be used with all components */
.pad-top {
padding-top: 50px;
}
.pad-top-sm {
padding-top: 30px;
}
.pad-bottom {
padding-bottom: 80px;
}
.pad-bottom-sm {
padding-bottom: 20px;
}
.pad-bottom-20 {
padding-bottom: 20px;
}
.pad-bottom-30 {
padding-bottom: 30px;
}
.pad-bottom-40 {
padding-bottom: 40px;
}
.pad-bottom-50 {
padding-bottom: 50px;
}
.line-bottom {
border-bottom: 1px solid #747474;
margin-bottom: 50px;
}
.line-bottom40 {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 40px;
}
.line-bottom30 {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 30px;
}
.line-bottom20 {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 20px;
}
.no-margin {
margin: 0;
}


/* Fancy font awesome icon styling, makes a rounded element out of the icon */
.fa-rounded {
border: 1px solid #137e91;
border-radius: 1000px;
width: 72px;
height: 72px;
padding: 21px 0;
font-size: 24px;
text-align: center;
color: #137e91;

}

/* Button styling */
.banner .btn-primary {
font-size: 19px;
}
.btn {
padding-left: 40px;
padding-right: 40px;
}
.btn-primary {
background-color: #003089;
border-color: #003089;
border-radius: 30px;
font-weight: 700;
}
.btn-info {
background-color: #ffffff;
border-color: #137e91;
border-radius: 30px;
font-weight: bold;
color: #137e91;
}
.btn-default {
border-radius: 30px;
font-weight: bold;
}
.btn-success {
border-radius: 30px;
font-weight: bold;
}
.btn-danger {
border-radius: 30px;
font-weight: bold;
}

/* Modal styling */
@media (min-width: 768px) {
.modal-dialog {
width: 800px;
}
}
.modal-body {
padding: 0px 40px 0px 40px;
}

/* Tab styling */
.tab-pane {
padding-top: 40px;
}

/* Styling for navigation menu */
.top-header {
font-size: 14px;
background-color: #003BE0;
color: #fff;
}
.navbar-white .top-header {

}
.top-header .btn {
padding: 5px 5px;
color: #fff;
}
.navbar-white .top-header .btn {
}
.menu-block {
display: block;
padding: 12px 0;
padding-left: 15px;
}
.menu-block ul {
list-style: none;
padding: 0;
margin: 0;
}
.menu-block li {
display: inline;
margin: 0;
padding: 0;
}
.top-header .btn-link:hover, 
.top-header .btn-link.dropdown-toggle {
color: #fff;
}
.navbar-white .top-header .btn-link:hover, 
.navbar-white .top-header .btn-link.dropdown-toggle {
color: #003BE0;
}

/* Styling for login dropdown */
#login-dp {
padding: 20px;
margin-left: -170px;
}
#login-dp .btn-primary {
color: #fff;
}
#login-dp label {
color: #003BE0;
}
.btn-login {
font-weight: bold;
color: #fff !important;
padding: 3px 0 !important;
padding-left: 10px !important;
font-size: 17px;

}
.navbar-white .btn-login {
color: #003BE0 !important;

}


/* Navigation bar styling */
.navbar-default {
background-color: #06434e;
margin-bottom: 0;
border-color: rgba(255,255,255,0.5);
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.navbar-white {
background-color: #ffffff;
}
.navbar-default .navbar-toggle {
border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: transparent;
}
.navbar-default .navbar-toggle > .icon-bar {
background-color: #137e91;
}
.navbar-default .navbar-brand {
margin-right: 60px;
padding-top: 22px;
}
.navbar-default .navbar-brand img {
max-width: 250px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 500px;
}
.navbar-default .navbar-nav > li > a {
color: #fff;
font-weight: 500;
font-size: 18px;
padding-top: 35px;
padding-bottom: 35px;
}
.navbar-white .navbar-nav > li > a {
color: #222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #137e91;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
background-color: transparent;
color: #137e91;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
background-color: #f2f2f2;
color: #222;
}
.dropdown-menu {
background-color: #f2f2f2;
min-width: 250px;
border: none;
box-shadow: none;
}
.dropdown-menu>li>a {
padding-top: 6px;
padding-bottom: 6px;
color: #137e91;
font-size: 15px;
}
.navbar-form {
padding-top: 18px;
padding-bottom: 14px;
}
.navbar-form input {
min-width: 250px;
background-color: rgba(255,255,255,0.85);
}
.navbar-form button {
padding: 6px 12px;
padding-right: 15px;
font-size: 14px;
}
.no-pad {
padding: 0;
}

/* Mobile styling for header */
@media (max-width: 768px) {
body {
padding-top: 84px;
}
.navbar-default .navbar-brand {
margin-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.navbar-default .navbar-brand img {
max-width: 220px;
}
.navbar-default .navbar-nav > li > a {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eeeeee;
color: #06434e;
}
.navbar-nav, .navbar-form {
margin-top: 0;
margin-bottom: 0;
}
.mobile-left {
text-align: left;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
background-color: #f2f2f2;
}

}

/* Global page structures */
.content {
padding: 30px 0;
}

/* Breadcrumb element */
.bread-wrap {
padding: 3px 0;
background-color: rgba(10,80,90,0.10);
}
.bread-wrap .breadcrumb {
background-color: transparent;
margin-bottom: 0;
font-size: 13px;
color: #444;
padding-left: 0;
font-weight: 700;
}
.bread-wrap.dark .breadcrumb {
color: #eee;
}
.bread-wrap.dark .breadcrumb a {
color: #fff;
text-decoration: underline;
}

/* text shadow*/
.shadow{
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    }
 .shadow2{
        text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.8);
    }
  .shadow3{
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 1.0);
    }
    

/* Banner elements and typography */
.banner {
background-position: center top;
background-size: cover;
background-attachment: fixed; 
color: #fff;
}
.vid-banner {
background-color: transparent;
}
.banner .container {
min-height: 520px;
padding-bottom: 50px;
}
.banner .container.tall {
min-height: 70vh;
padding-top: 20vh;
}
.banner .container.soon {
min-height: 100vh;
padding-top: 30vh;
}
.banner-interior {
background-color: rgba(0,0,0,0.20);
    
}
.banner h1, .banner h2, .banner h3 { 
color: #fff;
margin-top: 50px;
margin-bottom: 18px;
}
.banner.interior h2, .banner.interior h3 {
font-size: 48px;
font-weight: 300;
margin-top: 150px;
}
.tall h1 {
font-size: 78px;
}
.tall p.lead {
font-size: 32px;
}
.banner .container.short {
min-height: auto;
}
.no-height {
min-height: auto !important;
padding-bottom: 0 !important;
background-color: transparent !important;
}
@media (max-width: 992px) {
.banner h1, .banner h2, .banner h3 {
text-align: center;
margin-top: 100px;
}
.tall h1 {
font-size: 65px;
}
.banner p {
text-align: center;
}
.banner-interior {
background-color: rgba(0,0,0,0.35);
}
.banner .container, .banner .container.tall {
min-height: 280px;
width: 100%;
padding-top: 0;
}

}

/* Icon styling on main section */
.content a:hover .row {
background-color: #ebf6fc;
cursor: pointer;
border-radius: 15px;
}
.content  a.no-hover:hover .row {
background-color: transparent;
cursor: pointer;
border-radius: 15px;
}
.content a .row {
padding-top: 20px;
}
.content a .row p {
color: #222;
margin-bottom: 40px;
}
@media (max-width: 768px) {
.content a:hover .row {
background-color: transparent;
cursor: pointer;
}
.content .fa-rounded {
margin-left: auto;
margin-right: auto;
}
.content a .row h3,
.content a .row h4 {
margin-top: 5px;
}
}

/* Global Footer */
footer {
border-top: 1px solid #e7e7e7;
font-size: 13px;
color: #444;
background-color: #f9f9f9;
}
.footer-one {
padding-top: 20px;
font-size: 21px;
font-weight: 300;
}
.footer-links {
padding: 15px 0;
line-height: 24px;
border-top: 1px solid #e7e7e7;
}
.footer-links a:not(:last-child) {
border-right: 1px solid #ddd;
padding-right: 10px;
}
.footer-links a:not(:first-child) {
padding-left: 10px;
}
footer .spacer {
padding: 0 10px;
color: #666;
}
footer .social a {
margin-left: 5px;
}
.exp-link {
cursor: pointer;
}
.exp-link em {
color: #ccc;
}
.sub-links {
font-size: 14px;
font-weight: 400;
padding: 10px 0;
}


/* Styling for filterable portfolio */
#filters {
margin:1%;
padding:0;
list-style:none;
}

#filters li {
display: inline-block;
}

#filters li span {
display: block;
padding:5px 20px;	
text-decoration:none;
color:#666;
cursor: pointer;
}

#filters li span.active {
background: #137e91;
color:#fff;
}
 

 
#portfoliolist .portfolio {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
width:23%;
margin:1%;
display:none;
float:left;
overflow:hidden;
}

.portfolio-wrapper {
overflow:hidden;
position: relative !important;
background: #666;
cursor:pointer;
}

.portfolio img {
max-width:100%;
position: relative;
top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
}

.portfolio .label {
position: absolute;
width: 100%;
height:50px;
bottom:-50px;
font-size: 100%;
left: 0;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
background: rgba(255,255,255,0.8);
width: 100%;
height:100%;
position: absolute;
top:0;
left:0;
}

.portfolio .label-text {
color:#fff;
position: relative;
z-index:500;
padding:5px 8px;
}

.portfolio .text-category {
display:block;
font-size:10px;
color: #444;
padding-top: 10px;
}

.portfolio:hover .label {
    bottom:0;
  }
.portfolio:hover img {
    top:-0px;
  }  


@media only screen and (max-width: 767px) {
#portfoliolist .portfolio {
width:48%;
margin:1%;
}	
}

/* Dashboard styling */
.line-right {
border-right: 1px solid #ddd;
padding-right: 40px;
}
@media (max-width: 992px) {
.line-right {
border-right: none;
padding-right: 0;
}
}

/* Login and registration process */
.login-bg {
background-color: #f5f5f5;
}
.login-container {
padding: 40px;
padding-bottom: 60px;
background-color: #fff;
border-radius: 20px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
-webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.15);
box-shadow: 0 0 100px 0 rgba(0,0,0,0.15);
}
.login-footer {
padding: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}
.block-label {
display: block;
}

/* Coming Soon */
#soon {
font-size: 36px;
line-height: 1.15;
color: #fff;
font-weight: 300;
}

/* Owen's added from html file */
        * {
  box-sizing: border-box;
}



/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #0068d7;
  cursor: pointer;
}

.btn-nav {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}
/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #003089;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}

        
 .collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

 .collapsible2 {
  background-color: #fff;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #808080;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}


        .scaledown {transition: .6s;}
        .scaledown:hover{transform:  scale(1.2); transition: .6s;}

        .scaledown2 {transition: .6s;}
        .scaledown2:hover{transform:  scale(1.1); transition: .6s;}
        .scaledownacc:hover{transform:  scale(1.2); transition: .6s;}
.scaledownacc{transition: none;}

  
.img-container {
background-size: cover; overflow: hidden;
  position: relative;
  width: 100%;
    text-align: center;
}

.img-container img {
  height: auto;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}
/* Back to Top Button Styling */

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4FB3FE; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 8px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* End Back to Top Button Styling */

/* centering */

.col-centered{
    float: none;
    margin: 0 auto;
}

/* focus state */
a:focus {
  outline: 5px solid #4FB3FE;
}

/* padding for map */
@media (min-width: 500px){
padding-map{    margin-top: -8% } 
}

        a:focus{
            
            outline: 5px solid #4FB3FE;
        }
#greybkgd {
            background-color: #f5f5f5;
            
        }
        
               #greytext {color: #555555;}
        #lightblue {color: #0068d7;}

/* video wrapper */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

/* video wrapper */
.video-responsive-sq{
    overflow:hidden;
    padding-bottom:53%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* instruction from a blog for square video for container and... */
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}
/* ...for iframe */
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* end video wrapper */

/* button color adjustment to darker */
        
        .buttonhover {background-color: #0068d7; transition: .6s fill;}
        .buttonhover:hover{background-color: #003089; }
        
        .darkbluehover:hover *{color: #003089}
        h4{color: #0068d7}
        
        
    
hr.new2 {
  border-top: 2px dashed red;
}
     
 




}

/* Resource page icon bullets */   
.li1 {
   background:url('https://www.peoplefirstofwashington.com/images/docicon.svg') 50% 50% no-repeat no-repeat;
   padding-left: 5px;
}
.li2 {
   background:url('https://www.peoplefirstofwashington.com/images/filmicon.svg') 50% 50% no-repeat no-repeat;
   padding-left: 5px;
}