@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0px;
}

.header {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 80px;
    background-color: white;
}

.right_side {
    text-align: right;
    margin: auto;
    margin-right: 25px;
}

.logo {
    margin: auto;
    margin-left: 16px;
}

#logoimg {
    height: 75px;
}

.wrapper1 {
    margin: auto;
    margin-top: 100px;
    text-align: center;
    width: 80%;
}

#logoimg2 {
    height: 300px;
}

.textwrap1 {
    margin-top: 50px;
    text-align: left;
}

h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 40px;
}

#om {
    font-weight: 900;
}

.next_section {
    background-color: #694635;
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.wrapper2 {
    margin: auto;
    text-align: center;
    width: 80%;
}

.textwrap2 {
    text-align: left;
}

p {
    color: white;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

#line1 {
    margin-top: 0px;
    border-top: 3px solid #ccd5e3;
    border-bottom: 0px;
}

h3 {
    font-family: 'Roboto';
    color: white;
    font-size: 25px;
    font-weight: 700;
}

#profile {
    border-radius: 50%;
    height: 200px;
}

.bio {
    margin-top: 75px;
}

h4 {
    color: white;
    margin: 0px;
    margin-top: 5px;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 700;
}

h5 {
    color: white;
    margin-top: 1px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.logoimg3 {
    height: 160px;
}

.wrapper3 {
    margin: auto;
    margin-top: 35px;
    text-align: center;

    display: grid;
    grid-template-columns: 30% 70%;
}

.footer {
    margin-bottom: 70px;
}

.spec {
    color: #694635;
    margin: 0px;
}

.nonprof {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10px;
    text-align: right;
}

.sealimg {
    height: 70px;
}

.right_side_footer {
    text-align: right;
    margin-right: 45px;
}

.nptext {
    text-align: right;
    margin-right: 10px;
    margin-top: 14px;
}