
.header {

  /*background-color: #444;*/
    text-align: center;
    padding: 1.5em;
    margin: 0;
    height: 70px;
}

.header span {
    font-size: 34px;
    font-weight: bold;
    color: red;
    float:left;
    text-align: left;
    margin-top: 20px;
}

/*
.nav li {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    line-height: 40px;
    text-align: left;
}

.nav a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding-left: 15px;
    border-bottom: 1px solid #888;
    transition: .3s background-color;
}

.nav a:hover {
    background-color: #005f5f;
}

.nav a.active {
    background-color: #aaa;
    color: #444;
    cursor: default;
}
*/
/* Sub Menus */
/*
.nav li li {
    padding-left: 30px;
    font-size: .8em;
}
*/
/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/
/*
@media screen and (min-width: 650px) {
    .nav li {
        width: 150px;
        border-bottom: none;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        display: inline-block;
        margin-right: -4px;
    }

    .nav a {
        border-bottom: none;
    }

    .nav > ul > li {
        text-align: center;
    }

    .nav > ul > li > a {
        padding-left: 0;
    }
*/
    /* Sub Menus */
  /*  .nav li ul {
        position: absolute;
        display: none;
        width: inherit;
        padding-left: 0px;
    }

    .nav li li {
        padding-left: 0px;
    }

    .nav li:hover ul {
        display: block;
    }

    .nav li ul li {
        display: block;
    }
}
*/