/*------------------------------------*\
  #LIVE SITE MODS
\*------------------------------------*/

.footer-legal .footer-staff-login-link {
    margin-right: 10px;
}

.footer-legal .footer-accessibility-login-link {
    color: rgba(200, 205, 207, 1.0);
    display: inline-block;
    text-decoration: none;
}

.footer-legal .footer-accessibility-login-link:active,
.footer-legal .footer-accessibility-login-link:focus,
.footer-legal .footer-accessibility-login-link:hover {
    color: rgba(200, 205, 207, 0.5);
}

/*------------------------------------*\
  #PAGE SPECIFIC STYLES
\*------------------------------------*/

.team-icon {
    margin-bottom: 10px;
}
.form-title-text h3 {
    margin: 0;
}
.form-title-text hr {
    margin: 25px 0;
}
.propertytype ul li {
  list-style: none;
}
.propertytype ul li label {
    margin: 10px;
}
 .propertytype ul {
    display: block;
    padding: 0;
  }

/* CSS for Puget Sound Region Page */
.puget-page{
    margin-top: 0px;
}
.puget-main-section{
    background-image: url('../images/about/puget-sound-region/seattle-u.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    height: 75vh;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
h1.banner-main-heading {
    color: #fff;
    -webkit-text-stroke: 3px #000;
    font-size: 1.6em;
    text-transform: inherit;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}
.banner-text {
  font-size: 1.1em;
  font-weight: bold;
    text-transform: inherit;
  text-shadow: 5px 1px 2px #fff;
font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.earthwork-logo {
  max-width: 300px;
}

/*------------------------------------*\
  #MEDIA QUERIES
\*------------------------------------*/

@media (min-width: 600px) {
h1.banner-main-heading {
    font-size: 1.8em;
}
.banner-text {
  font-size: 1.4em;
}
}

@media (min-width: 768px) {
.puget-main-section{
padding-left: 0px;
padding-right: 0px;
}
.banner-text {
  font-size: 1.4em;
}
h1.banner-main-heading {
    font-size: 1.8em;
letter-spacing: 3px;
}
    .license {
        margin-left: 10px;
    }
  .propertytype ul {
    display: flex;
  }
   .gallery2 .img-thumbnail-sm 
  {
      width:24%;
  }
}

@media (min-width: 992px) {
.earthwork-logo {
  max-width: 500px;
}
h1.banner-main-heading {
  font-size: 2.8em;
}
}

@media (min-width: 1200px) {
.puget-main-section{
    height: 72vh;
}
}

@media (min-width: 1366px) {
.banner-text {
  font-size: 1.6em;
}
}

@media (min-width: 1600px) {
.puget-main-section{
    height: 66vh;
}
.banner-text {
  font-size: 1.7em;
}
}
