@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,700);
/* line 5, ../sass/construction.scss */
html {
  height: 100%;
}

/* line 73, ../sass/construction.scss */
body.red {
  background-image: -webkit-radial-gradient(50% 0%, circle, #fff, #999);
  background-image: radial-gradient(  circle at 50% 0%, #fff, #999);
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
}
/* line 15, ../sass/construction.scss */
body.red .header {
  height: 120px;
  background: #454545;
}
/* line 20, ../sass/construction.scss */
body.red .truck {
  background-image: url("../images/truck.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: -128px auto;
  height: 256px;
  width: 256px;
}
/* line 29, ../sass/construction.scss */
body.red h1 {
  text-align: center;
  margin-top: 200px;
  color: #990000;
  font-size: 4.2em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #888;
}
/* line 39, ../sass/construction.scss */
body.red h2, body.red h3 {
  margin-top: 10px;
  font-weight: 200;
  font-size: 2.5em;
  text-align: center;
  color: #727272;
}
/* line 47, ../sass/construction.scss */
body.red h3 {
  margin-top: 200px;
  font-size: 2em;
}
/* line 51, ../sass/construction.scss */
body.red a, body.red strong {
  font-weight: 700;
  color: #990000;
  font-family: sans-serif;
}
/* line 56, ../sass/construction.scss */
body.red a {
  text-decoration: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 59, ../sass/construction.scss */
body.red a:hover {
  color: red;
}
/* line 63, ../sass/construction.scss */
body.red p {
  text-align: center;
  width: 500px;
  margin: auto;
  font-size: 1.1em;
  color: #888;
  font-weight: 400;
}

/* line 76, ../sass/construction.scss */
body.blue {
  background-image: -webkit-radial-gradient(50% 0%, circle, #fff, #B2B9C1);
  background-image: radial-gradient(  circle at 50% 0%, #fff, #B2B9C1);
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
}
/* line 15, ../sass/construction.scss */
body.blue .header {
  height: 120px;
  background: #454545;
}
/* line 20, ../sass/construction.scss */
body.blue .truck {
  background-image: url("../images/truck.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: -128px auto;
  height: 256px;
  width: 256px;
}
/* line 29, ../sass/construction.scss */
body.blue h1 {
  text-align: center;
  margin-top: 200px;
  color: #36414E;
  font-size: 4.2em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #888;
}
/* line 39, ../sass/construction.scss */
body.blue h2, body.blue h3 {
  margin-top: 10px;
  font-weight: 200;
  font-size: 2.5em;
  text-align: center;
  color: #727272;
}
/* line 47, ../sass/construction.scss */
body.blue h3 {
  margin-top: 200px;
  font-size: 2em;
}
/* line 51, ../sass/construction.scss */
body.blue a, body.blue strong {
  font-weight: 700;
  color: #36414E;
  font-family: sans-serif;
}
/* line 56, ../sass/construction.scss */
body.blue a {
  text-decoration: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 59, ../sass/construction.scss */
body.blue a:hover {
  color: #60738a;
}
/* line 63, ../sass/construction.scss */
body.blue p {
  text-align: center;
  width: 500px;
  margin: auto;
  font-size: 1.1em;
  color: #888;
  font-weight: 400;
}
