/*background-color: rgba(36, 36, 36, 0.832);*/

body{
    margin: 0;
    color: #636363;
}
nav{
    padding-top: 20px;
    padding-left: 70px;
    border-bottom: 0.5px solid hsl(146, 10%, 86%);
}
#logo{
    padding-bottom: 20px;
    height: 50px;
}

#logo-image{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
#logo-text{
    padding-left: 10px;
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#logo-text :first-child{
    color: #000000;
}
#logo-text :last-child{
    color: #2BA3B2;  
}
nav ul{
    margin: 0;
    padding: 0;
    height: 40px;
}
nav ul li{
    display: block;
    list-style-type: none;
    float: left;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}