* {
    font-family: "Lato", "Open Sans", "Roboto Thin", 'Helvetica Neue', Helvetica, sans-serif;
}
body {
    background-color: #FFE4E1;
}
h1 {
    color: #708090;
    font-size: 4.6vw;
    padding-left: 3%;
    padding-bottom: 1px;
}
hr {
    height:3%;
    border-width: medium;
    margin: 0;
    background-color: #708090;
    vertical-align: baseline;
    display: flex;
}
.container_sep{
    height: 0.4%;
    border-width: inherit;
    background-color: #708090;
    vertical-align: baseline;
    display: flex;
    width: auto;
    margin: 2% 0;
}
.sections{
    text-align: center;
    display:flex;
    justify-content:space-between;
    margin-left: 4.5%;
}
a {
    text-decoration: none;
}
.sec {
    color: #708090;
    font-size: 1.4vw;
    display: flex;
    margin: 0.3vw 11.1vw 0.3vw;
    height: auto;
}
.paper_link {
    color: #5B5756;
    font-size: 1.4vw;
    display: flex;
    margin: 1vw;
}
.paper_link:hover{
    color: #3d3d3d;
    font-weight: bold;
}
.text_link {
    color: #708090;
    font-size: 1.4vw;
}
.text_link:hover{
    color: #696969;
    font-weight: bold;
}
.sec:hover{
    color: #696969;
    font-weight: bold;
}
.current_sec {
    color: #696969;
    font-size: 1.4vw;
    display: flex;
    margin: 0.3vw 4.6vw 0.3vw;
    height: auto;
    font-weight: bold;
}
.logo {
    width: 10%;
    height: auto;
    max-height: 10%;
    object-fit: contain;
    display: block;
    justify-content: left;
}
h4 {
    margin-bottom: 0;
}
.container{
    border: 2px solid #5B5756;
    background-color: lightgray;
    text-align: left;
    color: #708090;
    margin: 1% 2%;
    border-radius: 3vw 3vw 3vw 3vw;
    padding: 2%;
    display: flex;
    height: fit-content;
}
.link_container{
    border: 2px solid #5B5756;
    background-color: #a8a8a8;
    text-align: left;
    color: #2a2e33;
    margin-top: auto;
    border-radius: 0.5vw 0.5vw 0.5vw 0.5vw;
    display: flex;
    height: fit-content;
    width: fit-content;
}
.about_boxes {
    display:flex;
    justify-content:space-between;
}
.sub_container{
    border: 2px solid #5B5756;
    background-color: #FFE4E1;
    text-align: center;
    color: #708090;
    border-radius: 4% 4% 4% 4%;
    padding: 2% 5%;
    display: flex;
    height: fit-content;
    width: fit-content;
}
.lists{
    text-align: left;
}
.li {
    margin-bottom: 10%;
}
img.portrait{
    width: 14%;
    height: 20%;
    border-radius: 10% 10% 10% 10%;
    object-fit: cover;
    align-items: center;
}
.information{
    display: grid;
    grid-template-rows: 20% 20% 20%;

}
.icons {
    width: 4vw;
    height: auto;
    max-height: 40vw;
    object-fit: contain;
    margin: 2%;
}
.about {
    color: #708090;
    font-size: 1.4vw;
    margin-left: 1%;
    margin-right: 1%;
}
.projects {
    line-height: 200%;
}
.sub_about {
    color: #708090;
    font-size: 1.4vw;
}
.info {
    color: #708090;
    font-size: 1.4vw;
}
.info:hover{
    color: #696969;
    font-weight: bold;
}
.contact {
    display: inline-flex;
}
.multiple_links {
    display: inline-flex;
}