body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;

}

h1, h2, h3, .profile {
    font-family: "Baskervville", serif;
}

img {
    max-width: 100%;
}

nav ul li {
    display: inline-block;
    margin: 0px 15px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 1;
    font-size: 15px;

}

nav {
    background-color: #e2f5d7;
    position: fixed;
    z-index: 1;
    width: 100%;
}

nav ul {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    
}

header {
    position: relative;
    top: 70px;
    background-image: url(../portfolio_img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;

}

h1 {
    font-size: 40px;
    line-height: 150%; 
} 

ul li {
    list-style: none;
    margin: 15px 0px;
}

.button {
    border: 1px solid #a2b797;
    text-decoration: none;
    color: #a2b797;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    margin: 10px 10px;
}

.intro-img {
    margin-top: 20px;
    box-shadow: 1px 2px 15px rgba(0,0,0,0.2);
}

figcaption {
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 100px;
}

.experience {
    text-align: center;
}

h2 {
    font-size: 30px;
}

p {
    line-height: 130%;
}

.skill-list {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 80px;
}

.project {
    margin: 20px 0px;
    padding: 50px;
}

.project .button {
    margin: 0px;
}

.green {
    background-color: #e2f5d7;
}

footer {
    text-align: center;
    margin: 50px;
}

footer h3 {
    font-size: 30px;
}

.right-text {
    text-align: right;
}

nav li a {
    text-decoration: none;
    color: black;

}