/* Home page */
body {
  font-family: "Georgia", sans-serif;
  color: white;
  background-color: black;
}
main {
  position: relative;
}
h1 {
  text-align: center;
  font-style: italic;
  font-variant: small-caps;
}
h2 {
  text-align: center;
}
h3 {
  margin: 0 auto;
}
footer {
  clear: both;
  text-align: center;
}
p {
  font-size: medium;
  font-weight: normal;
}
button {
  /*-webkit-border-radius:@radius;
    -moz-border-radius:@radius;*/

  border-radius: 7px;
  background: #f4ca0c;
  border-color: #ac8e08;
  cursor: pointer;
}
.hide {
  display: none;
}
a:link {
  color: yellow;
}
a:hover,
a:visited,
a:active {
  color: red;
}
.site-nav ul {
  list-style-type: none;
  font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana;
  margin: 0;
  padding: 0;
}
.site-nav ul a {
  color: white;
  text-decoration: none;
  display: block;
}
.site-nav ul a:visited,
.site-nav ul a:active,
.site-nav ul a:link {
  color: white;
}
/* Home page */
.homeimage {
  margin: 16px 0;
  z-index: -1;
}
.homeimage img {
  display: block;
  margin: auto;
  border: 0;
}
/* Performances page */
.perf {
  width: 95%;
}
.perf tr {
  vertical-align: top;
}
.perf td {
  text-align: left;
  padding-right: .5em;
}
.perf td:last-child {
  padding-right: .1em;
}
/* Photo albums & videos page */
.pic-grp {
  margin-right: 0;
}
.pic-grp ul {
  padding-left: 0;
  list-style-type: none;
}
.pic-grp li {
  margin: 0 auto;
  width: 320px;
  text-align: center;
  display: inline;
}
.pic-grp a:link,
.pic-grp .vids a:hover,
.pic-grp .vids a:visited,
.pic-grp .vids a:active {
  color: black;
  font-weight: bold;
  background-color: #F4CA0C;
  /*GUM Gold*/

  text-decoration: none;
  width: 320px;
  border: 0;
  line-height: 1.5;
  margin: 15px;
  /*-webkit-border-radius:@radius;
    -moz-border-radius:@radius;*/

  border-radius: 10px;
  display: inline-block;
}
.pic-grp iframe {
  width: 320px;
  height: 240px;
  display: block;
  margin: 15px;
  border: 0;
  float: left;
}
/* Scrap Books Page */
/* Scrap Book Album Dashboard */
#a-dash {
  font-family: "Lucida Grande", "Trebuchet MS", Verdana;
  text-align: center;
  vertical-align: top;
  background-color: black;
  /* IE11 needs it explicitly */

}
/* Scrap Book Album Selector */
.a-sel {
  background: black;
  position: relative;
  z-index: 1;
  width: 8em;
  margin: auto;
}
.a-sel button {
  width: 8em;
  height: 2em;
  display: inline-block;
  margin: .25em;
  padding: 0 4px;
  /* top-bottom overridden by height; std left-right is 6*/

}
.a-sel .a-menu {
  background: #f7da55;
}
.a-sel .a-menu:hover {
  background: #f4ca0c;
}
/* Change page buttons */
.ch-page {
  height: 2em;
  margin: .25em 0;
}
/* Album page being displayed */
#a-page img {
  position: relative;
  height: auto;
  width: auto;
  margin: 0 auto 5px auto;
  z-index: -1;
}
/* Emblem page */
.emb {
  margin: 16px 0;
}
.emb img {
  display: block;
  margin: auto;
  border: 0;
}
/* Contacts page */
.centre {
  text-align: center;
  margin: 0 auto;
}
.centre table {
  margin: 0 auto;
}
.centre td {
  text-align: left;
  padding: 10px;
}
.centre td:first-child {
  text-align: right;
  font-weight: bold;
}
.centre td:nth-child(2) {
  font-style: italic;
}
@media only screen and (min-width: 769px) {
  h1 {
    letter-spacing: .5em;
  }
  main > article {
    position: relative;
    margin-left: 210px;
    margin-right: 1em;
    z-index: -1;
  }
  nav {
    position: absolute;
  }
  /* Traditional site navigation menu */
  .site-nav ul {
    width: 178px;
    height: 510px;
    background-color: #f4ca0c;
  }
  .site-nav ul li {
    width: 150px;
    text-indent: 40px;
    font-weight: bold;
    height: 28px;
    /* spacing between items */
  
    padding: 12px 0 0 14px;
  }
  .site-nav ul a {
    width: auto;
    background: #000000 url(graphics/menu-bell.gif) no-repeat top left;
    /*-webkit-border-radius:@radius;
      -moz-border-radius:@radius;*/
  
    border-radius: 15px;
    padding: 6px 0;
    /* Vertical (top/bottom) padding for each menu link */
  
  }
  .site-nav ul a:hover {
    background: #990000 url(graphics/menu-bell.gif) no-repeat left top;
  }
  .site-nav ul li:nth-child(2) {
    height: 164px;
    margin-top: 0;
  }
  .site-nav ul li:nth-child(2) a {
    padding: 0;
    height: 164px;
    color: transparent;
    background: #000000 url(graphics/gumlogo_new.gif) no-repeat top left;
    border-radius: 0;
  }
  /* Scrap Book Page */
  #a-dash {
    width: 125px;
    left: -5px;
  }
  .a-sel div {
    padding-bottom: .5em;
  }
  #a-page {
    position: absolute;
    left: 135px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.5em;
    line-height: 2em;
    letter-spacing: .15em;
  }
  /* Hamburger site navigation menu */
  .site-nav {
    position: fixed;
    top: 1.5em;
    left: 1em;
    cursor: pointer;
    height: 1.75em;
    width: 1.75em;
    display: block;
    /* No js: activate menu on hover */
  
    /* Menu close button */
  
  }
  .site-nav:before {
    /* lines 2 & 3 of the hamburger */
  
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1.75em;
    height: 0.2em;
    background: #f4ca0c;
    box-shadow: 0 0.6em 0 0 #f4ca0c, 0 1.2em 0 0 #f4ca0c;
    cursor: pointer;
  }
  .site-nav:hover ul.nojs {
    display: block;
  }
  .site-nav ul {
    display: none;
    position: absolute;
    z-index: 1;
  }
  .site-nav li {
    width: 7em;
    font-size: 1.2em;
    border: 1px solid grey;
  }
  .site-nav li:hover a {
    background: #990000;
  }
  .site-nav li:first-child {
    display: block;
  }
  .site-nav a {
    background: #000;
    padding: 6px 0 6px 1em;
  }
  /* Scrap Book Page */
  #a-dash {
    width: 90%;
    margin: auto auto 1em auto;
    height: auto;
  }
  .a-sel {
    text-align: center;
  }
  .a-sel button {
    font-size: 1em;
  }
  .ch-page {
    font-size: 1em;
  }
  #page-pr {
    display: inline;
  }
  #backp {
    float: left;
  }
  #nextp {
    float: right;
  }
  #a-page {
    margin: auto;
    left: auto;
  }
  #a-page img {
    display: block;
  }
  .widescreen {
    display: none;
  }
}
@media only screen and (max-width: 566px) {
  .homeimage img {
    width: 390px;
  }
}
@media only screen and (max-width: 456px) {
  h1 {
    letter-spacing: 0;
  }
  .homeimage img {
    width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  h1 {
    text-align: right;
  }
  .homeimage img {
    width: 245px;
  }
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
