*,
*:before,
*:after {
  border: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
  min-width: 1152px;
}
body.no-transition * {
  transition: none !important;
}
body #containment {
  float: left;
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body #containment .wrap {
  height: auto;
  margin: 0 auto;
  min-height: 100%;
  width: 1152px;
}
body #containment .content {
  float: left;
  position: relative;
  padding-bottom: 100px;
  width: 100%;
}
body #containment .block {
  float: left;
}
.home,
.about,
.services,
.contact {
  background: url("../img/home.jpg") center top no-repeat;
  float: left;
  height: 1430px;
  width: 100%;
}
.home header,
.about header,
.services header,
.contact header {
  float: left;
  position: relative;
  width: 100%;
}
.home header a,
.about header a,
.services header a,
.contact header a {
  float: left;
  height: 40px;
}
.home header a:nth-child(1),
.about header a:nth-child(1),
.services header a:nth-child(1),
.contact header a:nth-child(1) {
  width: 100px;
  margin-top: 137px;
  margin-left: 177px;
}
.home header a:nth-child(2),
.about header a:nth-child(2),
.services header a:nth-child(2),
.contact header a:nth-child(2) {
  width: 100px;
  margin-top: 137px;
  margin-left: 40px;
}
.home header a:nth-child(3),
.about header a:nth-child(3),
.services header a:nth-child(3),
.contact header a:nth-child(3) {
  width: 100px;
  margin-top: 137px;
  margin-left: 340px;
}
.home header a:nth-child(4),
.about header a:nth-child(4),
.services header a:nth-child(4),
.contact header a:nth-child(4) {
  width: 100px;
  margin-top: 137px;
  margin-left: 50px;
}
.about {
  background-image: url("../img/about.jpg");
  height: 2085px;
}
.services {
  background-image: url("../img/services.jpg");
  height: 2630px;
}
.contact {
  background-image: url("../img/contact.jpg");
  height: 1077px;
}
