@media screen AND (min-width: 100px) AND (max-width: 300px) {
    h1 {
        font-size: 30px !important;
        margin-top: 10px !important;
    }
    #logoHeader {
    width: 30px !important;
    margin-top: -1px;
    margin-top: 9px !important;
    }
}
body {
    background-color: #F5F9A4;
}
h1 {
    color: white;
    font-size: 40px;
    display: inline-block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.userNav {
    float: right;
    margin-top: 30px;
    color: white;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
}
.userNav:hover {
    color: blue;
    cursor: pointer;
}
#myAccount {
    float: right;
}
#myAccount a:hover {
    color: blue;
    cursor: pointer;
}
nav {
    /*background: rgb(255,140,53); /* Old browsers */
    /*background: -moz-linear-gradient(left, rgba(255,140,53,1) 1%, rgba(255,156,76,1) 24%, rgba(255,169,84,1) 58%, rgba(249,79,0,1) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(255,140,53,1) 1%,rgba(255,156,76,1) 24%,rgba(255,169,84,1) 58%,rgba(249,79,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right, rgba(255,140,53,1) 1%,rgba(255,156,76,1) 24%,rgba(255,169,84,1) 58%,rgba(249,79,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c35', endColorstr='#f94f00',GradientType=1 ); /* IE6-9 */
    background-color: #F7A64A;
    border-bottom: 10px solid #ff0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#secondNav {
    background-color: transparent;
    display: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}