@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  min-height: 100vh;
  background-image: url("/images/bg.jpg");
  background-position: top;
  background-size: cover;
}
footer {
  background-image: url("/images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-dark);
  opacity: 0.6;
  z-index: -1;
}

.building-section {
  background: #a31217;
  position: relative;
  z-index: 0;
}
.building-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/building.png");
  background-position: center 70%;
  background-size: cover;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: -1;
}


.cfRojheadnavlogoBanner{
    width:100%;
    min-height: 55px; 
    object-fit: cover
}

.cfrojnavbar a.nav-link {
    padding-right: 30px !important;
    padding-left: 30px !important;
}


@media only screen and (max-width: 768px) and (min-width: 0px){

.cfrojnavbar a.nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
}


.CfRojcareerFormCard h5.card-header {
   color: #ffffff;
    /* text-shadow: -2px 1px 0px #000000, 0 0 5px #000000; */
    /* padding-top: 20px; */
    background-color: #930903;
    width: fit-content;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 10px;
}
