@charset "utf-8";

/* CSS Document */

body,
html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("../images/home_page_bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.bottom-bar {
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: open sans, Gotham, "Helvetica Neue", Helvetica, Arial,
    "sans-serif";
  font-size: 0.9em;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  position: fixed;
}

h1 {
  font-family: p22-mackinac-pro, Arial, Helvetica, serif, sans-serif;
  font-size: 4em;
  font-weight: 400;
  color: #ffffff;
  position: sticky;
  top: 180px;
  left: 100px;
  width: auto;
  text-align: left;
  margin-top: 0px;
  margin-left: 80px;
}

#header {
  background-color: #36383c;
  padding: 0px 0px;
}
#logo {
  display: inline-block;
  width: 348px;
  height: 57px;
  position: relative;
}

img {
  height: 98px;
  padding: 20px 0px 0px 20px;
}

#menu {
  position: absolute;
  right: 0;
  top: 15px;
  display: none;
}
#nav {
  list-style: none;
  padding: 0;
  display: inline-block;
}
#nav .vertical {
  display: block;
  padding-left: 20px;
}
#nav .vertical li {
  display: list-item;
  line-height: 40px;
}
#nav li {
  display: inline-block;
  padding-right: 90px;
  font-family: open sans, Gotham, "Helvetica Neue", Helvetica, Arial,
    "sans-serif";
  font-size: 18px;
}
a {
  text-decoration: none;
  color: white;
}
#nav li:last-child {
  padding-right: 0;
}
@media all and (max-width: 1690px) {
}
@media all and (max-width: 1280px) {
}
@media all and (max-width: 980px) {
}
@media all and (max-width: 736px) { 
}
@media all and (max-width: 480px) {
  #menu {
    width: 200px;
    display: inline-block;
  }
  #nav {
    width: 200px;
    display: inline-block;
  }
}
