﻿@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700|Source+Sans+Pro:300,400,600);
/* ------------------------------------- */
/* ---- BASIC SETUP ---- */
/* ------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  background-color: #f3f1ef;
  color: #333;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

/* ------------------------------------- */
/* ---- REUSABLE COMPONENTS ---- */
/* ------------------------------------- */
.row {
  max-width: 1140px;
  margin: 0 auto; }

section {
  padding: 50px 0; }

section:nth-of-type(odd) {
  background-color: #f3f1ef; }

section:nth-of-type(even) {
  background-color: #fff; }

p a:link,
p a:visited {
  padding: 1px 0;
  text-decoration: none;
  color: #b33939;
  font-weight: 300;
  border-bottom: 2px dotted transparent;
  transition: border-bottom 0.3s; }

p a:hover,
p a:active {
  color: #b33939;
  border-bottom: 2px dotted #b33939; }

/* ---- HEADINGS ---- */
h1, h2 {
  margin-top: 0;
  color: #f3f1ef;
  letter-spacing: 1px;
  word-spacing: 4px;
  animation: moveInRight 2s ease-out; }

h1, h3, h4, h5 {
  font-family: 'Playfair Display', serif !important; }

h1 {
  margin-bottom: 5px;
  font-size: 340%;
  font-weight: 400; }

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 25px;
  font-size: 200%;
  font-weight: 300;
  font-style: italic; }

h3 {
  color: #333;
  font-size: 160%;
  font-weight: 700;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px; }

h3:after {
  display: block;
  height: 2px;
  background-color: #7f2929;
  content: "";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px; }

h4, h5 {
  color: #333;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 10px; }

h4 {
  font-size: 110%;
  padding-bottom: 10px; }

h5 {
  font-size: 100%; }

/* ---- Paragraphs ---- */
.long-copy,
.retreat-dates li {
  line-height: 145%;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 15px; }

.retreat-dates li {
  text-decoration: none;
  list-style: none;
  text-align: center;
  font-weight: 600;
  padding-bottom: 5px; }

.checklist li {
  line-height: 125%;
  width: 60%;
  margin-left: 20%;
  margin-top: -5px;
  margin-bottom: 15px; }

/* ---- BUTTONS ---- */
.btn:link,
.btn:visited {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  transition: background-color 0.3s, border 0.3s, color 0.3s; }

.btn-full:link,
.btn-full:visited {
  color: #f3f1ef;
  background-color: #b33939;
  border: 1px solid #b33939;
  margin-right: 15px; }

.btn-ghost:link,
.btn-ghost:visited {
  color: #b33939;
  background-color: rgba(243, 241, 239, 0.8);
  border: 1px solid #b33939; }

.btn:hover,
.btn:active {
  background-color: #7f2929; }

.btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

.btn:active {
  transform: translateY(1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.btn-full:hover,
.btn-full:active {
  border: 1px solid #7f2929; }

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #7f2929;
  color: #f3f1ef; }

/* ------------------------------------- */
/* ---- HEADER ---- */
/* ------------------------------------- */
header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/hero.jpg);
  height: 82.5vh;
  background-size: cover;
  background-position: center; }

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hero-text-box p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #f3f1ef;
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: 300;
  font-style: italic; }

.logo {
  margin-top: 20px;
  height: 160px;
  width: auto;
  float: left; }

.main-nav {
  float: right;
  list-style: none;
  margin-top: 55px; }

.main-nav li {
  display: inline-block;
  margin-left: 20px; }

.main-nav li a:link,
.main-nav li a:visited {
  padding: 6px 0;
  color: #f3f1ef;
  text-decoration: none;
  font-size: 90%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s; }

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #b33939; }

.map {
  padding: 20px 0;
  height: 300px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* ------------------------------------- */
/* ---- FOOTER ---- */
/* ------------------------------------- */
footer {
  color: #f3f1ef;
  background-color: #333;
  padding: 40px; }

.footer-nav {
  list-style: none;
  float: left;
  margin-top: 0px; }

.footer-member-content {
  list-style: none;
  float: right;
  margin-top: 0; }

.footer-nav li,
.footer-member-content li {
  display: inline-block;
  margin-right: 20px; }

.footer-nav li:last-child,
.footer-member-content li:last-child {
  margin-right: 0; }

.footer-nav li a:link,
.footer-nav li a:visited,
.footer-member-content li a:link,
.footer-member-content li a:visited {
  padding: 6px 0;
  font-size: 80%;
  text-decoration: none;
  border: 0;
  color: #f3f1ef;
  letter-spacing: 0.75px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s, color 0.3s; }

.footer-nav li a:hover,
.footer-nav li a:active,
.footer-member-content li a:hover,
.footer-member-content li a:active {
  color: #b33939;
  border-bottom: 2px solid #b33939; }

footer p {
  text-align: center;
  margin-top: 60px; }

#brand-ad {
  font-size: 75%; }

.fa-heart {
  color: #b33939; }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  80% {
    transform: translateX(-3px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
