/* Style sheet created for Libby Bitner portfolio */

body {
    font-family: "Verdana";
    color: #184620;
    margin: 0;
    background-color: #DCF5DF;
    letter-spacing: 1px;
    font-size: 40px;
}

.header-container {
    display: flex;              
    align-items: center;        
    justify-content: space-between; 
    background-color: #74b47a;
    padding: 10px 20px;
    box-sizing: border-box;
}

header img {
    height: 130px;
}

.welcome-text {
    margin-top: -1px;
    position: relative;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: -1px;
    display: flex;
    font-size: 30px;
}

nav li {
    margin: -0.2em;
    padding: 46.5px;
}

nav a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

main {
    font-family: "Verdana";
}
 
.header-img {
    height: 130px;
    transition: transform 0.3s ease-in-out;
}

.header-img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

    nav li a {
        display: inline-block;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    
    nav li a:hover {
        color: #11461F;
        transform: scale(1.1);
        cursor: pointer;
    }
    
.portfolio {
    
}

.contact {
    
}

.skills {
    
}






 






