@charset "utf-8";
body {
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
}
td {

}
.parallax {
  /* The image used */
  background-image: url("/_images/viewport_01.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.craftimg {
  /* The image used */
  background-image: url("/_images/craft_img.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.techimg {
  /* The image used */
  background-image: url("/_images/tech_img.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p1 {
  font-family: Helvetica, sans-serif;
  color: #FFFFFF;
  line-height: 1.5;
}
.divider {
    border-bottom-style: dotted;
    color: #47423C;
    border-width: thin;
}
a:link {
  color: #FBD593;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
  color: #FBD593;
  text-decoration: underline;
}

a:active {
  color: #FFFFFF;
}