body {
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.hidden {
    overflow: hidden;
}

header {
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    display: flex;
    padding: 25px 2%;
}

.brand {
    margin-right: auto; 
    width: 35%;
}

.brand img {
    padding-left: 20px;
    width: 100%;
}

.navbar {
    display: inline-block;
    list-style: none;
}

.navbar li {
    display: inline-block;
    padding: 0 10px;
}

.navbar a {
    color: #7ac673;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
