#header {
    border-bottom: 2px solid #f29600;
}

@media only screen and (max-width: 640px) {

    #header {
        border-bottom: none;
    }

}