/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 3, ../sass/_includes.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 3, ../sass/_includes.scss */
body {
  margin: 0;
}

/* line 3, ../sass/_includes.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 3, ../sass/_includes.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 3, ../sass/_includes.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 3, ../sass/_includes.scss */
[hidden], template {
  display: none;
}

/* line 3, ../sass/_includes.scss */
a {
  background: transparent;
}

/* line 3, ../sass/_includes.scss */
a:active, a:hover {
  outline: 0;
}

/* line 3, ../sass/_includes.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 3, ../sass/_includes.scss */
b, strong {
  font-weight: bold;
}

/* line 3, ../sass/_includes.scss */
dfn {
  font-style: italic;
}

/* line 3, ../sass/_includes.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 3, ../sass/_includes.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 3, ../sass/_includes.scss */
small {
  font-size: 80%;
}

/* line 3, ../sass/_includes.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 3, ../sass/_includes.scss */
sup {
  top: -0.5em;
}

/* line 3, ../sass/_includes.scss */
sub {
  bottom: -0.25em;
}

/* line 3, ../sass/_includes.scss */
img {
  border: 0;
}

/* line 3, ../sass/_includes.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 3, ../sass/_includes.scss */
figure {
  margin: 1em 40px;
}

/* line 3, ../sass/_includes.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 3, ../sass/_includes.scss */
pre {
  overflow: auto;
}

/* line 3, ../sass/_includes.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 3, ../sass/_includes.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 3, ../sass/_includes.scss */
button {
  overflow: visible;
}

/* line 3, ../sass/_includes.scss */
button, select {
  text-transform: none;
}

/* line 3, ../sass/_includes.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 3, ../sass/_includes.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 3, ../sass/_includes.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 3, ../sass/_includes.scss */
input {
  line-height: normal;
}

/* line 3, ../sass/_includes.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 3, ../sass/_includes.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 3, ../sass/_includes.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 3, ../sass/_includes.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 3, ../sass/_includes.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 3, ../sass/_includes.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 3, ../sass/_includes.scss */
textarea {
  overflow: auto;
}

/* line 3, ../sass/_includes.scss */
optgroup {
  font-weight: bold;
}

/* line 3, ../sass/_includes.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 3, ../sass/_includes.scss */
td, th {
  padding: 0;
}

/* line 140, ../sass/_includes.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 126, ../sass/_includes.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 130, ../sass/_includes.scss */
body:after {
  clear: both;
}

/* line 198, ../sass/_includes.scss */
div#utility-grid {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 90%, #38ffff 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 85%, #38ffff 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 90%, #38ffff 100%);
  background-size: 100% 6px;
  background-position: 10px 0px;
  position: absolute;
  width: 100%;
  height: 9999px;
  z-index: 999999;
  pointer-events: none;
}
/* line 205, ../sass/_includes.scss */
div#utility-grid div {
  height: 100%;
}
/* line 208, ../sass/_includes.scss */
div#utility-grid span {
  display: block;
  height: 100%;
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%;
  background: #FF0000;
  opacity: 0.3;
  box-shadow: 0 0 1px #000;
}

/* line 61, ../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 112.5%;
}

/* line 64, ../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 18px;
  line-height: 1.77778em;
}

/* line 3, ../sass/screen.scss */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #444;
  background: #fafafa url(../images/bg-pattern.png) center top;
}
@media screen and (max-width: 640px) {
  /* line 3, ../sass/screen.scss */
  body {
    font-size: 0.77778em;
    line-height: 2.28571em;
    line-height: 1.6em;
  }
}

/* line 14, ../sass/screen.scss */
h1, h2 {
  font-family: "Changa One", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 19, ../sass/screen.scss */
a {
  color: #e21767;
}

/* line 22, ../sass/screen.scss */
figure {
  margin: 0;
}

/* line 26, ../sass/screen.scss */
a.button, input#submit {
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  display: inline-block;
  background: #fff2ca;
  font-size: 0.77778em;
  line-height: 2.28571em;
  letter-spacing: 0.1em;
  padding: 0.6em 1em;
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  -ms-transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  -o-transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  transition-timing-function: cubic-bezier(0.59, 0.005, 0, 1);
  /* custom */
}
/* line 40, ../sass/screen.scss */
a.button:hover, input#submit:hover {
  color: #FFF;
  background: #b41252;
}

/* line 46, ../sass/screen.scss */
h2 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  font-size: 1.22222em;
  line-height: 1.45455em;
  margin: 0;
  margin-bottom: 0.88889em;
  color: #b41252;
  position: relative;
}
/* line 56, ../sass/screen.scss */
h2 span {
  display: inline-block;
  padding: 0.4em 1em;
  padding-top: 0.25em;
  line-height: 1.1em;
  border: 2px solid #860d3d;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
}

/* line 66, ../sass/screen.scss */
section {
  padding-top: 3.55556em;
  padding-bottom: 3.55556em;
  overflow: hidden;
}

