body {
    background-color: antiquewhite;
    margin: 0;
}

#allision {
    width: 220px;
    height: 240px;
    border-radius: 50%;
    float: right;
    margin-left: 30px;
    margin-right: 10vw;
    margin-top: 160px;
    object-fit: cover;
}

#a_title {
    font-size: x-large;
    text-align: right;
    margin-right: 10vw;
}

.text_Allison {
    margin-left: 10vw;
    margin-right: 10vw;
}

#john_section {
    width: 100%;
    min-height: 500px;
    background-color: rgb(233, 208, 175);
    display: flow-root;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#headshot_img_John {
    width: 220px;
    height: 240px;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-left: 10vw;
    margin-top: 60px;
    object-fit: cover;
}

#header_John {
    font-size: x-large;
    text-align: left;
    margin-left: 10vw;
    margin-right: 10vw;
}

.intro-text_John {
    margin-left: 10vw;
    margin-right: 10vw;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
}

nav #logo {
    width: 300px;
}

nav .nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 20px;
    font-size: xx-large;
}

nav #google_translate_element {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav #google_translate_element select {
    background-color: #163531 !important;
    color: antiquewhite !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    font-size: 1rem !important;
    cursor: pointer;
    outline: none !important;
}