
/*.quicksand-<uniquifier> {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }*/

html{
    font-size:100%;
}
body {
    background-image: url(../images/texture_leaf_01.avif);
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
}

body::before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    background-color: #ffffffad;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    }
/* header */
.navvine{
    position: fixed;
    top: -15px;
    height:50vw;
}
nav ul{
    list-style: none;
}

a{
    text-decoration: none;
    color:white;
    text-transform: uppercase;}
a:hover{
    color:#D6E1C9;
}
a:active{
    color:#42210B;
}
.home {
    position: fixed;
    top:6.5vw;
    left:19vw;
    font-family: "Quicksand", sans-serif;
    font-size:15pt;
    font-weight: 500;
}

.portfolio {
    position: fixed;
    top:18.5vw;
    left:6vw;
    font-family: "Quicksand", sans-serif;
    font-size:15pt;
    font-weight: 500;
}

.resume {
    position: fixed;
    top:29vw;
    left:13vw;
    font-family: "Quicksand", sans-serif;
    font-size:15pt;
    font-weight: 500;
}

.contact {
    position: fixed;
    top:42vw;
    left:11vw;
    font-family: "Quicksand", sans-serif;
    font-size:15pt;
    font-weight: 500;
}

/* main */
#logo{
    margin:2em 8em 5em;
    padding:0 0 0 8em;
}

#selfportrait{
    position:absolute;
    right: 2em;
    top: 0;
}

article{
    background-color:#faf0e9;
    border-radius: 25px;
    margin:1em 2em 2em 25%;
    padding: 5em;
}

#homepage {
    background-image: url(../images/self_portrait_feigert_jo_nbg.png);
    background-repeat: no-repeat;
    background-position: right 0em top -3em;
    padding: 0;
}

#about{
    /* min-width: 65%; */
    color:#423315;
    padding-left:6em;
    background-image:url(../images/fav_work_section.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 10em;
}
h1{
    font-family: "Quicksand", sans-serif;
    font-size: 25pt;
    color:#423315;
}
section h2{
    font-family: "Quicksand", sans-serif;
    font-size: 20pt;
    color:#423315;
    text-align:center;
}
p {
    width:25em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#favworks{
    background-color: #939B7B;
    border-radius: 0 0 25px 25px;
    padding-top:1px;
}

#works{
    display:flex;
    justify-content: space-around;
    list-style: none;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left:0;
}

#works li{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#D6E1C9;
    border-radius:50%;
}

#image01, #image03{
    width:350px;
    height:350px;
}

#image02{
    width:400px;
    height:400px;
}

/* portfolio images */

.figure-container a img{
    border-radius: 25px;
}

.figure-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
}

figcaption{
    font: 14px sans-serif;
    text-wrap: balance;
    min-width:300px;
    max-width:300px;
}

/* footer */
#copyright{
    text-align: center;
    margin-top:15px;
    margin-bottom: 4px;
    width:100%;
}
footer{
    background-image: url(../images/footer_shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    height:100px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom:10px;
}
