
.page::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background:  url('/images/bg.jpeg');
  opacity: 0.35;
  z-index: -1;
}



.navbar-nav li a {
    font-family: LucidaGrande-Bold;
    font-size: 16.63px;
    color: #090C7C !important; 
    letter-spacing: 0.07px;
    text-align: right;
}

.navbar-nav li a:hover { 
     color: grey !important;
}


.wedevelop {
    font-size: calc(100% + 1vw + 1vh);
    padding-top: 200px;
    font-family: LucidaGrande-Bold;
    color: #05074B;
    letter-spacing: 0.24px;
    text-align: center;
}

