html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  max-height: auto;
}

* {
  box-sizing: border-box;
}

.v-page {
  background-image: url("../images/fa6b3a75-.JPG");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%vw;
}

.v-pagetitle {
  font-size: 2.55rem;
  font-weight: 300;
  text-align: center;
  margin: 4rem;
}

.view-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px;
}

.vgroup {
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
  justify-content: center;
  flex: 1;
  min-width: 20rem;
}

.v__photo {
  border-radius: 80px;
  overflow: hidden;
  height: 160px;
  width: 160px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  position: relative;
  top: -80px;
  border: 6px solid rgba(255, 255, 255, 0.8);
}

.v__title {
  color: #2f5572; //mainBlue
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.v__subtitle {
  color: hsl(21, 32%, 30%); //Orchard Brown
  font-weight: 400;
  font-size: 0.9375rem;
  margin: 0.25rem 0 1rem 0;
  text-align: center;
}

.v__description {
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  margin: 1rem 1.5rem 1rem 1.5rem;
}
