body {
  background-color: #000;
  padding: 0;
  margin: 0;
}

#main-content {
  max-width: 2100px;
  margin: 0 auto;
  /* background-image: url("../images/bg_2.png");
  background-repeat: no-repeat;
  background-size: cover; */

  color: #ededed;
}

#main-content img {
  max-width: 100%;
  height: auto;
  border: none;
}

#main-content a {
  color: #ededed;
}

#my-nav {
  background-image: url("../images/nav_bg.gif");
}

.nav-fix {
  max-width: 2100px;
  height: auto;
  position: fixed;
  top: 0px;
  z-index: 9;
}

#go-top {
  color: #e6e6e6;
  position: fixed;
  right: .3em;
  bottom: .8em;
  font-size: 450%;
  display: none;
  opacity: .5;
}

.title-logo {
  text-align: center;
  margin-bottom: 3em;
}

.contact-info {
  width: 90%;
  font-size: 90%;
  margin: 0 auto;
  padding: 2em 1em;
}

@media screen and (min-width: 1024px) {
  .contact-info {
    width: 501px;
    font-size: 120%;
  }

  #go-top {
    right: .5em;
    bottom: .7em;
    font-size: 500%;
  }
}
