* {
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #E6E6E6;

    margin: 0 0 100px;
}
.navbar button:hover {
    cursor:pointer;
    font-weight: bold;
}

.navbar {
    z-index: 100;

    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;

    padding-top: 10px;
    padding-bottom: 7.5px;

    background-color: rgba(0, 0, 0, 1.0);

    /* border: 1px blue solid; */

    height: clamp(50px, 10%, 75px);
}
.navbar .left {

    padding-left: clamp(10px, 1%, 200px);

    display: flex;
    justify-content: left;
    align-items: center;

    width: 50%;
}
.navbar .right {

    display: flex;
    justify-content: right;
    align-items: center;

    width: 50%;
    padding-right: 8px;
    margin-top: -5px;
}
.navbar .navbuttons {

    width: auto;

    display: flex;
    align-items: center;
    justify-content: right;

    width: 100%;
    height: 100%;
}
.navbar .right button {
    height: 32px;
    width: clamp(75px, 20vw, 150px);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 25px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0);
    color: white;

    font-family: 'Inter', sans-serif;
    font-variant: small-caps;
    text-transform: uppercase;
    font-size: clamp(12px, 1.8vw, 15px);

    text-decoration: none;
}
.navbar .right button:hover {
    background-color: white;
    color: black;
}
#navbarabout {
    margin-right: 1vw;
}
@media only screen and (min-width: 375px) {

    .navbar .left {

        padding-left: clamp(10px, 6%, 200px);
    
    }

    .navbar .right {

        padding-right: clamp(10px, 4%, 50px);

    }

}


main {
    display: block;

    text-align: center;

    background-color: #E6E6E6;

    margin-top: clamp(50px, 50%, 100px);
}


::-webkit-scrollbar {
        width: 8px;
}
    
::-webkit-scrollbar-track {
        background-color: #e6e6e6;
}
    
::-webkit-scrollbar-thumb {
        background-color: black;
        border-radius: 20px;
}
    
::-webkit-scrollbar-thumb:hover {
        background-color: black;
}

#aboutcontact {
    text-align: center;
    width: 210px;
    margin-top: 0px;
    position: relative;

    padding: 10px;

    border-radius: 20px;

    background-color: black;
    color: white;
    border: none;

    text-transform: none;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
} #aboutcontact:hover {
    font-weight: bold;
}

#button {

    margin-top: 10px;
    width: 151px;
    height: 42px;

    border-radius: 20px;
    border: black 0px solid;
    background-color: black;
    color: white;

    margin-left: 10px;
    margin-right: 10px;

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;

    z-index: 500;
}

.bio {

    /* background-color: red; */

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    margin-top: 15px;

}

#portrait {

    height: auto;
    width: clamp(50px, 90vw, 350px);

    border-radius: 200px;

    margin-bottom: 20px;

}

#portraitinfo {
    /* background-color: orange; */

    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    width: max(320px, 50%);
    max-width: 600px;

}

@media only screen and (min-width: 700px) {
    #imageline {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 800px) {
    #portraitinfo {
        margin-left: min(1.5vw, 20px);
    }
}

.LeadingText {

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: left;

}

#portraitinfo p {

    /* background-color: blue; */

    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;

    padding-left: 15px;
    padding-right: 15px;

    text-align: left;

}

#imageline {

    display: flex;
    justify-content: space-evenly;
    align-items: center;

    margin-top: 25px;

    height: 100px;
    width: 100%;

    /* background-color: yellow; */

}

#imageline img {

    height: clamp(10px, 23.5vw, 90px);

    
}

.CenterDiv {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
} @media only screen and (min-width: 830px) {
    .CenterDiv {
        flex-direction: row;
    }
}

.diploma {

    display: flex;

    margin: 10px;

    width: min(90%, 600px);
    height: auto;

} @media only screen and (min-width: 830px) {
    .diploma {
        height: clamp(200px, 35vw, 350px);
        width: auto;
    }
}

#footer {

width: 100%;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 50px;

text-align: center;
color: white;
background-color: black;
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 13px;

}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

#h3 {

    margin-top: 50px;

}

.LeadingTitle {

    text-align: center;
    margin-top: clamp(10px, 100%, 150px);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;

}



#footer {

    position: absolute;
    bottom: 0px;
    left: 0px;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    
    text-align: center;
    color: white;
    background-color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    
}
