/*!
 * Eleanor Beach

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
## TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Grid
# Modules
# Pages
# Theme
# Media Queries
# Print


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Core variables and mixins
--------------------------------------------------------------*/
/*!== Brand Colors == */
/*!== Typography == */
/*== Theme Colors == */
/*== Media Queries == */
.container {
  max-width: 1040px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.accessible-text,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #6F6F6F;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 2.1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: normal; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

p {
  margin: 0 0 40px 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: .3s;
  color: #7997AE; }
  a:hover, a:focus, a:active {
    outline: none;
    color: #354959; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  width: 200px; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      padding-left: 15px; }
      .main-navigation ul ul a {
        font-size: 0.8125rem; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 0; }
  .main-navigation li {
    display: block;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.5; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      opacity: 0.7; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 2.5px;
    text-shadow: 0 2px 4px #0E7275; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #7997AE; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px 0;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 40px 50px 0; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: 25px 30px 0; } }
  .header__wrap {
    position: relative; }
  .header__branding {
    width: 89px;
    height: 89px;
    margin: 0 auto; }
  .header__nav {
    width: 200px;
    position: absolute;
    top: 6px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .header__nav {
        display: none; } }
    @media screen and (max-width: 768px) {
      .mobile-nav-open .header__nav {
        background-color: rgba(121, 151, 175, 0.8);
        padding: 14px 20px 5px;
        display: block;
        position: fixed;
        top: 76px;
        left: 21px; } }
    .mobile-nav-open .sticky .header__nav {
      background-color: rgba(121, 151, 175, 0.8);
      padding: 14px 20px 5px;
      display: block;
      position: fixed;
      top: 76px;
      left: 21px; }

.logo {
  width: 89px;
  height: 89px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff; }

/* Mobile Nav */
#mobile-nav-trigger {
  display: none;
  width: 54px;
  height: 43px;
  position: fixed;
  top: 23px;
  left: 22px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  z-index: 5;
  border: 10px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none; }
  #mobile-nav-trigger:focus {
    outline: none; }
  .sticky #mobile-nav-trigger {
    display: block; }
  @media screen and (max-width: 768px) {
    #mobile-nav-trigger {
      display: block; } }

#mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 34px;
  background-color: #7997AE;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

#mobile-nav-trigger span:nth-child(1) {
  top: 0; }

#mobile-nav-trigger span:nth-child(2) {
  top: 10px; }

#mobile-nav-trigger span:nth-child(3) {
  top: 20px; }

#mobile-nav-trigger.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg); }

#mobile-nav-trigger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  visibility: hidden; }

#mobile-nav-trigger.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg); }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px 0;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 40px 50px 0; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: 25px 30px 0; } }
  .header__wrap {
    position: relative; }
  .header__branding {
    width: 89px;
    height: 89px;
    margin: 0 auto; }
  .header__nav {
    width: 200px;
    position: absolute;
    top: 6px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .header__nav {
        display: none; } }
    @media screen and (max-width: 768px) {
      .mobile-nav-open .header__nav {
        background-color: rgba(121, 151, 175, 0.8);
        padding: 14px 20px 5px;
        display: block;
        position: fixed;
        top: 76px;
        left: 21px; } }
    .mobile-nav-open .sticky .header__nav {
      background-color: rgba(121, 151, 175, 0.8);
      padding: 14px 20px 5px;
      display: block;
      position: fixed;
      top: 76px;
      left: 21px; }

.logo {
  width: 89px;
  height: 89px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff; }

/* Mobile Nav */
#mobile-nav-trigger {
  display: none;
  width: 54px;
  height: 43px;
  position: fixed;
  top: 23px;
  left: 22px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  z-index: 5;
  border: 10px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none; }
  #mobile-nav-trigger:focus {
    outline: none; }
  .sticky #mobile-nav-trigger {
    display: block; }
  @media screen and (max-width: 768px) {
    #mobile-nav-trigger {
      display: block; } }

#mobile-nav-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 34px;
  background-color: #7997AE;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

#mobile-nav-trigger span:nth-child(1) {
  top: 0; }

#mobile-nav-trigger span:nth-child(2) {
  top: 10px; }

#mobile-nav-trigger span:nth-child(3) {
  top: 20px; }