/* line 72, ../sass/screen.scss */
#page section {
  padding-top: 1.77778em;
  padding-bottom: 1.77778em;
}

/* line 77, ../sass/screen.scss */
.container {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 2em;
}

/* line 85, ../sass/screen.scss */
ul {
  *zoom: 1;
}
/* line 126, ../sass/_includes.scss */
ul:before, ul:after {
  content: "";
  display: table;
}
/* line 130, ../sass/_includes.scss */
ul:after {
  clear: both;
}

/* line 89, ../sass/screen.scss */
.video-container {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

/* line 99, ../sass/screen.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 109, ../sass/screen.scss */
#nav-sticky-wrapper {
  width: 100%;
  height: auto !important;
}

/* line 114, ../sass/screen.scss */
nav {
  position: fixed;
  top: 1em;
  right: 0;
  z-index: 10;
  line-height: 1em;
  display: block;
  font-family: "Changa One", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 124, ../sass/screen.scss */
nav ul {
  list-style-type: none;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: -0.5em;
  font-size: 18px;
  border-radius: 4px;
}
/* line 133, ../sass/screen.scss */
nav ul li {
  line-height: 1em;
}
/* line 137, ../sass/screen.scss */
nav ul .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff2ca;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  border-radius: 4px;
  z-index: -1;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
/* line 149, ../sass/screen.scss */
nav a {
  text-decoration: none;
  padding: 0.5em 1em;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 155, ../sass/screen.scss */
nav h1 {
  font-size: 0em;
  display: none;
}
/* line 159, ../sass/screen.scss */
nav li.logo {
  display: none;
}

/* line 164, ../sass/screen.scss */
#toggle {
  display: none;
}

/* line 167, ../sass/screen.scss */
.toggle {
  display: block;
  position: relative;
  cursor: pointer;
}

/* line 171, ../sass/screen.scss */
.toggle:after {
  content: attr(data-open);
  display: block;
  background: #e21767;
  color: #FFF;
  padding: 0.5em 1em;
  font-size: 16px;
  border-radius: 4px;
  margin-right: -4px;
  -webkit-transform: skew(-2.8deg);
  -moz-transform: skew(-2.8deg);
  -ms-transform: skew(-2.8deg);
  -o-transform: skew(-2.8deg);
  transform: skew(-2.8deg);
  float: right;
}

/* line 183, ../sass/screen.scss */
.toggle:after + #toggle:checked {
  content: attr(data-close);
}

/* line 186, ../sass/screen.scss */
nav ul {
  display: none;
}

/* line 189, ../sass/screen.scss */
#toggle:checked + ul {
  display: block;
  opacity: 1;
}

/* line 192, ../sass/screen.scss */
#page header {
  padding-bottom: 5.33333em;
}

/* line 195, ../sass/screen.scss */
header {
  padding-top: 1.77778em;
  padding-bottom: 3.55556em;
  color: #FFF;
  background: #700a4d;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* line 204, ../sass/screen.scss */
header h2 {
  text-align: left;
  font-size: 2.22222em;
  line-height: 1.6em;
  font-weight: normal;
  margin-top: 0.88889em;
  margin-bottom: -0.88889em;
  color: #FFF;
  letter-spacing: 0;
}
/* line 214, ../sass/screen.scss */
header figure {
  margin: 0;
}
/* line 216, ../sass/screen.scss */
header figure span {
  font-family: "Changa One", "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  font-size: 1em;
  line-height: 1.77778em;
  -webkit-transform: skew(-7deg) rotate(-7deg);
  -moz-transform: skew(-7deg) rotate(-7deg);
  -ms-transform: skew(-7deg) rotate(-7deg);
  -o-transform: skew(-7deg) rotate(-7deg);
  transform: skew(-7deg) rotate(-7deg);
  opacity: 0.6;
  padding-bottom: 0.44444em;
}
/* line 226, ../sass/screen.scss */
header figure img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
/* line 234, ../sass/screen.scss */
header p {
  margin: 1em auto;
}
/* line 236, ../sass/screen.scss */
header p strong {
  font-size: 1.2em;
  opacity: 1.0;
  font-weight: normal;
}
/* line 243, ../sass/screen.scss */
header:after {
  content: '';
  background: url(../images/divider.png) repeat-x center bottom;
  background-size: auto 100%;
  display: block;
  height: 2em;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* line 255, ../sass/screen.scss */
header ul {
  display: none;
}

/* line 259, ../sass/screen.scss */
section .background, header .background {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 268, ../sass/screen.scss */
section .background img, header .background img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  margin-top: -350px;
  margin-left: -350px;
  opacity: 0.25;
  -webkit-animation: rotate 30s linear 0s infinite normal;
  -moz-animation: rotate 30s linear 0s infinite normal;
  -ms-animation: rotate 30s linear 0s infinite normal;
  -o-animation: rotate 30s linear 0s infinite normal;
  animation: rotate 30s linear 0s infinite normal;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 286, ../sass/screen.scss */
#why h2 {
  text-align: center;
}
/* line 289, ../sass/screen.scss */
#why ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 295, ../sass/screen.scss */
#why li {
  position: relative;
}
/* line 297, ../sass/screen.scss */
#why li:last-child:after {
  display: none;
}
/* line 301, ../sass/screen.scss */
#why h3 {
  color: #700a4d;
  margin: 0;
  margin-top: 0.44444em;
}
/* line 306, ../sass/screen.scss */
#why p {
  color: #787878;
  font-size: 0.88889em;
  line-height: 2em;
}
/* line 310, ../sass/screen.scss */
#why li {
  padding-top: 1.77778em;
}
/* line 313, ../sass/screen.scss */
#why figure {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  line-height: 1em;
  border: 4px solid #700a4d;
  border-radius: 8em;
  overflow: hidden;
}
/* line 321, ../sass/screen.scss */
#why figure img {
  width: 100%;
  height: auto;
}

