body {
    background-color: #D3D6DB;
}

.topHeader {
    background-color: #303841;
    color: #D3D6DB;
    text-align: start;
    align-content: center;
    padding-left: 2%;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    height: 1.5rem;
}

.navbar {
    --bs-navbar-padding-y: 0.0rem;
}

.name {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bolder;
    color: #D3D6DB;
}

.description {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #D3D6DB;
}

.carousel-caption {
    left: 25%;
    right: 5%;
    text-align: end;
}


@media (max-width:450px){
    .name {
        font-size: 1.10rem;
    }

    .description {
        font-size: 0.65rem;
    }

    .topHeader {
        font-size: 0.6rem;
    }

    .carousel-caption {
        padding-bottom: 0;
    }

    .values {
        font-size: 0.62rem;
    }

    .heading {
        font-size: 1.25rem;
    }

    .content {
        font-size: 0.80rem;
    }

}

@media (min-width: 450px) and (max-width: 600px){
    .name {
        font-size: 1.5rem;
    }

    .description {
        font-size: 0.75rem;
    }

    .heading {
        font-size: 1.45rem;
    }

    .content {
        font-size: 0.95rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px){
    .name {
        font-size: 2.2rem;
    }

    .values {
        font-size: 1.25rem;
    }

    .heading {
        font-size: 1.8rem;
    }

    .content {
        font-size: 1.15rem;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .name {
        font-size: 3rem;
    }

    .description {
        font-size: 1.25rem;
    }

    .heading {
        font-size: 1.75rem;
        font-weight: bold;
    }

    .content {
        font-size: 1.3rem;
    }

    .values {
        font-size: 1.35rem;
    }
}

@media (min-width: 1400px) {
    .name {
        font-size: 4rem;
    }

    .description {
        font-size: 2rem;
    }

    .heading {
        font-size: 2.5rem;
    }

    .content {
        font-size: 1.35rem;
    }

    .values {
        font-size: 1.5rem;
    }
}



.row {
    text-align: center;
}

.values {
    font-weight: bold;
    color: #303841;
}

.heading {
    font-weight: bold;
}

.row2 {
        text-align: start;
    }

.row3{
    text-align: end;
}

.heading {
    color: #303841;
}

.content {
    color: #3A4750;
}

