header {
    width: 100%;
    background: #ec1d25;
    color: #fff;
    height: 150px;
    z-index: 3;
    position: fixed;
}

nav {
    width: 90%;
    margin: 0 auto;
    text-align: right;
}

nav h1{
    font-size: 50px;
    font-weight: normal;
    padding-top: 75px;
    text-align: left;
}

.navbar {
    margin: -35px 10% 0 0;
}

.navbar a {
    color: #fff;
    margin: 0 1%;
    text-transform: uppercase;
}

label {
    margin-right: 20%;
    margin-top: -35px;
    font-size: 26px;
    display: none;
    color: #fff;
}

#toggle {
    display: none;
}