article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background-color: #999;
}

h1 {
  clear: both;
  margin: 0;
  color: #CE1141;
  font: 48px "EB Garamond", Georgia, Times, serif;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  h1 {
    margin: 0 0 20px 0;
  }
}

h2 {
  margin: 20px 0 10px 0;
  font: 28px/40px "EB Garamond", Georgia, Times, serif;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  h2 {
    margin: 0;
  }
}

h3 {
  margin: 40px 0 0 0;
  font: 16px/16px "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
}

a {
  text-decoration: none;
  color: inherit;
}

a .active {
  color: #000;
}

body {
  width: 100%;
  margin: 0 auto;
}

.overline {
  border-top: solid 2px #CE1141;
}

.header-wrapper {
  width: 100%;
  background: #fff;
}

header {
  width: 100%;
  max-width: 1200px;
  height: 95px;
  margin: 0 auto;
  padding: 25px 60px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  header {
    height: 260px;
  }
}

@media only screen and (max-width: 480px) {
  header {
    height: 460px;
  }
}

.logo-container {
  float: left;
  margin: 5px 25px 0 0;
}

@media only screen and (max-width: 768px) {
  .logo-container {
    width: 100%;
    text-align: center;
    margin: 30px 0 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .logo-container {
    width: 100%;
    text-align: center;
    margin: 60px 0 10px 0;
  }
}

header img.logo {
  width: 180px;
}

@media only screen and (max-width: 768px) {
  header img.logo {
    width: 220px;
  }
}

nav {
  float: left;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  nav {
    width: 100%;
    float: none;
    text-align: center;
    padding: 100px 0 10px 0;
  }
}

nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

nav ul li {
  display: inline-block;
  margin: 6px;
}

@media only screen and (max-width: 480px) {
  nav ul li {
    width: 100%;
    float: none;
    margin: 10px 0 5px 0;
    text-align: center;
  }
}

nav ul a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  float: left;
  font: 15px/15px "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  border-bottom: 1px solid #FFF;
}

@media only screen and (max-width: 480px) {
  nav ul a {
    float: none;
    font-size: 18px;
    line-height: 30px;
  }
}

nav ul a:hover {
  color: #CE1141;
  border-bottom: 1px solid #CE1141;
}

.tagline {
  display: inline-block;
  float: right;
  margin: 15px 0 0 0;
  font: 18px/18px "EB Garamond", Georgia, Times, serif;
  color: #999;
}

@media only screen and (max-width: 768px) {
  .tagline {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 30px;
  }
}

.maple-leaf {
  height: 20px;
}

@media only screen and (max-width: 480px) {
  .maple-leaf {
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
}

.gallery {
  clear: both;
}

.gallery .gallery-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 500px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .gallery .gallery-cell {
    height: 800px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery .gallery-cell {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery .gallery-cell img {
    height: 800px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery .gallery-cell img {
    height: 400px;
  }
}

.flickity-page-dots {
  bottom: 20px;
  color: #CE1141;
}

.flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #999;
}

@media only screen and (max-width: 480px) {
  .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
  }
}

.flickity-page-dots .dot.is-selected {
  background: #CE1141;
}

@media only screen and (min-width: 1600px) {
  .flickity-prev-next-button {
    margin: 0 100px;
  }
}

.overlay {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.overlay p {
  padding: 0 30px;
  font: 40px/0px "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .overlay p {
    font: 30px/0px "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 12px;
  }
}

.info-background {
  background-color: #fff;
}

.info-container {
  width: 780px;
  margin: 0 auto;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .info-container {
    width: 100%;
    text-align: center;
  }
}

.description {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .description {
    width: 60%;
    margin: 0 auto;
  }
}

.description img {
  display: inline-block;
  height: 29px;
  position: relative;
  top: 8px;
  margin-right: 3px;
}

@media only screen and (max-width: 480px) {
  .description img {
    height: 30px;
    top: 0;
  }
}

.description h2 {
  display: inline-block;
}

.info {
  clear: both;
  float: left;
  width: 280px;
  font: 16px "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

@media only screen and (max-width: 768px) {
  .info {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.email:hover {
  text-decoration: underline;
}

#map {
  width: 480px;
  height: 420px;
  float: right;
  margin: 40px 0 40px 0;
}

@media only screen and (max-width: 768px) {
  #map {
    width: 100%;
    float: none;
    margin: 40px 0 30px 0;
  }
}

form {
  clear: both;
  width: 100%;
  padding: 5px 0 10px 0;
}

@media only screen and (max-width: 480px) {
  form {
    width: 100%;
  }
}

form h2 {
  margin: 10px 0 0;
}

@media only screen and (max-width: 480px) {
  form h2 {
    margin: 20px 0 15px;
  }
}

form .field {
  float: left;
  margin: 20px 0;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  form .field {
    width: 100%;
    margin: 0;
    float: none;
  }
}

form div label {
  font: 300 16px/16px "Poppins", Helvetica, Arial, sans-serif;
}

form div input {
  margin: 15px 0 15px 0;
  width: 70%;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 3px;
  font: 300 16px "Poppins", Helvetica, Arial, sans-serif;
  color: #666;
}

form div input:focus {
  outline: none;
  box-shadow: 0 0 5px #999;
}

form div button {
  display: block;
  margin: 30px auto;
  padding: 10px 13px;
  background-color: #CE1141;
  border: none;
  border-radius: 3px;
  font: 300 18px/18px "Poppins", Helvetica, Arial, sans-serif;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  form div button {
    margin: 20px auto 40px;
  }
}

form div button:hover {
  background-color: #666;
}

.footer-wrapper {
  background-color: #999;
}

.footer-wrapper footer {
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 10px 60px;
}

@media only screen and (max-width: 480px) {
  .footer-wrapper footer {
    position: relative;
    height: 180px;
    padding: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .copyright {
    margin: 0 77px 30px 0;
  }
}

.copyright p {
  float: left;
  position: relative;
  width: 50%;
  font: 20px/20px "EB Garamond", Georgia, Times, serif;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .copyright p {
    width: 100%;
  }
}

.copyright p img {
  position: absolute;
  width: 70px;
  margin: 2px 7px;
}

.social {
  float: right;
}

@media only screen and (max-width: 480px) {
  .social {
    width: 100%;
    text-align: center;
  }
}

.social .fa {
  padding: 10px 7px;
  font-size: 30px;
  line-height: 43px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .social .fa {
    font-size: 38px;
    padding: 10px;
  }
}
