.nav {
    height: 10px;
    width: 100%;
    list-style-type: none;
    background-color: #ff80b3;
    float: center;
    position: fixed;
    align: center;
    text-align: center;
    margin: 0 auto;
    top: 0;
    font-family: "Courier New", Courier, monospace;
}

.nav a {
    display: inline-block;
    color: white;
    background-color: #ff80b3;
    text-align: center;
    padding: 5px 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: background-color .3s;
}

.nav a:hover {
    background-color: #ff99c2;
}

.active {
    background-color: #ff99c2;
}

.bar {
    height: 10px;
    width: 100%;
    list-style-type: none;
    background-color: #ff80b3;
    float: center;
    align: center;
    text-align: center;
    margin: 0 auto;
    font-family: "Courier New", Courier, monospace;
}

.bar a {
    display: block;
    color: white;
    background-color: #ff80b3;
    text-align: center;
    padding: 5px 40px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: background-color .3s;
}

.bar a:hover {
    background-color: #ff99c2;
}

.par {
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}
.title {
  color: #ff80b3;
  text-align: center;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
}

.footer {
background-color: rgba(255,255,255,0.8);
width: 1200px;
margin: 0 auto;
text-align: center;
text-transform: uppercase;
font-family: "Courier New", Courier, monospace;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 960px;
  margin: 0 auto;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
font-family: "Courier New", Courier, monospace;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 50px;
  line-height: 600px;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("images/bg1.png");
}
section.module.parallax-2 {
  background-image: url("images/bg2.png");
}
section.module.parallax-3 {
  background-image: url("images/bg3.png");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}