* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

/*@font-face {font-family: "League Gothic";
    src: url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.eot");
    src: url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/3bae817a3ffed7db86b763dd7d8004b2.svg#League Gothic") format("svg");
}*/

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: #000;
}

#main-nav {
  background-image: url('images/rays.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  border-bottom: solid 7px rgb(34, 34, 34);
}

nav>ul {
  list-style: none;
  padding-left: 0;
  width: 980px;
  margin: auto;
}

nav>ul>li {
  color: #fff;
  font-family: "League Gothic", 'Helvetica', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px;
  box-sizing: content-box;
  vertical-align: middle;
}

#restaurants {
  width: 110px;
}

#piepubs {
  width: 80px;
}

#pies-and-more {
  width: 92px;
}

#header-img {
  width: 320px;
  height: 150px;
  text-align: center;
  background-image: url('images/logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px;
}

#us {
  width: 40px;
}

#events {
  width: 65px;
}

#giftshop {
  width: 85px;
}

/* ------------------------ DROP DOWN MENU --------------------------
---------- not really working that well right now.... ---------------*/

.hide {
  display: none;
}

.hide {
  background-color: #373737;
  list-style-type: none;
  padding: 5px;
  margin: -5px;
  position: absolute;
  top: 100px;
  width: 200px;
}

.hide li {
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  letter-spacing: normal;
  padding: 10px 0;
  background-image: linear-gradient(to right, grey 33%, #373737 0%);
  background-position: bottom;
  background-size: 5px 2px;
  background-repeat: repeat-x;
}

.hide li:hover {
  color: rgb(148, 148, 148);
}

.dropdown:hover .hide {
  display: block;
  position: absolute;
}

.dropdown:hover {
  color: #fff;
  background-color: #373737;
}

.dropdown:hover a:hover {
  color: rgb(148, 148, 148);
}
