header 
{
    height: 90px;
    width: 100%;
    color: #4ec2e3;
    display: flex;
    justify-content: space-around;
}

.logo
{
    width: 30%;
    padding-left: 2%;
}

.logo img
{
    height: 90px;
}

.menu
{
    width: 60%;
    padding-right: 2%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu ul
{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu li
{
    margin-left: 40px;
}

.menu a
{
    color: #4ec2e3;
    text-decoration: none;
}

.menu li:hover, .menu a:focus
{
    border-bottom: 2px solid #4ec2e3;
}

.breadcrumb
{
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #4ec2e3;
    margin-bottom: 50px;
}

.breadcrumb h1
{
    width: 40%;
    color: #fff;
    font-size: 2.5em;
    padding-left: 3%;
}

.breadcrumb-nav
{
    width: 60%;
    color: #fff;
    padding-right: 3%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.2em;
}

.breadcrumb-nav a
{
    color: #fff;
}