/* line 331, ../sass/screen.scss */
#getstarted {
  background: url(../images/bg-pattern.png);
  background-color: #9d1047;
  color: #FFF;
}
/* line 335, ../sass/screen.scss */
#getstarted article {
  color: #facbde;
}
/* line 339, ../sass/screen.scss */
#getstarted h2 {
  color: #FFF;
}
/* line 341, ../sass/screen.scss */
#getstarted h2 span {
  border-color: #FFF;
}
/* line 345, ../sass/screen.scss */
#getstarted figure {
  margin-top: 1.77778em;
}

/* line 353, ../sass/screen.scss */
#register h2 {
  text-align: center;
}
/* line 356, ../sass/screen.scss */
#register form {
  max-width: 360px;
  margin: 0 auto;
}
/* line 360, ../sass/screen.scss */
#register label {
  display: block;
  font-weight: bold;
  font-size: 0.88889em;
  line-height: 2em;
  color: #700a4d;
  padding-top: 0.88889em;
}
/* line 367, ../sass/screen.scss */
#register input, #register select {
  display: block;
  border-radius: 4px;
  background: #FFFFFF;
  border: 2px solid #fb8da0;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5em 0.8em;
  width: 100%;
  font-size: 1.11111em;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 378, ../sass/screen.scss */
#register p {
  margin: 0;
}
/* line 381, ../sass/screen.scss */
#register div {
  *zoom: 1;
}
/* line 126, ../sass/_includes.scss */
#register div:before, #register div:after {
  content: "";
  display: table;
}
/* line 130, ../sass/_includes.scss */
#register div:after {
  clear: both;
}
/* line 385, ../sass/screen.scss */
#register div.two p:first-child {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
}
/* line 388, ../sass/screen.scss */
#register div.two p:last-child {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
}
/* line 393, ../sass/screen.scss */
#register div.three p:first-child {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
}
/* line 396, ../sass/screen.scss */
#register div.three p:last-child {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
}
/* line 401, ../sass/screen.scss */
#register div.four p {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
}

/* line 407, ../sass/screen.scss */
form input#submit {
  background: #b41252;
  border: none;
  color: #FFF;
  margin-top: 1.77778em;
  font-size: 0.88889em;
  line-height: 2em;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* line 417, ../sass/screen.scss */
#thanks p {
  text-align: center;
}
/* line 420, ../sass/screen.scss */
#thanks a {
  text-decoration: none;
  font-weight: bold;
}
/* line 424, ../sass/screen.scss */
#thanks a:hover {
  text-decoration: underline;
}

/* line 431, ../sass/screen.scss */
#page article {
  max-width: 760px;
}
/* line 433, ../sass/screen.scss */
#page article h2 {
  margin-top: 1.77778em;
  font-size: 1.44444em;
  line-height: 1.23077em;
}
/* line 437, ../sass/screen.scss */
#page article ul li {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 441, ../sass/screen.scss */
#page article h3 {
  margin-top: 30px;
}

/* line 448, ../sass/screen.scss */
footer {
  background: #2a041d;
  font-size: 0.83333em;
  line-height: 2.13333em;
  padding-top: 2.66667em;
  padding-bottom: 3.55556em;
}
/* line 453, ../sass/screen.scss */
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.83333em;
  line-height: 2.13333em;
  margin-top: 3.55556em;
  padding-top: 0.88889em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}
/* line 462, ../sass/screen.scss */
footer ul li {
  display: inline;
  padding-right: 2em;
}
/* line 467, ../sass/screen.scss */
footer img {
  vertical-align: middle;
  opacity: 0.5;
  line-height: 1em;
  display: inline-block;
  margin-right: 1.5em;
}

@-webkit-keyframes rotate {
  /* line 478, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 481, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 478, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 481, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  /* line 478, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 481, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 478, ../sass/screen.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 481, ../sass/screen.scss */
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  src: local("Changa One"), local("ChangaOne"), url(fonts/changaone.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(fonts/roboto-regular.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(fonts/roboto-bold.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(fonts/roboto-italic.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url(fonts/robotocondensed-light-italic.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url(fonts/robotocondensed-italic.woff) format("woff");
}
