.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
    margin: 0;
    body: 0;
}

.header {
    display: flex;
    flex-direction: column;
    background-color: #1f2937;
    padding: 30px 125px 0 125px;
    margin: 0;
}

.header-upper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
    margin-bottom: -40px;
}

.header-lower {
    display: flex;
    gap: 16px;
    padding-bottom: 70px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header-lower-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: end;
}

.header-lower-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

ul {
    list-style-type: none;
    display: flex;
    gap: 67.5px;
    padding: 0;
    margin: 0;
}

.hero-main-text {
    font-size: 48px;
    color: #f9faf8;
    font-weight: 900;
}

a, .hero-secondary-text, .list {
    font-size: 18px;
    color: #e5e7eb;
    text-decoration: none;
}

.no-border-button {
    width: 150px;
    background-color: #3882f6;
    color: white;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    border: none;
}

.header-image {
    border-radius: 5px;
    border: 3px solid #4b4f55;
}

.information-class {
    font-size: 36px;
    color: #1f2937;
    font-weight: 900;
    padding-bottom: 30px;
}

.family-members {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 40px 0
}

.family-container {
    display: flex;
    gap: 65px;
    text-align: center;
}

.body-image {
    border-radius: 10px;
    border: 3px solid #4b4f55;
}

.caption {
    font-size: 18px;
}

.quote-container {
    display: flex;
    flex-direction: column;
    background: #E5E7EB;
    padding: 60px;
    justify-content: flex-end;
    align-items: center;
}

.quote {
    font-size: 36px;
    color: #1F2937;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.quoter {
    font-weight: 700;
    text-align: right;
    padding: 15px;
}

.quote-container-inner {
    width: max-content;
}

.cta-container {
    display:flex;
    background: #3882f6;
    border-radius: 10px;
    margin: 60px 130px 60px 130px;
}

.cta-outer {
    display:flex; 
    flex-grow: 1; 
    padding: 50px 110px 50px 110px;
    justify-content: space-between;
}

.cta-inner-text {
    display: flex;
    flex-direction: column;
    color: white;
}

.cta-inner-button {
    width: 150px;
    background-color: #3882f6;
    color: white;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid white;
}

.cta-large {
    font-size: 24px;
    font-weight: 700;
}

footer {
    background-color: #1f2937;
    height: 100px;
    text-align: center;
    color: white;
    align-content: center;
}