body {
  background-color: rgb(238, 231, 218);
  font-family: "Open Sans", sans-serif;
}

.navbar {
  background-color: rgb(110, 133, 183);
  text-decoration: none;
  color: antiquewhite;
  font-weight: bolder;
  top: 0;
  position: sticky;
  z-index: 1;
}

#cvBtn {
  margin-top: 20px;
}
#profilePhoto {
  max-width: 100%;
  max-height: 100%;
}

#demo {
  text-align: center;
  color: #293a6a;
  font-size: x-large;
  padding: 50px 0 50px;
  font-weight: bold;
}
.projectHeader {
  color: #293a6a;
  font-size: xx-large;
  font-weight: bolder;
  text-align: center;
  padding-top: 15px;
}

.pp {
  text-align: center;
}
.cards {
  margin-top: 200px;
  background-color: rgb(242, 241, 235);
}
.cardsRow {
  margin-bottom: 20px;
  height: max-content;
}
.card {
  margin: 50px;
  padding-top: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cardBtn {
  background-color: #293a6a;
  color: bisque;
}
.home {
  margin-top: 200px;
}

.contInfo {
  color: #293a6a;
  margin-left: 60px;
  font-size: x-large;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 100px;
}

.nav-item :hover {
  background-color: rgba(250, 235, 215, 0.451);
  border-radius: 15px;
}

.icons {
  margin-top: 10px;
}

.icons a {
  color: #333;
  margin-right: 10px;
  font-size: xx-large;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #profilePhoto {
    max-width: 75%;
    max-height: 75%;
  }
  .card {
    margin-bottom: 20px;
  }
  .cardsRow {
    margin-bottom: 0px;
  }
}

/* @media screen and (max-width: 1139px) {
  .cardsRow {
    display: flex;
  }
} */
