* {
    padding: 0px;
    margin: 0px;
    color: #000;
}

body {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    color: #000;
    background-color: 	#f6ebe7;
}

.container {
    margin-top:5px;
    display: block;
    margin-bottom:50px;
}
.hrule{
    height:2px;
    width:100%;
    background-color: #fff;
}
.navigation-bar {
    display: block;
    width: 100%;
    justify-content: space-between; 
    padding: 1rem 1rem;
    text-align: center;
    vertical-align: bottom;
    line-height: 27px;
}
  
.nav-list{
    display: inline-flex;
    list-style: none;
    color: #000;
}
  
.name, .name:hover {
    color: #000;
    text-decoration: none;
    font-weight: 1000;
    font-size: 25px;
    letter-spacing:2px;
}

.list-element, .list-element:hover {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing:1px;
}

.list-element {
    padding-left: 1.4rem;
    color: #000;
}

.greeting {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    padding-top: 25px;
}

.introduction{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.photo {
    padding-top: 10px;
    margin: auto;
    max-width: 350px;
}


.portrait{
    vertical-align: middle;
    border: 2px solid;
    border-color: #fff;
    border-radius: 15% 15% 0px 0px;
    width: 100%;
    max-width: 420px;
}

.quote {
    display:block;
    text-align: center;
    margin: auto;
    margin: 4%;
    justify-content: center;
    width: 90%;
}

.svgquote{
    width:20%
}
.quote-svg {
    filter: invert(90%) sepia(90%) saturate(0%) hue-rotate(253deg) brightness(106%) contrast(100%);
    height:25px;
}
.text{
    padding-left: 16px;
    line-height: 1.2rem;
    font-size: 14px;
    padding-bottom: 16px;
}

.title-research {
    padding: 5% 0% 0% 0%;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}

.research li {
    margin: 4%;
    font-weight: 700;
    font-size: 18px;
}

.abstract {
    padding-left:40px;
}

.link-container {
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.link-container img{
    width:40px;
    padding:5px;
}

.cont-text {
    text-align: center;
}

.research {
    margin:auto;
    width:80%
}

.cv-container{
    
    margin:auto;
    display: flex;
    justify-content: center;
    width: 80%;
    
}

.cv-container a {
    padding: 20px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-size: 28px;
    margin-top:80px;
}




@media (min-width: 768px) {
    .large{
        display:inline-flex;
        align-items: center;
        justify-content: center;
    }
    .research li {
        margin: 2%;
    }
    .quote {
        height: 100%;
        align-items: center;
        text-align: left;
        display: flex;
    }
    .portrait {
        border-bottom: 0px;
    }
    .text {
        font-size: 18px;
    }
    .introduction {
        font-size: 22px;
    }

    .navigation-bar {
        display: flex;
        width: 100%;
        justify-content: space-between; 
        padding: 1rem 1rem;
        text-align: center;
        vertical-align: bottom;
        line-height: 27px;
    }
      
    .nav-list{
        display: inline-flex;
        list-style: none;
        color: #000;
    }
      
    .name, .name:hover {
        color: #000;
        text-decoration: none;
        font-weight: 1000;
        font-size: 25px;
        letter-spacing:2px;
    }
    
    .list-element, .list-element:hover {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        letter-spacing:1px;
    }
    
    .list-element {
        padding-left: 1.4rem;
        color: #000;
    }
    
    
    .cv-container a {
        padding: 80px 100px 80px 100px;
    }
}
