@charset "UTF-8";

header {      -webkit-transition: top 0.2s ease;
      -moz-transition: top 0.2s ease;
      -ms-transition: top 0.2s ease;
      -o-transition: top 0.2s ease;
      transition: top 0.2s ease; 
}
header nav { height: 40px; }
header.smaller nav { height: 0; }


/* Small Tablets */
@media (min-width: 320px)and (max-width: 767px) {

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1023x) {

}