/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300; }

h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em; }

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em; }

h3 {
  font-weight: bold;
  margin-bottom: 5px; }

p {
  margin-bottom: 1em; }

b {
  font-weight: bold; }

a {
  color: inherit; }

img {
  max-width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
  @media (max-width: 640px) {
    img {
      width: 100%; } }

.btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  transition: all ease .25s; }
  .btn:hover {
    background: rgba(0, 0, 0, 0.1); }

.mb--m {
  margin-bottom: 20px; }

.mb--l {
  margin-bottom: 40px; }

.container {
  max-width: 960px;
  padding: 50px 15px 50px;
  margin: auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row .col {
    float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box; }
    @media (max-width: 640px) {
      .row .col {
        width: 100%; } }
  .row:after {
    content: '';
    display: block;
    clear: both; }

.stage {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
  background: url("/img/nepal-landscape.jpg") center top/auto 500px no-repeat;
  background-attachment: fixed; }
  .stage h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 640px) {
      .stage h2 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: .3em; } }
  .stage p {
    letter-spacing: .15em; }
  .stage-text {
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 15px; }

.navigation {
  position: absolute;
  bottom: 0;
  color: #fff; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    text-decoration: none;
    padding: 10px 20px 10px 0;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .navigation a:hover, .navigation a.active {
      text-decoration: underline; }

.intro-img {
  float: right;
  width: 50%;
  margin: -100px 0 50px 50px;
  z-index: 1;
  position: relative; }
  @media (max-width: 640px) {
    .intro-img {
      display: none; } }

.intro-imgMobile {
  display: none; }
  @media (max-width: 640px) {
    .intro-imgMobile {
      display: block; } }

.testimonial {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  font-size: 16px;
  padding: 20px;
  font-style: italic; }

.footer {
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center; }

.overflowingImg {
  margin-top: -100px;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    .overflowingImg {
      margin: 0 0 40px; } }

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