/* NAVIGATION STYLES */

.navbar-nav > li > a {
  color: black;
}

.navbar-nav > li > a:after {
  display: block;
  content: '';
  border-bottom: 2px solid blue;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a > i:hover {
  color: blue;
  cursor: pointer;
}

.navbar-nav > li > a:hover:after {
  transform: scaleX(1);
}

.top-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: lightblue;
  width: 530px;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 25px;
  box-shadow: inset 3px 4px 7px rgba(0,0,0,0.4);
}

.navbar-brand > img {
  width: auto;
}

/* BANNER STYLE */

.pwBanner {
  background-image: url('../../assets/img/pwBanner.jpg');
  width: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  background-blend-mode: multiply;
  background-color: rgba(0,0,125,.56);
}

.bannerText {
  color: white;
  text-align: center;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  background-color: rgba(89,89,89,0.3);
}

div.jumbotron.hero-nature {
  background-image: url('../../assets/img/pwBanner.jpg');
  width: 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  /*height: 400px;*/
  background-position: center;
  background-size: cover;
}

div.jumbotron.hero-nature img {
  background-image: url('../../assets/img/pwBanner.jpg');
  width: 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 580px;
  background-position: center;
  background-size: cover;
}

.favicon-space {
  padding-left: 5px;
  font-size: 1.4em;
}

.favicon-foot {
  padding-left: 7px;
  font-size: 1.2em;
  color: white;
}

.favicon-foot-li {
  color: #ffffff;
}

body {
  background-color: #f6f6f6;
}

.googleBg {
  width: 100px;
  background-color: orangered;
  height: auto;
  padding: 5px;
  text-align: center;
}

.yelpBg {
  width: 100px;
  background-color: darkred;
  height: auto;
  padding: 5px;
  text-align: center;
}

.facebookBg {
  width: 100px;
  background-color: var(--bs-blue);
  height: auto;
  padding: 5px;
  text-align: center;
}

.nextdoorBg {
  width: 100px;
  background-color: darkcyan;
  height: 100%;
  padding: 5px;
  text-align: center;
}

.title-price {
  display: flex;
  justify-content: space-between;
}

.aboutImg {
  border: solid 7px white;
  box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}

.slider-text {
  background-color: rgba(0,0,0,0.4);
  color: white;
  padding: 30px;
}

/* Slide Card Front Alignments */

.card-slide-front-text-left {
  font-weight: bold;
  float: left;
}

.card-slide-front-text-right {
  font-weight: bold;
  color: yellow;
  float: right;
  margin-right: 17px;
}

.card-left{
  float: left;
  font-size: 1em;
}
.card-right {
  float: right;
}

.card-button {
  background-color: lightblue;
  color: black;
  float: right;
  margin-right: 10px;
  border-radius: 1rem;
  padding: 10px;
  text-decoration: none;
}

.card-button:hover {
  color: white;
  background-color: black;
}

.feedback-styles {
  background-color: white;
}

.squarespace {
  position: relative;
  z-index: 1;
  margin-top: -65px;
  height: 650px;
}

/* MEDIA QUERIES */

@media (min-width: 992px) {
  .top-nav {
    display: none!important;
  }
}

@media (min-width: 992px) {
  #office, #email, #call {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .top-nav {
    display: block;
  }
}

@media (max-width: 991px) {
  .top-nav {
    display: none!important;
  }
}

.EmblemsLeft {
  position: absolute;
  width: 100%;
  margin-top: 35px;
}

.EmblemsRight {
  position: absolute;
  width: 100%;
  margin-top: 35px;
  text-align: right;
}

.EmblemsLeft > img {
  width: 110px;
  margin-left: 7px;
}

.EmblemsRight > img {
  width: 106px;
  margin-left: 7px;
}

@media (min-width: 576px) {
  .EmblemsLeft > img {
    width: 70px;
    margin-left: 7px;
    display: none;
  }
}

@media (min-width: 576px) {
  .EmblemsRight > img {
    width: 70px;
    margin-left: 7px;
    display: none;
  }
}

@media (max-width: 576px) {
  .EmblemsLeft {
    display: none;
  }
}

@media (max-width: 576px) {
  .EmblemsRight {
    display: none;
  }
}

@media (min-width: 768px) {
  .EmblemsRight > img {
    width: 85px;
    margin-left: 7px;
    display: none;
  }
}

@media (min-width: 1200px) {
  .EmblemsLeft > img {
    width: 110px;
    margin-left: 7px;
  }
}

@media (min-width: 1200px) {
  .EmblemsRight > img {
    width: 110px;
    margin-left: 7px;
  }
}

@media (min-width: 768px) {
  .EmblemsLeft > img {
    width: 85px;
    margin-left: 7px;
    display: none;
  }
}

@media (min-width: 992px) {
  .EmblemsLeft > img {
    width: 85px;
    margin-left: 7px;
    display: inline;
  }
}

@media (min-width: 992px) {
  .EmblemsRight > img {
    width: 85px;
    margin-left: 7px;
    display: inline;
  }
}

/* EMBLEMS MOBILE */

@media (min-width: 358px) {
  .emblemsMobile > img {
    width: 40px;
    display: inline;
    margin-left: 3px;
  }
}

@media (min-width: 768px) {
  .emblemsMobile > img {
    width: 40px;
    display: inline;
    margin-left: 4px;
  }
}

@media (min-width: 992px) {
  .emblemsMobile > img {
    width: 40px;
    display: none;
  }
}

@media (max-width: 430px) {
  #airforce {
    display: none;
  }
}

@media (max-width: 430px) {
  #spaceforce {
    display: none;
  }
}

@media (max-width: 992px) {
  #crossfish-left {
    display: none;
  }
}

@media (max-width: 992px) {
  #airforce-large {
    display: none;
  }
}

