nav{
  margin: 2%;
}

#join-us{
  background-image: url(../images/background-images/laptop-on-table.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 35rem;
  align-items: center;
  width: 100%;
  color: white;

}
#join-us span{
  font-weight: bold;
  font-size: 2vw;
}

#join-us p{
font-weight: bold;
font-size: 0.9vw;
}

.benefits-container{
display: flex;
width: 90%;

}
.main-column{
display: flex;
flex-direction: column;
padding: 3vw;
color: white;

}

.main-column p{
  color:rgb(207, 207, 207);
}

.main-column img{
  width: 15vw;
  
  }

.side-column{
display: flex;
flex-direction: column;
padding: 3vw;
color: white;
}

.side-column p{
  color:rgb(207, 207, 207);
}

.side-column img{
width: 3vw;
background-color: white;
border-radius: 10px;
padding: 20px;
}

.career-options{
  display: flex;
  flex-direction: column;
  color: white;
  background-color: #d2b48c;
  background-image: url(../images/background-images/light-bulb-and-ladder.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 62rem;
}

#application-section{
  display: flex;
  justify-content: center;
}
#job-promotion{
  display: inline-block;
  text-align: center;
  
}

#job-promotion h1{
  font-size: 3vw;
}

#job-promotion h3{
  font-size: 1.5vw;
}

#job-promotion p{
  color:black
}

#job-catagories{
  display: flex;
  flex-direction: column;
}

#job-catagories a{ 
  text-decoration: none;
  color: white;
  line-height: 5vh;
  padding-right: 2vw;
  
}

#job-catagories a:hover{
  color:#01204b;
}

#job-listings{
  display: flex;
  flex-direction: column;
  min-width: 65vw;
}

.job-details{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color:#091c37;
  padding: 1vh;
  border-radius: 5px;
  margin-top: 1vh;
  height: auto;

}

.job-details span{
  color: gray;
  
}

.stacked{
  display: flex;
  flex-direction: column;
}


.title p{
  color: black;
  line-height: 0;
}

.title h1{
  font-size: 2vw;
}

.title h3{
  font-size: 1.3vw;
  line-height: 3;
}




