/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
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, img, 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, header, 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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow-y: scroll !important; }

body {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #58595b;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll; }

p {
  margin-bottom: 1.6em; }

a {
  color: #f7931e; }
  a:hover {
    color: #da7908; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

strike {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto; }

input,
select,
button,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #58595b;
  -webkit-appearance: none; }
  input:focus,
  select:focus,
  button:focus,
  textarea:focus {
    border: 0;
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  height: 40px;
  padding: 0 10px;
  border: solid 1px #d6d6d6; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  select:focus {
    border: solid 1px #bdbdbd; }

hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 40px 0;
  border: 0;
  border-top: dashed 1px #d6d6d6; }

.wrapper-container {
  max-width: 1240px;
  margin: auto; }

.btn {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 0;
  font-family: 'Ubuntu', sans-serif;
  line-height: 30px;
  color: #fff;
  background-color: #f7931e;
  border: none;
  -webkit-appearance: none; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #da7908; }

input.btn {
  height: 40px;
  padding: 0 20px; }

.title, .page-title {
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.25em;
  color: #f7931e; }

.sub-title {
  margin-bottom: 20px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.25em;
  color: #58595b; }

.title + .sub-title, .page-title + .sub-title {
  margin-top: -20px; }

.page-title {
  font-size: 2.4em;
  line-height: 1.2em;
  color: #f7931e; }

.wrapper-container {
  width: 100%;
  max-width: 1024px;
  padding: 40px 20px;
  margin: auto;
  text-align: center; }
  .wrapper-container a {
    text-decoration: none; }
    .wrapper-container a:hover {
      text-decoration: underline; }

.logo {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  margin-bottom: 40px; }

/*# sourceMappingURL=css.css.map */
