div {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

body {
  background-image: url("/assets/images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  width: 100%;
}

.logo {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 25%;
}

.embedImage {
  width: 100%;
}

.navDiv {
  position: absolute;
  left: 28%;
  top: 50px;
}

.salesDiv {
  color: black;
  float: left;
  float: left;
  text-decoration: none;
  text-shadow: 1px 1px 2px grey, 0 0 25px white, 0 0 5px white;
  font-size: 24px;
  height: 400px;
  text-align: center;
  width: 350px;
}

.contentDiv {
  position: absolute;
  left: 28%;
  top: 100px;
  width: 70%;
  float: left;
}

.column {
  float: left;
  padding: 10px;
}

.left {
  width: 40%;
}

.right {
  width: 40%;
}

.contentDiv:after {
  content: "";
  display: table;
  clear: both;
}

.nav {
  font-size: 24px;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px black;
}

.nav:hover, .current:hover {
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px grey;
}

.current {
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px black;
}

.imageDropShadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.h2 {
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px black;
}

a.h2:hover {
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px grey;
}

th, td {
  padding: 5px;
}

.header {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px grey, 0 0 25px white, 0 0 5px white;
}

.row {
  font-size: 24px;
  text-shadow: 1px 1px 2px grey, 0 0 25px white, 0 0 5px white;
}

.noshowlink {
  text-decoration: none;
  color: black;
}

a.row {
  text-decoration: none;
}

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