

a {
    text-decoration: none;
}

.wv-blue {
    background-color: rgb(0,40,85);
}

nav {
    background-color: rgb(0,40,85);
}
.hero-container, .form-container {
    background-color: rgb(216, 214, 209);
}
.grid-contain {
    background-color: rgb(0,40,85);
}
.wv-yellow {
 background-color: rgb(234,170,0);
}
.dropdown-item:hover {
    color: rgb(234,170,0);
}
.cardBG {
    background-color: rgb(0,40,85);
}
.photo-contain {
    background-color: rgb(234,170,0);
}

.body-bg {
    background-color: rgb(0,40,85);
}
.home-back {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
    background-color: rgb(0,40,85);
    color: rgb(234,170,0);
}
.footer-text {
    color: rgb(234,170,0);
}
.footer-wv-yellow{
    background-color: rgb(234,170,0);
}
.carousel-control-prev-icon {
    color: white;
    background-color: rgb(234,170,0);
}
.carousel-control-next-icon {
    color: white;
    background-color: rgb(234,170,0);
}
.carousel-item img{
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    height: 50vw;
}
.give-border {
    background-color: rgb(234,170,0);
}
.big-blue {
    background-color: rgb(0,40,85);
}
.whole-blue-text-bg {
    background-color: rgb(0,40,85);
}
.galindo-regular, .big-blue-text {
    font-family: "Galindo", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
    .mercer-pic {
    background-color: rgb(0,40,85);
  }
  .mercer-text{
    color: rgb(234,170,0);
  }
    /* scroll effects css */
  #my-work img{
    translate: -100%;
    opacity: 0;
    transition: 1000ms ease;
  }
  #my-work img.show {
    translate: 0;
    opacity: 1;
  }
  /*img height and width on photos page*/
  .grid-container img {
      object-fit: contain;
      height: 80vh;
      width: 60vw;
  }
  
  



  

