/* CSS Document */

/*Shrinking Sticky Nav*/

.header {
  padding: 10rem 0;
  background: url("http://placehold.it/2000x500&text=this is Archeodig") center center no-repeat;
  background-size: cover; }

[data-sticky] {
  width: 100%; }

.top-bar {
  padding: 2rem;
  transition: padding .25s ease; }

.is-stuck .top-bar {
  padding: 1rem;
  transition: padding .25s ease; }

/* Extra button Colours for Ticket Monster Project */
  .button.white {
    background-color: #FFFFFF;
    color: #333; }
    .button.white:hover, .button.white:focus {
      background-color: #E7E7E7;
      color: #666;}

  .button.black {
    background-color: #090909;
    color: #fefefe; }
    .button.black:hover, .button.black:focus {
      background-color: #333333;
      color: #fefefe; }

