/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

body {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased; }

*,
*:before,
*:after {
  box-sizing: border-box; }

a {
  color: #f1c40f;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1, h2, h3,
h4, h5, h6 {
  margin: 0 0 15px; }

ul, ol {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 15px;
  line-height: 1.6; }

img {
  max-width: 100%;
  vertical-align: top; }

.clearfix::after, .container::after, .nav::after, .stroke::after, .content::after, .footer::after, .social::after {
  content: "";
  display: table;
  clear: both; }

.is-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.container--constrained {
  max-width: 960px; }

@media screen and (min-width: 480px) {
  body {
    font-size: 16px; } }

.button {
  display: inline-block;
  padding: 7.5px 35px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out; }
  .button:hover, .button:focus {
    background-color: #333;
    cursor: pointer;
    color: #fff;
    text-decoration: none; }

.button--green {
  background-color: #3c7a56;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff; }
  .button--green:hover, .button--green:focus {
    background-color: #285239;
    background-color: rgba(0, 0, 0, 0.5); }

.button--blue {
  background-color: #335b76;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff; }
  .button--blue:hover, .button--blue:focus {
    background-color: #223d4f;
    background-color: rgba(0, 0, 0, 0.5); }

.header {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 20;
  height: 35px; }

.header__logo {
  float: left; }

.header__nav {
  margin: 2.5px 0 0;
  float: right; }

@media screen and (min-width: 480px) {
  .header {
    height: 70px; }
  .header__nav {
    margin-top: 20px; }
  .header__toggler {
    display: none; } }

.nav {
  list-style: none; }

.nav__item {
  margin: 0 0 0 25px;
  float: left; }
  .nav__item:first-child {
    margin-left: 0; }

.nav__link {
  position: relative;
  display: block;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.65;
  transition: opacity .15s ease-in-out; }
  .nav__link:hover {
    text-decoration: none; }

.nav__item:hover .nav__link {
  opacity: 1; }

.nav__item--active .nav__link {
  opacity: 1; }

.nav__item--active .nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block; }

@media screen and (min-width: 480px) {
  .header__nav .nav__item {
    margin-left: 50px; }
    .header__nav .nav__item:first-child {
      margin-left: 0; }
  .header__nav .nav__link {
    font-size: 16px; } }

.logo {
  margin: 0;
  padding: 0; }

.logo__link {
  display: block; }

.logo__logo {
  height: 35px;
  display: block; }

@media screen and (min-width: 480px) {
  .header__logo .logo__logo {
    height: 70px;
    display: block; } }

.hero {
  position: relative;
  background-color: #151515;
  background-image: url("/images/hero-image-001.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 0 0;
  color: #fff; }

.hero--about {
  background-image: url("/images/hero-image-003.jpg"); }

.hero--trips {
  background-image: url("/images/hero-image-002.jpg"); }

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.hero__container {
  position: relative;
  z-index: 1;
  max-width: 560px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px 45px; }

.hero__align {
  height: 100%;
  margin: 0 auto;
  display: table;
  text-align: center; }

.hero__align-element {
  display: table-cell;
  vertical-align: middle; }

.hero__logo {
  max-width: 240px;
  display: inline-block; }

.hero__paragraph {
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 1.6; }

.hero__paragraph::before {
  content: "";
  background-image: url("/images/thick-wave.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 16px auto;
  height: 8px;
  width: 140px;
  margin: 30px auto;
  display: block; }

@media screen and (min-width: 480px) {
  .hero {
    padding-top: 130px; }
  .hero__logo {
    max-width: 360px; }
  .hero__paragraph {
    font-size: 16px; } }

@media screen and (min-width: 768px) {
  .hero__container {
    max-width: 640px; } }

@media screen and (min-width: 1000px) {
  .hero--big {
    height: 700px; }
  .hero__container {
    max-width: 770px; }
  .hero__logo {
    max-width: 546px; }
  .hero__paragraph {
    font-size: 20px; } }

.stroke {
  color: #fff;
  overflow: hidden; }

.stroke__background {
  position: relative; }

.stroke__background--color {
  padding: 60px 0;
  background-color: #4fa272;
  z-index: 10; }

.stroke--about .stroke__background--color {
  background-color: #43799c; }

.stroke__content {
  padding: 0 15px; }

.stroke__title {
  position: relative;
  display: inline-block;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px; }
  .stroke__title:before, .stroke__title:after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 15;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    background-image: url("../images/thin-wave.png");
    background-repeat: repeat-x;
    background-size: 14px auto; }
  .stroke__title:before {
    right: 100%;
    width: 1500px;
    margin-right: 15px;
    background-position: right center; }
  .stroke__title:after {
    left: 100%;
    width: 1500px;
    margin-left: 15px;
    background-position: left center; }

@media screen and (min-width: 480px) {
  .stroke__background {
    width: 50%;
    float: left;
    height: 350px; }
  .stroke__background--color {
    padding: 0; }
  .stroke__background--color:after {
    content: "";
    width: 100px;
    height: 100%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background-image: url("../images/slab-green-topleft.png");
    background-size: 100px 100%;
    background-repeat: no-repeat;
    background-position: top left;
    display: block; }
  .stroke__background--visual {
    background-color: #333;
    background-size: cover;
    background-position: center; }
  .stroke--trips .stroke__background--visual {
    background-image: url("../images/stroke-image-002.jpg"); }
  .stroke--about .stroke__background--visual {
    background-image: url("../images/stroke-image-001.jpg"); }
  .stroke__align {
    width: 100%;
    height: 100%;
    display: table; }
  .stroke__align-element {
    display: table-cell;
    vertical-align: middle; }
  .stroke__content {
    max-width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    float: right; }
  .stroke__title {
    font-size: 24px; }
  .stroke--reversed .stroke__background--color {
    float: right; }
  .stroke--reversed .stroke__background--color:after {
    right: 100%;
    left: auto;
    margin-left: auto;
    margin-right: -1px;
    background-image: url("../images/slab-blue-bottomright.png"); }
  .stroke--reversed .stroke__content {
    float: left;
    padding-right: 15px;
    padding-left: 0;
    text-align: right; } }

.section {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(230, 230, 230, 0.9); }

.section--about {
  background-image: url("../images/hero-image-004.jpg"); }

.section--yvo {
  background-image: url("../images/hero-image-003.jpg"); }

.section--pierre {
  background-image: url("../images/hero-image-001.jpg"); }

.section--spain {
  background-image: url("../images/hero-image-002.jpg"); }

.section--france {
  background-image: url("../images/hero-image-002.jpg"); }

.section--england {
  background-image: url("../images/hero-image-002.jpg"); }

.section--norway {
  background-image: url("../images/hero-image-002.jpg"); }

.section--green:before {
  background-color: rgba(79, 162, 114, 0.9); }

.section--blue:before {
  background-color: rgba(67, 121, 156, 0.9); }

.section--purple:before {
  background-color: rgba(142, 68, 173, 0.9); }

.content {
  position: relative;
  z-index: 15;
  margin: 0 -15px; }

.content__intro,
.content__main {
  padding: 0 15px; }

.content__title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px; }
  .content__title:before, .content__title:after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 15;
    height: 8px;
    margin: -4px 0 0;
    display: block;
    background-image: url("../images/thin-wave-dark.png");
    background-repeat: repeat-x;
    background-size: 14px auto; }
  .content__title:before {
    right: 100%;
    width: 500px;
    margin-right: 15px;
    background-position: right center; }
  .content__title:after {
    left: 100%;
    width: 1500px;
    margin-left: 15px;
    background-position: left center; }

.section--blue .content,
.section--purple .content,
.section--green .content {
  color: #fff; }

.section--blue .content__title,
.section--purple .content__title,
.section--green .content__title {
  color: #fff; }
  .section--blue .content__title:before, .section--blue .content__title:after,
  .section--purple .content__title:before,
  .section--purple .content__title:after,
  .section--green .content__title:before,
  .section--green .content__title:after {
    background-image: url("../images/thin-wave.png"); }

.content__visual {
  max-width: 240px;
  margin: 0 auto 15px; }

.content__visual > img {
  border-radius: 50%; }

@media screen and (min-width: 480px) {
  .content__intro,
  .content__main {
    float: left; }
  .content__intro {
    width: 33.33%;
    float: left; }
  .content__main {
    width: 66.66%;
    float: left; }
  .content__title:after {
    display: none; } }

.footer {
  background-color: #040c13;
  padding: 15px 0;
  color: #fff; }

@media screen and (min-width: 480px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer__social {
    float: right; } }

.social {
  list-style: none;
  text-align: center; }

.social__item {
  margin: 0 0 0 10px;
  display: inline-block; }

.social__item:first-child {
  margin-left: 0; }

.social__link {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #0b2033;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff; }
  .social__link:hover, .social__link:focus {
    text-decoration: none; }

.social__item .social__link:hover {
  transition: background-color .15s ease-in-out; }

.social__item--facebook .social__link:hover {
  background-color: #3b5998; }

.social__item--twitter .social__link:hover {
  background-color: #1da1f2; }

.social__item--instagram .social__link:hover {
  background-color: #c13584; }

.social__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center / 20px 20px; }

.social__item--facebook .social__link::before {
  background-image: url("/images/sm/facebook-f.png"); }

.social__item--instagram .social__link::before {
  background-image: url("/images/sm/instagram.png"); }

.social__item--twitter .social__link::before {
  background-image: url("/images/sm/twitter.png"); }

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