@charset "UTF-8";
/*  ---------------------------------------------------------------------- */
/*  
    Name: www.slowsteps.bt
    Date: December 2022
    Version: 1.1
    Author: Daniel Baumgartner
*/
/*  ---------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/* Display */
.header-container .row, .header-container .logo-container .svg, .header-container nav.navigation-container ul, .header-container nav.navigation-container ul li.say-hello a, .footer-container .socialmedia-container ul, section.full-vh, section.threequarter-vh, section .wrapper .row.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

button, a.btn {
  display: -webkit-inline-flex;
  display: inline-flex; }

/* Flex direction */
section .wrapper .row.flex-flip {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* Flex wrap */
button, a.btn {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

/* Flex flow */
/* Order */
/* Flex grow */
/* Flex shrink */
/* Flex basis */
/* Flex */
/* Justify content */
.header-container nav.navigation-container ul, .footer-container .socialmedia-container ul {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

button, a.btn {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

/* Align items */
button, a.btn, .header-container .row, .header-container nav.navigation-container ul, .header-container nav.navigation-container ul li.say-hello a, .footer-container .socialmedia-container ul, section.full-vh, section.threequarter-vh, section .wrapper .row.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* Align self */
/* Align content */
/*  ---------------------------------------------------------------------- */
/*  settings */
/*  ---------------------------------------------------------------------- */
/*	---------------------------------------------------------------------- */
/*	
	Icontel Custom Mixins & Helpers
	Date: January 2017
	Version: 1.1
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  grid */
/*  ---------------------------------------------------------------------- */
.wrapper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

.row {
  margin: 1em -2.5%; }

[class*='column-'] {
  display: block;
  float: left;
  min-height: 1px;
  margin: 0 2.5%;
  padding: 0;
  width: 100%; }
  [class*='column-'].center {
    text-align: center; }
  [class*='column-'].right {
    text-align: right; }

.column-1 {
  width: 3.33333%; }

.column-2 {
  width: 11.66667%; }

.column-3 {
  width: 20%; }

.column-4 {
  width: 28.33333%; }

.column-5 {
  width: 36.66667%; }

.column-6 {
  width: 45%; }

.column-7 {
  width: 53.33333%; }

.column-8 {
  width: 61.66667%; }

.column-9 {
  width: 70%; }

.column-10 {
  width: 78.33333%; }

.column-11 {
  width: 86.66667%; }

.column-12 {
  width: 95%; }

.offset-1 {
  margin-left: 10.83333%; }

.offset-2 {
  margin-left: 19.16667%; }

.offset-3 {
  margin-left: 27.5%; }

.offset-4 {
  margin-left: 35.83333%; }

.offset-5 {
  margin-left: 44.16667%; }

.offset-6 {
  margin-left: 52.5%; }

.offset-7 {
  margin-left: 60.83333%; }

.offset-8 {
  margin-left: 69.16667%; }

.offset-9 {
  margin-left: 77.5%; }

.offset-10 {
  margin-left: 85.83333%; }

.offset-11 {
  margin-left: 94.16667%; }

.offset-12 {
  margin-left: 102.5%; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
ul.list, .footer-container .socialmedia-container ul {
  margin: 0;
  padding: 0;
  list-style: none; }

*:focus {
  outline: none; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  triangle */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  transitions */
/*  ---------------------------------------------------------------------- */
a, a:visited, a img, a img:visited, input, textarea, button, a.btn, button .svg, a.btn .svg, .header-container, .header-container .logo-container .svg path, .header-container nav.navigation-container ul li a, .header-container nav.navigation-container ul li a:before, .header-container nav.navigation-container ul li.say-hello a .svg, .footer-container .socialmedia-container ul li a .svg path {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/*  ---------------------------------------------------------------------- */
/*  input */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  functions */
/*  ---------------------------------------------------------------------- */
.focuspoint {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }
  .focuspoint img {
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*  ---------------------------------------------------------------------- */
/*  gradient */
/*  ---------------------------------------------------------------------- */
/*  ---------------------------------------------------------------------- */
/*  global */
/*  ---------------------------------------------------------------------- */
html, button, input, select, textarea {
  color: #181818; }

body {
  background: rgba(245, 231, 211, 0.5);
  color: #2C3052;
  font-family: "Euclid-Circular", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  margin: 0;
  padding: 0; }

/*  ---------------------------------------------------------------------- */
/*  typography */
/*  ---------------------------------------------------------------------- */
@font-face {
  font-family: 'Euclid-Circular';
  src: url("../fonts/EuclidCircularB-Regular.eot");
  src: url("../fonts/EuclidCircularB-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"), url("../fonts/EuclidCircularB-Regular.woff") format("woff"), url("../fonts/EuclidCircularB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Euclid-Circular';
  src: url("../fonts/EuclidCircularB-Semibold.eot");
  src: url("../fonts/EuclidCircularB-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/EuclidCircularB-Semibold.woff2") format("woff2"), url("../fonts/EuclidCircularB-Semibold.woff") format("woff"), url("../fonts/EuclidCircularB-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Euclid-Circular';
  src: url("../fonts/EuclidCircularB-Bold.eot");
  src: url("../fonts/EuclidCircularB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EuclidCircularB-Bold.woff2") format("woff2"), url("../fonts/EuclidCircularB-Bold.woff") format("woff"), url("../fonts/EuclidCircularB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

h1, h2, h3, h4, h5 {
  font-weight: 600;
  padding: 0; }
  h1.regular, h2.regular, h3.regular, h4.regular, h5.regular {
    font-weight: normal; }

h1 {
  font-size: 7em;
  line-height: 1.15em;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em 0; }

h2 {
  font-size: 3em;
  line-height: 1.25em;
  margin: 0 0 0.75em 0; }

h3 {
  font-size: 2em;
  line-height: 1.3em;
  margin: 0 0 1em 0; }

h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.35em;
  margin: 0 0 1.25em 0; }

h5 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 1.5em 0; }

h1.white, h2.white, h3.white, h4.white, h5.white, p.white, span.white, ul.white, li.white, a.white, i.white {
  color: #FFFFFF; }

h1.black, h2.black, h3.black, h4.black, h5.black, p.black, span.black, ul.black, li.black, a.black, i.black {
  color: #181818; }

h1.capocollo, h2.capocollo, h3.capocollo, h4.capocollo, h5.capocollo, p.capocollo, span.capocollo, ul.capocollo, li.capocollo, a.capocollo, i.capocollo {
  color: #DA504D; }

h1.medieval, h2.medieval, h3.medieval, h4.medieval, h5.medieval, p.medieval, span.medieval, ul.medieval, li.medieval, a.medieval, i.medieval {
  color: #2C3052; }

h1.holywhite, h2.holywhite, h3.holywhite, h4.holywhite, h5.holywhite, p.holywhite, span.holywhite, ul.holywhite, li.holywhite, a.holywhite, i.holywhite {
  color: #F5E7D3; }

h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, p.grey, span.grey, ul.grey, li.grey, a.grey, i.grey {
  color: #E6E6E6; }

h1.smallmargin, h2.smallmargin, h3.smallmargin, h4.smallmargin, h5.smallmargin, p.smallmargin, span.smallmargin, ul.smallmargin, li.smallmargin, a.smallmargin, i.smallmargin {
  margin-bottom: 0.5em; }

h1.nomargin, h2.nomargin, h3.nomargin, h4.nomargin, h5.nomargin, p.nomargin, span.nomargin, ul.nomargin, li.nomargin, a.nomargin, i.nomargin {
  margin-bottom: 0; }

h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, p.h1, span.h1, ul.h1, li.h1, a.h1, i.h1 {
  font-size: 7em;
  line-height: 1.15em;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em 0; }

h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, p.h2, span.h2, ul.h2, li.h2, a.h2, i.h2 {
  font-size: 3em;
  line-height: 1.25em;
  margin: 0 0 0.75em 0; }

h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, p.h3, span.h3, ul.h3, li.h3, a.h3, i.h3 {
  font-size: 2em;
  line-height: 1.3em;
  margin: 0 0 1em 0; }

h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, p.h4, span.h4, ul.h4, li.h4, a.h4, i.h4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.35em;
  margin: 0 0 1.25em 0; }

h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, p.h5, span.h5, ul.h5, li.h5, a.h5, i.h5 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 1.5em 0; }

b,
strong {
  font-weight: bold; }

p, pre {
  margin: 0 0 1.5em 0; }
  p.h2, p.h3, p.h4, pre.h2, pre.h3, pre.h4 {
    font-weight: 600;
    margin: 0 0 1em 0; }
    p.h2:last-of-type, p.h3:last-of-type, p.h4:last-of-type, pre.h2:last-of-type, pre.h3:last-of-type, pre.h4:last-of-type {
      margin: 0; }
  p.big, pre.big {
    font-size: 1.1em;
    line-height: 1.45em; }
  p:last-of-type, pre:last-of-type {
    margin-bottom: 0; }
    p:last-of-type.extraMargin-bottom, pre:last-of-type.extraMargin-bottom {
      margin: 0 0 1.5em 0; }

em, i {
  font-style: normal; }

a, a:visited, a img, a img:visited {
  color: #DA504D;
  cursor: pointer;
  text-decoration: none;
  font-style: normal; }
  a.underline, a:visited.underline, a img.underline, a img:visited.underline {
    text-decoration: underline; }
  a:hover, a:active, a:visited:hover, a:visited:active, a img:hover, a img:active, a img:visited:hover, a img:visited:active {
    color: #2C3052; }

ul.list {
  margin: 0 0 1.5em 0; }
  ul.list li {
    margin: 0 0 0 2em; }
    ul.list li:before {
      content: "–";
      margin: 0 0.5em 0 -2em; }
  ul.list.bold {
    font-family: 700; }
  ul.list.nomargin {
    margin-bottom: 0; }
  ul.list.halfmargin {
    margin-bottom: 0.5em; }

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

input.placeholder, textarea.placeholder {
  color: #181818;
  opacity: 1;
  filter: alpha(opacity=100); }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #181818;
  opacity: 1;
  filter: alpha(opacity=100); }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #181818;
  opacity: 1;
  filter: alpha(opacity=100); }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #181818;
  opacity: 1;
  filter: alpha(opacity=100); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #181818;
  opacity: 1;
  filter: alpha(opacity=100); }

::-moz-selection {
  color: #DA504D;
  background: #2C3052; }

::selection {
  color: #DA504D;
  background: #2C3052; }

.pulsate-hover:hover, button:hover, a.btn:hover {
  animation: pulsate 400ms ease-in-out; }

@keyframes pulsate {
  25% {
    -webkit-box-shadow: 0 0 1em rgba(44, 48, 82, 0.75);
    -moz-box-shadow: 0 0 1em rgba(44, 48, 82, 0.75);
    -ms-box-shadow: 0 0 1em rgba(44, 48, 82, 0.75);
    -o-box-shadow: 0 0 1em rgba(44, 48, 82, 0.75);
    box-shadow: 0 0 1em rgba(44, 48, 82, 0.75); }
  100% {
    -webkit-box-shadow: 0 0 0.25em rgba(44, 48, 82, 0);
    -moz-box-shadow: 0 0 0.25em rgba(44, 48, 82, 0);
    -ms-box-shadow: 0 0 0.25em rgba(44, 48, 82, 0);
    -o-box-shadow: 0 0 0.25em rgba(44, 48, 82, 0);
    box-shadow: 0 0 0.25em rgba(44, 48, 82, 0); } }

/*  elements styling */
button, a.btn {
  box-sizing: border-box;
  font-family: "Euclid-Circular", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0.25em 0;
  overflow: hidden;
  -webkit-appearance: auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em; }
  button .svg, a.btn .svg {
    display: block;
    margin: 0;
    overflow: visible;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 1.6em;
    width: 1.6em; }
  button.primary, button.secondary, a.btn.primary, a.btn.secondary {
    font-size: 17px;
    min-height: 3.25em;
    min-width: 13em;
    padding: 0 2em;
    position: relative; }
    button.primary.icon-right, button.secondary.icon-right, a.btn.primary.icon-right, a.btn.secondary.icon-right {
      padding: 0.5em 1.5em 0.5em 2em; }
      button.primary.icon-right .svg, button.secondary.icon-right .svg, a.btn.primary.icon-right .svg, a.btn.secondary.icon-right .svg {
        margin-left: 0.75em; }
    button.primary.icon-left, button.secondary.icon-left, a.btn.primary.icon-left, a.btn.secondary.icon-left {
      padding: 0.5em 2em 0.5em 1.5em; }
      button.primary.icon-left .svg, button.secondary.icon-left .svg, a.btn.primary.icon-left .svg, a.btn.secondary.icon-left .svg {
        margin-right: 0.75em; }
  button.primary, a.btn.primary {
    border: none; }
    button.primary.capocollo, a.btn.primary.capocollo {
      background: #DA504D;
      color: #FFFFFF; }
      button.primary.capocollo .svg, a.btn.primary.capocollo .svg {
        stroke: #FFFFFF; }
    button.primary.medieval, a.btn.primary.medieval {
      background: #2C3052;
      color: #DA504D; }
      button.primary.medieval .svg, a.btn.primary.medieval .svg {
        stroke: #DA504D; }
  button.secondary, a.btn.secondary {
    background: none;
    border: 3px solid;
    color: #2C3052; }
    button.secondary.capocollo, a.btn.secondary.capocollo {
      border-color: #DA504D;
      color: #DA504D; }
      button.secondary.capocollo .svg, a.btn.secondary.capocollo .svg {
        stroke: #DA504D; }
    button.secondary.medieval, a.btn.secondary.medieval {
      border-color: #2C3052; }
    button.secondary.white, a.btn.secondary.white {
      background: rgba(24, 24, 24, 0.5);
      border-color: #FFFFFF;
      color: #FFFFFF; }
      button.secondary.white .svg, a.btn.secondary.white .svg {
        stroke: #FFFFFF !important; }
      button.secondary.white:hover, a.btn.secondary.white:hover {
        background: #181818;
        border-color: #181818;
        color: #2C3052; }
        button.secondary.white:hover .svg, a.btn.secondary.white:hover .svg {
          stroke: #2C3052 !important; }
    button.secondary .svg, a.btn.secondary .svg {
      stroke: #2C3052; }
  button.capocollo:hover, a.btn.capocollo:hover {
    background: #2C3052;
    border-color: #2C3052;
    color: #DA504D; }
    button.capocollo:hover .svg, a.btn.capocollo:hover .svg {
      stroke: #DA504D; }
  button.medieval:hover, a.btn.medieval:hover {
    background: #DA504D;
    border-color: #DA504D;
    color: #FFFFFF; }
    button.medieval:hover .svg, a.btn.medieval:hover .svg {
      stroke: #FFFFFF; }
  button.margin-top, a.btn.margin-top {
    margin-top: 1.5em; }
  button.email .svg, a.btn.email .svg {
    stroke-width: 2.5;
    height: 1.5em;
    width: 1.5em; }
  button:active, a.btn:active {
    transform: translateY(2px); }

hr {
  border: none;
  height: 3px;
  margin: 3em auto 0 0;
  max-width: 5em;
  width: 50%;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em; }
  hr.capocollo {
    background: #DA504D; }
  hr.medieval {
    background: #2C3052; }
  hr.gradient {
    background-image: -o-linear-gradient(270deg, #DA504D, #2C3052);
    background-image: -moz-linear-gradient(270deg, #DA504D, #2C3052);
    background-image: -webkit-linear-gradient(270deg, #DA504D, #2C3052);
    background-image: linear-gradient(270deg, #DA504D, #2C3052); }
  hr.black {
    background: #181818; }
  hr.white {
    background: #FFFFFF; }
  hr.bigMargin-bottom {
    margin-bottom: 4.5em; }

/*  ---------------------------------------------------------------------- */
/*  layout */
/*  ---------------------------------------------------------------------- */
.header-container {
  background: rgba(24, 24, 24, 0);
  padding: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .header-container .row {
    margin-top: 0;
    margin-bottom: 0; }
  .header-container .logo-container {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 225px; }
    .header-container .logo-container .svg path {
      fill: #FFFFFF !important; }
  .header-container nav.navigation-container ul {
    margin: 0 -1.15em 0 0;
    padding: 0; }
    .header-container nav.navigation-container ul li {
      list-style: none; }
      .header-container nav.navigation-container ul li a {
        color: #FFFFFF;
        display: block;
        font-size: 1.15em;
        font-weight: 600;
        line-height: 1.5em;
        margin: 0 1em;
        padding: 1em 0;
        position: relative;
        text-decoration: none; }
        .header-container nav.navigation-container ul li a:before {
          background: #DA504D;
          content: "";
          display: block;
          height: 2px;
          width: 0%;
          -webkit-border-radius: 1em;
          -moz-border-radius: 1em;
          -ms-border-radius: 1em;
          -o-border-radius: 1em;
          border-radius: 1em;
          position: absolute;
          right: 50%;
          bottom: 0.75em;
          left: 50%; }
        .header-container nav.navigation-container ul li a:hover {
          color: #DA504D; }
          .header-container nav.navigation-container ul li a:hover:before {
            width: 100%;
            position: absolute;
            right: 0%;
            bottom: 0.75em;
            left: 0%; }
        .header-container nav.navigation-container ul li a:active {
          transform: translateY(2px); }
      .header-container nav.navigation-container ul li.say-hello a .svg {
        display: block;
        margin: 0 0 0 0.5em;
        overflow: visible;
        stroke: #FFFFFF;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        height: 1.1em;
        width: 1.1em; }
      .header-container nav.navigation-container ul li.say-hello a:hover .svg {
        stroke: #DA504D; }
  .header-container:hover {
    background: rgba(24, 24, 24, 0.8); }
    .header-container:hover .logo-container .svg path {
      fill: #DA504D !important; }
    .header-container:hover .logo-container .svg:hover path {
      fill: #FFFFFF !important; }

.footer-container {
  color: #FFFFFF;
  padding: 4.5em 0 1.5em 0;
  background-image: -o-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
  background-image: -moz-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
  background-image: -webkit-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
  background-image: linear-gradient(315deg, #DA504D 0%, #2C3052 100%); }
  .footer-container .logo-row .logo-container {
    margin-bottom: 0.5em;
    max-width: 225px; }
    .footer-container .logo-row .logo-container .svg path {
      fill: #FFFFFF !important; }
  .footer-container address {
    font-style: normal; }
    .footer-container address a {
      color: #FFFFFF; }
      .footer-container address a:hover {
        color: #DA504D; }
  .footer-container .socialmedia-container span {
    display: block;
    font-weight: 600;
    text-align: right; }
  .footer-container .socialmedia-container ul {
    margin-right: -0.75em; }
    .footer-container .socialmedia-container ul li a {
      display: block;
      padding: 0.75em; }
      .footer-container .socialmedia-container ul li a .svg {
        display: block;
        margin: 0;
        overflow: visible;
        height: 1.75em;
        width: 1.75em; }
        .footer-container .socialmedia-container ul li a .svg path {
          fill: #FFFFFF;
          transition-property: fill; }
      .footer-container .socialmedia-container ul li a:hover .svg path {
        fill: #2C3052; }
      .footer-container .socialmedia-container ul li a:active .svg {
        transform: translateY(2px); }
  .footer-container .copyright {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin-top: 1.5em; }

/*  ---------------------------------------------------------------------- */
/*  design */
/*  ---------------------------------------------------------------------- */
section {
  box-sizing: border-box;
  padding: 5em 0;
  position: relative; }
  section.capocollo-background {
    background: #DA504D;
    color: #181818; }
  section.medieval-background {
    background: #2C3052;
    color: #FFFFFF; }
  section.holywhite-background {
    background: #F5E7D3;
    color: #2C3052; }
  section.gradient-background {
    color: #FFFFFF;
    background-image: -o-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: -moz-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: -webkit-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: linear-gradient(315deg, #DA504D 0%, #2C3052 100%); }
  section.white-background {
    background: #FFFFFF;
    color: #181818; }
    section.white-background .teaserSection-header h2 {
      color: #DA504D; }
    section.white-background .teaserSection-header .teaserSectionHeader-link {
      color: #DA504D; }
      section.white-background .teaserSection-header .teaserSectionHeader-link .svg {
        stroke: #DA504D; }
      section.white-background .teaserSection-header .teaserSectionHeader-link:hover {
        color: #181818; }
        section.white-background .teaserSection-header .teaserSectionHeader-link:hover .svg {
          stroke: #181818; }
    section.white-background .imgText-teaser .overlay-info {
      background: #FFFFFF;
      color: #181818; }
    section.white-background .imgText-teaser .text-container h3 {
      color: #181818; }
    section.white-background .imgText-teaser .text-container h5 {
      color: #8C8C8C; }
    section.white-background .imgText-teaser .text-link {
      color: #DA504D; }
      section.white-background .imgText-teaser .text-link .svg {
        stroke: #DA504D; }
      section.white-background .imgText-teaser .text-link:hover {
        color: #181818; }
        section.white-background .imgText-teaser .text-link:hover .svg {
          stroke: #181818; }
    section.white-background .imgText-teaser:hover .text-container h5 {
      color: #525252; }
  section.black-background {
    background: #181818;
    color: #FFFFFF; }
    section.black-background .teaserSection-header h2 {
      color: #DA504D; }
    section.black-background .teaserSection-header .teaserSectionHeader-link {
      color: #DA504D; }
      section.black-background .teaserSection-header .teaserSectionHeader-link .svg {
        stroke: #DA504D; }
      section.black-background .teaserSection-header .teaserSectionHeader-link:hover {
        color: #FFFFFF; }
        section.black-background .teaserSection-header .teaserSectionHeader-link:hover .svg {
          stroke: #FFFFFF; }
    section.black-background .imgText-teaser .img-container .overlay-info {
      background: #181818;
      color: #FFFFFF; }
    section.black-background .imgText-teaser .text-container h3 {
      color: #FFFFFF; }
    section.black-background .imgText-teaser .text-container h5 {
      color: rgba(255, 255, 255, 0.6); }
    section.black-background .imgText-teaser .text-link {
      color: #DA504D; }
      section.black-background .imgText-teaser .text-link .svg {
        stroke: #DA504D; }
      section.black-background .imgText-teaser .text-link:hover {
        color: #FFFFFF; }
        section.black-background .imgText-teaser .text-link:hover .svg {
          stroke: #FFFFFF; }
    section.black-background .imgText-teaser:hover .text-container h5 {
      color: white; }
  section.full-vh {
    min-height: 100vh; }
  section.threequarter-vh {
    min-height: 75vh; }
  section.noPadding-top {
    padding-top: 0; }
  section.noPadding-bottom {
    padding-bottom: 0; }
  section.extraPadding-top {
    padding-top: 10em; }
  section.extraPadding-bottom {
    padding-bottom: 10em; }
  section.fade-left .backgroundImg-container:before {
    background-image: -o-linear-gradient(90deg, #181818, rgba(24, 24, 24, 0));
    background-image: -moz-linear-gradient(90deg, #181818, rgba(24, 24, 24, 0));
    background-image: -webkit-linear-gradient(90deg, #181818, rgba(24, 24, 24, 0));
    background-image: linear-gradient(90deg, #181818, rgba(24, 24, 24, 0)); }
  section.fade-right .backgroundImg-container:before {
    background-image: -o-linear-gradient(270deg, #181818, rgba(24, 24, 24, 0));
    background-image: -moz-linear-gradient(270deg, #181818, rgba(24, 24, 24, 0));
    background-image: -webkit-linear-gradient(270deg, #181818, rgba(24, 24, 24, 0));
    background-image: linear-gradient(270deg, #181818, rgba(24, 24, 24, 0)); }
  section#page-top {
    height: 0;
    margin: 0;
    padding: 0; }
  section .wrapper {
    position: relative;
    z-index: 10; }
  section:hover .backgroundImg-container {
    opacity: 0.2;
    filter: alpha(opacity=20); }
    section:hover .backgroundImg-container:before {
      opacity: 0.5;
      filter: alpha(opacity=50); }

.backgroundImg-container {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1400ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .backgroundImg-container.landing {
    background-image: url("../content/imgs/thimphu-tshechu-main.jpg"); }
  .backgroundImg-container.paro {
    background-image: url("../content/imgs/paro-main.jpg"); }
  .backgroundImg-container.thimphu {
    background-image: url("../content/imgs/thimphu-main.jpg"); }
  .backgroundImg-container.punakha {
    background-image: url("../content/imgs/punakha-main.jpg"); }
  .backgroundImg-container.phobjikha {
    background-image: url("../content/imgs/phobjikha-main.jpg"); }
  .backgroundImg-container:before {
    content: "";
    display: block;
    transition: all 1000ms ease-in-out;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0); }

.map-container {
  margin: 0 0 1.5em 0; }
  .map-container .bhutan-map .svg {
    display: block;
    margin: 0;
    overflow: visible;
    stroke: #FFFFFF;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: auto;
    width: 100%;
    max-width: 250px; }
    .map-container .bhutan-map .svg polygon {
      fill: none; }
  .map-container .bhutan-map.bumthang .svg polygon.bumthang {
    fill: #DA504D; }
  .map-container .bhutan-map.chhukha .svg polygon.chhukha {
    fill: #DA504D; }
  .map-container .bhutan-map.dagana .svg polygon.dagana {
    fill: #DA504D; }
  .map-container .bhutan-map.gasa .svg polygon.gasa {
    fill: #DA504D; }
  .map-container .bhutan-map.haa .svg polygon.haa {
    fill: #DA504D; }
  .map-container .bhutan-map.lhuentse .svg polygon.lhuentse {
    fill: #DA504D; }
  .map-container .bhutan-map.mongar .svg polygon.mongar {
    fill: #DA504D; }
  .map-container .bhutan-map.paro .svg polygon.paro {
    fill: #DA504D; }
  .map-container .bhutan-map.pema-gatshel .svg polygon.pema-gatshel {
    fill: #DA504D; }
  .map-container .bhutan-map.punakha .svg polygon.punakha {
    fill: #DA504D; }
  .map-container .bhutan-map.samdrup-jongkhar .svg polygon.samdrup-jongkhar {
    fill: #DA504D; }
  .map-container .bhutan-map.samtse .svg polygon.samtse {
    fill: #DA504D; }
  .map-container .bhutan-map.sarpang .svg polygon.sarpang {
    fill: #DA504D; }
  .map-container .bhutan-map.thimphu .svg polygon.thimphu {
    fill: #DA504D; }
  .map-container .bhutan-map.trashigang .svg polygon.trashigang {
    fill: #DA504D; }
  .map-container .bhutan-map.trashi-yangtse .svg polygon.trashi-yangtse {
    fill: #DA504D; }
  .map-container .bhutan-map.trongsa .svg polygon.trongsa {
    fill: #DA504D; }
  .map-container .bhutan-map.tsirang .svg polygon.tsirang {
    fill: #DA504D; }
  .map-container .bhutan-map.wangdue-phodrang .svg polygon.wangdue-phodrang {
    fill: #DA504D; }
  .map-container .bhutan-map.zhemgang .svg polygon.zhemgang {
    fill: #DA504D; }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  responsive styling */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 6em; }
  h2 {
    font-size: 2.75em; }
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, p.h1, span.h1, ul.h1, li.h1, a.h1, i.h1 {
    font-size: 5.75em; }
  h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, p.h2, span.h2, ul.h2, li.h2, a.h2, i.h2 {
    font-size: 2.75em; }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container nav.navigation-container ul li a {
    font-size: 1.125em; }
  #popular-destinations-paro .column-5, #popular-destinations-thimphu .column-5, #popular-destinations-punakha .column-5, #popular-destinations-phobjikha .column-5 {
    width: 53.33333%; }
  #popular-destinations-paro .offset-7, #popular-destinations-thimphu .offset-7, #popular-destinations-punakha .offset-7, #popular-destinations-phobjikha .offset-7 {
    margin-left: 44.16667%; }
  #time-to-visit .column-8 {
    width: 78.33333%; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 4.5em; }
  h2 {
    font-size: 2.25em;
    line-height: 1.3em; }
  h3 {
    font-size: 1.75em; }
  h4 {
    font-size: 1.35em;
    line-height: 1.4em; }
  h5 {
    font-size: 1.2em; }
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, p.h1, span.h1, ul.h1, li.h1, a.h1, i.h1 {
    font-size: 4.5em; }
  h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, p.h2, span.h2, ul.h2, li.h2, a.h2, i.h2 {
    font-size: 2.25em;
    line-height: 1.3em; }
  h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, p.h3, span.h3, ul.h3, li.h3, a.h3, i.h3 {
    font-size: 1.75em; }
  h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, p.h4, span.h4, ul.h4, li.h4, a.h4, i.h4 {
    font-size: 1.35em;
    line-height: 1.4em; }
  h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, p.h5, span.h5, ul.h5, li.h5, a.h5, i.h5 {
    font-size: 1.2em; }
  p.big, pre.big {
    font-size: 16px;
    line-height: 1.5em; }
  /*  elements styling */
  button .svg, a.btn .svg {
    height: 1.4em;
    width: 1.4em; }
  button.primary, button.secondary, a.btn.primary, a.btn.secondary {
    min-height: 3em; }
  button.primary.capocollo, a.btn.primary.capocollo {
    border: 2px solid #DA504D; }
  button.capocollo:hover, a.btn.capocollo:hover {
    border-color: #DA504D; }
  button.margin-top, a.btn.margin-top {
    margin-top: 1.25em; }
  button.email .svg, a.btn.email .svg {
    stroke-width: 2;
    height: 1.4em;
    width: 1.4em; }
  hr {
    height: 2px;
    margin-top: 2.5em;
    max-width: 4em; }
    hr.bigMargin-bottom {
      margin-bottom: 2.5em; }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container {
    background: transparent;
    position: absolute; }
    .header-container .column-4 {
      width: 25%; }
    .header-container .column-8 {
      width: 65%; }
    .header-container nav.navigation-container ul li a {
      font-size: 1.1em; }
    .header-container nav.navigation-container ul li:last-of-type {
      display: none; }
    .header-container:hover {
      background: transparent; }
      .header-container:hover .logo-container .svg path {
        fill: #FFFFFF !important; }
  .footer-container {
    padding: 3em 0 1em 0; }
    .footer-container .logo-row .column-12 {
      width: 25%; }
  /*  ---------------------------------------------------------------------- */
  /*  design */
  /*  ---------------------------------------------------------------------- */
  section {
    padding: 4em 0 3em 0; }
    section.full-vh, section.threequarter-vh {
      display: block;
      min-height: auto; }
    section.extraPadding-top {
      padding-top: 4em; }
    section.extraPadding-bottom {
      padding-bottom: 3em; }
    section .wrapper .row.flex-center, section .wrapper .row.flex-flip {
      display: block; }
    section:hover .backgroundImg-container {
      opacity: 1;
      filter: alpha(opacity=100); }
  .backgroundImg-container {
    background-attachment: inherit;
    background-size: cover;
    height: 33vh;
    min-height: 500px;
    position: relative;
    transition: none;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
    .backgroundImg-container:before {
      display: none; }
  #intro [class*='column-'], #about-us [class*='column-'], #popular-destinations [class*='column-'], #popular-destinations-paro [class*='column-'], #popular-destinations-thimphu [class*='column-'], #popular-destinations-punakha [class*='column-'], #popular-destinations-phobjikha [class*='column-'], #time-to-visit [class*='column-'], #our-story [class*='column-'], #one-for-one [class*='column-'] {
    width: 95%; }
    #intro [class*='column-'][class*='offset-'], #about-us [class*='column-'][class*='offset-'], #popular-destinations [class*='column-'][class*='offset-'], #popular-destinations-paro [class*='column-'][class*='offset-'], #popular-destinations-thimphu [class*='column-'][class*='offset-'], #popular-destinations-punakha [class*='column-'][class*='offset-'], #popular-destinations-phobjikha [class*='column-'][class*='offset-'], #time-to-visit [class*='column-'][class*='offset-'], #our-story [class*='column-'][class*='offset-'], #one-for-one [class*='column-'][class*='offset-'] {
      margin-left: 2.5%; }
  #intro {
    background-image: -o-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: -moz-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: -webkit-linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    background-image: linear-gradient(315deg, #DA504D 0%, #2C3052 100%);
    padding-top: 10em;
    padding-bottom: 0; }
    #intro .backgroundImg-container {
      margin-top: 4em; }
  #about-us {
    background: #2C3052; }
  #popular-destinations-paro, #popular-destinations-thimphu, #popular-destinations-punakha, #popular-destinations-phobjikha {
    background: none;
    color: #181818;
    padding-top: 0; }
    #popular-destinations-paro h3, #popular-destinations-paro h5, #popular-destinations-thimphu h3, #popular-destinations-thimphu h5, #popular-destinations-punakha h3, #popular-destinations-punakha h5, #popular-destinations-phobjikha h3, #popular-destinations-phobjikha h5 {
      color: #2C3052; }
    #popular-destinations-paro .backgroundImg-container, #popular-destinations-thimphu .backgroundImg-container, #popular-destinations-punakha .backgroundImg-container, #popular-destinations-phobjikha .backgroundImg-container {
      margin-bottom: 4em; }
    #popular-destinations-paro hr.white, #popular-destinations-thimphu hr.white, #popular-destinations-punakha hr.white, #popular-destinations-phobjikha hr.white {
      background: #2C3052; }
  .map-container .bhutan-map .svg {
    margin: 0;
    stroke: #F5E7D3;
    stroke-width: 4;
    max-width: 225px; }
    .map-container .bhutan-map .svg polygon {
      fill: #FFFFFF; }
  #our-story hr, #one-for-one hr {
    margin-bottom: 2.5em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
  h1 {
    font-size: 3.5em; }
  h2 {
    font-size: 1.75em;
    line-height: 1.35em; }
  h3 {
    font-size: 1.75em; }
  h4 {
    font-size: 1.25em; }
  h5 {
    font-size: 1.15em; }
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, p.h1, span.h1, ul.h1, li.h1, a.h1, i.h1 {
    font-size: 3.5em; }
  h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, p.h2, span.h2, ul.h2, li.h2, a.h2, i.h2 {
    font-size: 1.75em;
    line-height: 1.35em; }
  h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, p.h3, span.h3, ul.h3, li.h3, a.h3, i.h3 {
    font-size: 1.75em; }
  h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, p.h4, span.h4, ul.h4, li.h4, a.h4, i.h4 {
    font-size: 1.25em; }
  h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, p.h5, span.h5, ul.h5, li.h5, a.h5, i.h5 {
    font-size: 1.15em; }
  hr {
    margin-top: 2em; }
    hr.bigMargin-bottom {
      margin-bottom: 2em; }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container .row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header-container [class*='column-'] {
    width: 95%; }
  .header-container .logo-container {
    margin-top: 1.5em;
    margin-bottom: 0;
    max-width: 175px; }
  .header-container nav.navigation-container ul {
    margin: 0.5em -1em 0 -1em;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .header-container nav.navigation-container ul li a {
      margin: 0;
      padding: 0.75em 1em; }
      .header-container nav.navigation-container ul li a:before {
        display: none; }
  .footer-container {
    padding: 3em 0 1.5em 0; }
    .footer-container .logo-row .column-12 {
      width: 95%; }
      .footer-container .logo-row .column-12 .logo-container {
        max-width: 175px; }
  /*  ---------------------------------------------------------------------- */
  /*  design */
  /*  ---------------------------------------------------------------------- */
  section {
    padding: 3em 0; }
    section.extraPadding-top {
      padding-top: 3em; }
    section.extraPadding-bottom {
      padding-bottom: 3em; }
  .row {
    margin-top: 0;
    margin-bottom: 0; }
  .backgroundImg-container {
    height: 29vh;
    min-height: 400px; }
  #intro {
    padding-top: 11em; }
    #intro .backgroundImg-container {
      margin-top: 3em; }
  #popular-destinations-paro .backgroundImg-container, #popular-destinations-thimphu .backgroundImg-container, #popular-destinations-punakha .backgroundImg-container, #popular-destinations-phobjikha .backgroundImg-container {
    margin-bottom: 3em; }
  .map-container {
    margin: 0 0 1em 0; }
    .map-container .bhutan-map .svg {
      stroke-width: 4.25;
      max-width: 185px; }
  #our-story hr, #one-for-one hr {
    margin-bottom: 2em; } }

/*  -------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 480px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 2.25em;
    line-height: 1.35em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 2em; }
  h4 {
    font-size: 1.2em; }
  h5 {
    font-size: 1.1em;
    line-height: 1.45em; }
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, p.h1, span.h1, ul.h1, li.h1, a.h1, i.h1 {
    font-size: 2.25em;
    line-height: 1.35em; }
  h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, p.h2, span.h2, ul.h2, li.h2, a.h2, i.h2 {
    font-size: 1.5em; }
  h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, p.h3, span.h3, ul.h3, li.h3, a.h3, i.h3 {
    font-size: 2em; }
  h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, p.h4, span.h4, ul.h4, li.h4, a.h4, i.h4 {
    font-size: 1.2em; }
  h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, p.h5, span.h5, ul.h5, li.h5, a.h5, i.h5 {
    font-size: 1.1em;
    line-height: 1.45em; }
  p.big, pre.big {
    font-size: 15px;
    line-height: 1.5em; }
  /*  elements styling */
  button.primary, button.secondary, a.btn.primary, a.btn.secondary {
    min-height: 2.75em;
    width: 100%; }
  button.margin-top, a.btn.margin-top {
    margin-top: 1em; }
  hr {
    margin-top: 1.5em; }
    hr.bigMargin-bottom {
      margin-bottom: 1.5em; }
  /*  ---------------------------------------------------------------------- */
  /*  layout */
  /*  ---------------------------------------------------------------------- */
  .header-container .logo-container {
    margin-top: 1.25em;
    max-width: 150px; }
  .header-container nav.navigation-container {
    margin-top: 0.5em; }
    .header-container nav.navigation-container ul {
      margin: 0;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .header-container nav.navigation-container ul li {
        width: 100%; }
        .header-container nav.navigation-container ul li a {
          padding: 0.15em 0; }
  .footer-container {
    padding: 2em 0 1.5em 0; }
    .footer-container [class*='column-'] {
      width: 95%; }
    .footer-container .logo-row .column-12 .logo-container {
      max-width: 150px; }
    .footer-container address p {
      margin-bottom: 1em; }
    .footer-container address a {
      display: inline-block;
      width: 100%; }
    .footer-container .socialmedia-container span {
      text-align: left; }
    .footer-container .socialmedia-container ul {
      display: block;
      margin: 0 0 0 -0.75em; }
    .footer-container .copyright {
      margin-top: 0.5em; }
  .wrapper {
    width: 88%; }
  /*  ---------------------------------------------------------------------- */
  /*  design */
  /*  ---------------------------------------------------------------------- */
  section {
    padding: 2em 0; }
    section.extraPadding-top {
      padding-top: 2em; }
    section.extraPadding-bottom {
      padding-bottom: 2em; }
  .backgroundImg-container {
    height: 25vh;
    min-height: 300px; }
  #intro {
    padding-top: 12em; }
    #intro .backgroundImg-container {
      margin-top: 2em; }
  #popular-destinations-paro .backgroundImg-container, #popular-destinations-thimphu .backgroundImg-container, #popular-destinations-punakha .backgroundImg-container, #popular-destinations-phobjikha .backgroundImg-container {
    margin-bottom: 2em; }
  .map-container .bhutan-map .svg {
    stroke-width: 4.5;
    max-width: 150px; }
  #our-story hr, #one-for-one hr {
    margin-bottom: 1.5em; } }
