body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0; }

a:link,
a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); }

header, footer {
  z-index: 1000; }

header {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  padding-top: 5px;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: lowercase;
  height: 150px; }
  header h1, header h2 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    display: inline-block;
    vertical-align: bottom; }
  header h1 {
    margin-left: 15px;
    color: white;
    letter-spacing: 10px;
    font-weight: normal;
    font-size: 25px; }
    header h1 a {
      text-decoration: none;
      color: white; }
    header h1 b {
      font-weight: bold;
      letter-spacing: 0;
      font-size: 35px;
      white-space: nowrap; }
  header h2 {
    position: relative;
    top: -3px;
    padding: 0 15px;
    font-weight: normal;
    color: white;
    opacity: 0.8;
    font-size: 20px;
    letter-spacing: 0.75px; }
  header div.socialmedia {
    position: absolute;
    right: 15px;
    top: 15px; }
    header div.socialmedia a {
      filter: gray;
      /* IE6-9 */
      filter: grayscale(1);
      /* Microsoft Edge and Firefox 35+ */
      -webkit-filter: grayscale(1);
      /* Google Chrome, Safari 6+ & Opera 15+ */ }
    header div.socialmedia a:hover {
      filter: none;
      -webkit-filter: none; }
  header hr {
    clear: both; }

hr.open,
hr.closed {
  display: block;
  clear: both;
  height: 13px;
  border: 2px solid white; }

hr.open {
  border-radius: 15px 15px 0 0;
  border-bottom: none;
  margin-bottom: 10px; }

hr.closed {
  border-radius: 0 0 15px 15px;
  border-top: none;
  margin-top: 10px; }

main {
  cursor: pointer; }
  main section {
    height: 100vh !important;
    background-size: cover;
    background-position: center; }

footer {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: right; }
  footer ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    margin-bottom: -10px;
    overflow: hidden; }
    footer ul.navigation li {
      padding: 0;
      margin: 0px;
      display: inline-block;
      background: url(dot.png) no-repeat;
      background-position: top 18px right 0;
      padding-right: 15px;
      margin-right: -10px;
      margin-left: 15px;
      overflow: visible;
      padding-bottom: 10px;
      padding-top: 10px; }
      footer ul.navigation li a {
        display: inline-block;
        transition: all 0.2s ease;
        font-size: 16px;
        font-weight: normal; }
      footer ul.navigation li a:hover {
        transform: scale(1.1); }

/*# sourceMappingURL=homepage1.css.map */