#mobile-nav-trigger.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg); }

#mobile-nav-trigger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
  visibility: hidden; }

#mobile-nav-trigger.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg); }

.footer {
  padding: 105px 0; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 60px 0; } }

.footer-logo {
  width: 41px;
  height: 60px;
  display: block;
  margin: 95px auto 100px; }
  @media screen and (max-width: 768px) {
    .footer-logo {
      margin: 25px auto; } }
  .footer-logo img {
    width: 100%; }

.contact-box {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px; }

.contact-info__label {
  font-family: "Georgia", serif;
  font-style: italic;
  letter-spacing: 1.2px;
  padding-bottom: 40px;
  display: block;
  position: relative; }
  .contact-info__label:after {
    content: "";
    width: 72px;
    height: 2px;
    background-color: #F7E4C6;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -36px; }
.contact-info > span {
  display: block; }
.contact-info__name {
  color: #7997AE;
  letter-spacing: 1.3px;
  font-size: 1rem;
  margin-bottom: 3px; }
.contact-info__place {
  letter-spacing: 1.3px;
  margin-bottom: 7px; }
.contact-info__phone {
  color: #6F6F6F;
  letter-spacing: 1.3px; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.hero-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .hero-block:before {
    content: "";
    display: block;
    max-width: 763px;
    height: 416px;
    background: url(assets/images/blue-overlay.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 100%; }
  .hero-block--small {
    height: 500px;
    min-height: auto; }
    @media screen and (max-width: 768px) {
      .hero-block--small:before {
        height: 400px; } }
    .hero-block--small .hero-block__content {
      margin-top: 0; }
    @media screen and (max-width: 768px) {
      .hero-block--small {
        height: 400px; } }
  @media screen and (max-height: 700px) {
    .hero-block {
      min-height: 700px; } }
  .hero-block__content {
    text-align: center;
    margin-top: -150px;
    position: relative; }
    @media screen and (max-height: 700px) {
      .hero-block__content {
        margin-top: -100px; } }
  .hero-block__title {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 46px;
    padding: 0 20px;
    letter-spacing: 2px; }
    @media screen and (max-width: 640px) {
      .hero-block__title {
        font-size: 1.0625rem;
        letter-spacing: 0;
        margin-top: 30px; } }
    .hero-block__title--uppercase {
      letter-spacing: 10px;
      text-transform: uppercase;
      margin-bottom: 25px;
      text-shadow: 0 2px 4px #0E7275; }
  .hero-block__subtitle {
    font-size: 1rem;
    letter-spacing: 1.5px;
    color: #ffffff; }

.scroll-downs {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -17px;
  width: 38px;
  height: 72px;
  display: block; }

.mousey {
  width: 4px;
  padding: 10px 15px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box; }

.scroller {
  width: 15px;
  height: 24px;
  margin-left: -4px;
  background: url(assets/images/down-arrow.png) no-repeat 0 0;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  100% {
    transform: translateY(25px);
    opacity: 1; } }
.block-title {
  color: #F7E4C6;
  font-size: 0.875rem;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 45px; }
  .block-title--blue {
    color: #7997AE; }
  .block-title--white {
    color: #ffffff;
    margin-bottom: 72px; }
  @media screen and (max-width: 768px) {
    .block-title {
      margin-bottom: 25px;
      letter-spacing: 5px; } }

.about-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 484px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .about-block {
      min-height: inherit;
      padding: 50px 0 30px; } }
  .about-block__content {
    max-width: 794px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.2px; }

.intro-block {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 419px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0; }
  .intro-block__content {
    max-width: 794px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: #ffffff; }
  .intro-block__title {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 52px;
    line-height: 1.5;
    margin-bottom: 27px; }
    .intro-block__title:after {
      content: "";
      width: 72px;
      height: 2px;
      background-color: #F7E4C6;
      position: absolute;
      bottom: 16px;
      left: 50%;
      margin-left: -36px; }
  .intro-block__subtitle {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    line-height: 1.4; }
    @media screen and (max-width: 640px) {
      .intro-block__subtitle {
        font-size: 1.0625rem;
        letter-spacing: 1px; } }

.grid-gallery {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .grid-gallery__item1 {
    width: 37.2%; }
  .grid-gallery__item2 {
    width: 24.7%; }
  .grid-gallery__item3 {
    width: 37%; }
  .grid-gallery__item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .grid-gallery__item {
        width: 100%;
        margin-bottom: 7px; } }

.media-block {
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .media-block {
      padding: 40px 0 0; } }
  .media-block__item {
    max-width: 1175px;
    padding: 0 20px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .media-block__item:nth-child(even) {
      flex-direction: row-reverse;
      align-items: flex-end;
      margin-top: -80px; }
      @media screen and (max-width: 1024px) {
        .media-block__item:nth-child(even) {
          margin-top: 0; } }
      .media-block__item:nth-child(even) .media-block__content {
        text-align: center;
        width: 50%;
        padding-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .media-block__item:nth-child(even) .media-block__content {
            padding-top: 40px;
            width: 100%;
            text-align: center; } }
      .media-block__item:nth-child(even) .media-block__thumbnail {
        text-align: left;
        width: 45%; }
        .media-block__item:nth-child(even) .media-block__thumbnail--sideBySide {
          display: inline-block;
          max-width: 49%; }
          @media screen and (max-width: 640px) {
            .media-block__item:nth-child(even) .media-block__thumbnail--sideBySide {
              max-width: 100%; } }
        @media screen and (max-width: 768px) {
          .media-block__item:nth-child(even) .media-block__thumbnail {
            width: 100%;
            text-align: center; } }
  .media-block__thumbnail--sideBySide {
    display: inline-block;
    max-width: 47%;
    margin-left: 3px; }
    @media screen and (max-width: 640px) {
      .media-block__thumbnail--sideBySide {
        max-width: 100%; } }
  .media-block__content {
    width: 41%;
    letter-spacing: 1.2px; }
    @media screen and (max-width: 768px) {
      .media-block__content {
        width: 100%;
        text-align: center; } }
    .media-block__content p {
      margin-bottom: 20px; }
  .media-block__thumbnail {
    width: 58%;
    margin: 0;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .media-block__thumbnail {
        width: 100%;
        text-align: center; } }
  .media-block__gallery {
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .media-block__gallery-item1 {
      width: 100%; }
    .media-block__gallery-item2 {
      width: 50%; }
    .media-block__gallery-item3 {
      width: 33.33%; }
    .media-block__gallery-item4 {
      width: 25%; }
    @media screen and (max-width: 640px) {
      .media-block__gallery-item {
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }

.place-intro {
  background-color: #7997AE;
  padding: 160px 0 100px; }
  @media screen and (max-width: 1024px) {
    .place-intro {
      padding: 90px 0 50px; } }
  @media screen and (max-width: 1024px) {
    .place-intro {
      padding: 50px 0 10px; } }
  .place-intro__content {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.2px; }
  .place-intro__author {
    display: block;
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 0.75rem;
    text-align: right; }

.masonry-gallery {
  padding-top: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .masonry-gallery__item1 {
    width: 22.4%; }
    @media screen and (max-width: 640px) {
      .masonry-gallery__item1 {
        order: 1; } }
  .masonry-gallery__item2 {
    width: 26.7%; }
  .masonry-gallery__item3 {
    width: 49.7%; }
  .masonry-gallery__item4 {
    width: 26.7%; }
  .masonry-gallery__item5 {
    width: 49.7%; }
  .masonry-gallery__item6 {
    width: 22.4%; }
  .masonry-gallery__item {
    margin-bottom: 7px; }
    @media screen and (max-width: 640px) {
      .masonry-gallery__item {
        width: 100%; } }

.button {
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #7997AE;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  transition: all 0.3s ease; }
  .button:hover, .button:focus {
    background-color: #7997AE;
    color: #ffffff; }

.thumbnail-list {
  padding-top: 50px; }
  .thumbnail-list__wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
  .thumbnail-list img {
    text-align: center;
    margin-bottom: 20px; }

.explore-block {
  min-height: 225px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0; }
  @media screen and (max-width: 768px) {
    .explore-block {
      min-height: inherit;
      padding: 50px 0 30px; } }
  .explore-block__content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 1.2px; }
    .explore-block__content h3 {
      color: #7997AE;
      font-size: 14px; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
