#header {
/*
    background-image: url(/images/comicBackgroundWeb.jpg);
    background-position: center;
    background-size: cover;
    height: 240px;
*/
    position: relative;
    width: 100%;
}   

#topBar {
    background-color: #e95425;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
}

#topBar img {
    height: 50px;
}         

#topBar > span {
    display: inline-block;
    height: 100%;
    line-height: 50px;                
    vertical-align: top;
}

#whatIsCGSButton {
/*                 background-color: rgba(233,84,37,.5); */
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 9px;
    padding: 0 10px;
}

#whatIsCGSButton a {
    color: #fff;
    text-decoration: none;
}
            
#searchWrap {
    padding-top: 4px;
}

#search {
    border: none;
    height: 40px;
    padding-left: 10px;
    width: 300px;
}

button {
    background-color: #252e30;;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

#episodeArchiveLink {
/*     line-height: 17px !important; */
    text-align: center;
    width: 90px;
}

#episodeArchiveLink a {
    color: #fff;
    text-decoration: none;   
}

@media (max-width: 480px) {
  #search {
    width: 50px;
  }
}

@media (max-width: 600px) and (min-width: 481px) {
  #search {
    width: 200px;
  }
}