@charset "UTF-8";
/* ******************************* 
Contract Killer global CSS file - All rights reserved
Created by: Yiannis Konstantakopoulos - hello@porcupinecolors.com

Please don't highjack this humble design. */
/* =reset
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* =root
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  background: #FFF;
}

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* Improve default text rendering, handling of kerning pairs and ligatures */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

@font-face {
  font-family: "Beau";
  src: url("../fonts/PFBeauSansPro-Regular.woff2") format("woff2"); 
}

@font-face {
  font-family: "Beau Bold";
  src: url("../fonts/PFBeauSansPro-Bold.woff2") format("woff2"); 
}

/* =typography resets
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
/*img,*/
embed, object, video {
  max-width: 100%;
}

.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
  width: 100%;
}

/* misc */
::selection {
  background: #E18E1F;
  color: #fff;
}

::-moz-selection {
  background: #E18E1F;
  color: #fff;
}

/* =rwd
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  margin: 0 auto;
}

/* =typography
Forever and ever
--------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
  text-align: left;
}

strong, .bold {
  font-family: "Beau Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

em, i {
  font-family: "Beau", Helvetica, Arial, sans-serif;
}

sup {
  vertical-align: super;
}

/* =check */
img[alt=""],
img:not([alt]) {
  border: 5px dashed red;
}

/* =variables
--------------------------------------------------------------------------------------------------------*/
/* =colors
----------------------------------------------------*/
/* =html
--------------------------------------------------------------------------------------------------------*/
html {
  font-family: "Beau", "Helvetica Neue", Helvetica, sans-serif;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
  font-size: 62.5%;
  color: #222;
  line-height: 1.6;
}

.tunnel-of-love {
  width: 100%;
}

/* =top
--------------------------------------------------------------------------------------------------------*/
h1#masthead {
  width: 340px;
  height: 80px;
  font-size: 3.6rem;
  margin: 0 auto;
  line-height: 1;
  font-family: "Beau Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1#masthead a {
  display: block;
  text-align: center;
  width: 100%;
  height: 120px;
  padding: 35px 0 0 60px;
  background: url(../img/logo.png) no-repeat 0 17px;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}

header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #f1f1f1;
  background: url(../img/top-bg.jpg) repeat-x;
}

/* =content
--------------------------------------------------------------------------------------------------------*/
section {
  background: url(../img/j-bg.png) no-repeat center bottom;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

article {
  margin: 150px auto 0 auto;
  width: 80%;
  max-width: 720px;
  padding: 0 40px 40px 40px;
}
article h1 {
  font-size: 3.6rem;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
article h2 {
  font-size: 3.6rem;
  margin: 3rem 0;
}
article h3 {
  font-size: 2.4rem;
  margin: 0;
}
article h4 {
  font-size: 2rem;
  margin: 0;
}
article p {
  font-size: 1.6rem;
  margin: 0 0 1.5rem 0;
}

article p.big{
  font-size: 2rem
}
article ul {
  font-size: 1.6rem;
  margin: 0 0 1.5rem 0;
}
article ul li {
  margin: 0 0 1.5rem 0;
}

/* =img
--------------------------------------------------------------------------------------------------------*/
img {
  display: block;
  margin: 0 auto;
  margin: 0 auto;
}

/* =linkage
--------------------------------------------------------------------------------------------------------*/
a {
  color: #779F00;
  border-bottom: 1px solid #779F00;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  color: #90c100;
  border-bottom: 1px solid #90c100;
}

a:active {
  color: #5e7d00;
  border-bottom: 1px solid #5e7d00;
}

/* =dots
--------------------------------------------------------------------------------------------------------*/
.slick-dots {
  position: fixed;
  left: 10px;
  top: 180px;
  width: 68px;
  bottom: auto;
  z-index: 10001;
}
.slick-dots li {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #f5f5f5;
  display: block;
  margin: 0 0 20px 0;
  opacity: 0.3;
  transition: all 0.5s ease;
  border: 1px solid #eee;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  width: 64px;
  height: 64px;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li:nth-of-type(1) button {
  background: url(../img/intro.png) center center no-repeat;
  background-size: 36px 36px;
}
.slick-dots li:nth-of-type(2) button {
  background: url(../img/contract.png) center center no-repeat;
  background-size: 36px 36px;
}
.slick-dots li:nth-of-type(3) button {
  background: url(../img/faq.png) center center no-repeat;
  background-size: 36px 36px;
}
.slick-dots li:nth-of-type(4) button {
  background: url(../img/credits.png) center center no-repeat;
  background-size: 36px 36px;
}

/* =RWD
--------------------------------------------------------------------------------------------------------*/
/*480px =iphone __________________________________________________________________________________________________________ */
@media screen and (max-width: 767px) {
  h1#masthead {
    font-size: 2.4rem;
  }

  article h1 {
    font-size: 2.4rem;
  }

  article h2 {
    font-size: 2rem;
  }

  article h3 {
    font-size: 1.8rem;
  }

  article h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  article {
    width: calc(100% - 60px);
    margin: 150px 0 0 60px;
    padding: 0 20px 20px 10px;
  }

  .slick-dots {
    top: 150px;
    left: 5px;
  }
  .slick-dots li {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
  .slick-dots li button {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
  .slick-dots li:nth-of-type(1) button {
    background-size: 24px 24px;
  }
  .slick-dots li:nth-of-type(2) button {
    background-size: 24px 24px;
  }
  .slick-dots li:nth-of-type(3) button {
    background-size: 24px 24px;
  }
  .slick-dots li:nth-of-type(4) button {
    background-size: 24px 24px;
  }
}
