/* 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;
}
body {
  font-family: 'Spectral', serif;
  font-family: 'Montserrat', sans-serif;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #2D3135;
}
h1 {
  font-family: "Spectral";
  font-size: 3rem;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  font-family: "Spectral";
  font-size: 2.25rem;
  font-weight: bold;
}
h3 {
  font-family: "Spectral";
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.95rem 0 0.5rem 0;
}
h4 {
  font-weight: bold;
}
p {
  line-height: 1.3rem;
  margin: 0 0 1.95rem 0;
}
p::after {
  content: " ";
  display: block;
  clear: both;
}
ul {
  display: block;
  margin: 1rem 0;
}
ul li {
  line-height: 1.3rem;
  list-style: inside;
}
.link {
  text-decoration: none;
  color: #2F676F;
}
.link:hover {
  text-decoration: underline;
}
b {
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 66.25rem;
  margin: 0 auto;
}
.scene .scene-frame {
  position: absolute;
  top: 2.75rem;
  left: 1rem;
  right: 1rem;
  height: 30rem;
  border: 2px solid;
  border-bottom: none;
  border-image: linear-gradient(#497F8C, #234953) 1;
}
.scene .scene-image {
  position: absolute;
  top: 10rem;
  width: 100%;
  height: 27.25rem;
  background-repeat: no-repeat;
  background-position: center;
}
.scene .scene-image.sky {
  background-image: url(../images/scene-sky.png);
}
.scene .scene-image.mountains {
  background-image: url(../images/scene-mountains.png);
}
@media only screen and (max-width: 600px) {
  .scene .scene-frame {
    top: 1.5rem;
  }
  .scene .scene-image {
    top: 6.5rem;
  }
}
.main-header {
  position: relative;
  height: 8rem;
  margin-bottom: 29.25rem;
  width: 100%;
}
.main-header .title {
  position: absolute;
  bottom: 0;
  left: 3.75rem;
}
.main-header .main-navigation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 3.75rem;
}
.main-header .main-menu {
  display: block;
}
.main-header .menu-toggle {
  display: none;
}
@media only screen and (max-width: 950px) {
  .main-header .main-navigation {
    bottom: 0.8125rem;
  }
  .main-header .main-navigation .main-menu {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
    z-index: 1;
  }
  .main-header .main-navigation .main-menu .menu-item a {
    line-height: 2rem;
  }
  .main-header .main-navigation.open .menu-toggle {
    background: transparent url(../images/x.svg) no-repeat center center;
  }
  .main-header .main-navigation.open .main-menu {
    display: block;
  }
  .main-header .menu-toggle {
    display: block;
    width: 1.8125rem;
    height: 0.8125rem;
    background: transparent url(../images/hamburger.svg) no-repeat center center;
    cursor: pointer;
  }
}
@media only screen and (max-width: 600px) {
  .main-header {
    height: 5rem;
    margin-bottom: 28.75rem;
  }
  .main-header .main-navigation {
    bottom: 0.25rem;
  }
}
.main-header .main-header-caption {
  position: absolute;
  top: 12rem;
  left: 3.75rem;
  font-weight: normal;
  font-size: 1.75rem;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  width: 70%;
  font-size: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .main-header .main-header-caption {
    top: 8rem;
  }
}
.section {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.column {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
  width: 33%;
}
@media only screen and (max-width: 600px) {
  .column {
    display: block;
    width: auto;
    padding: 0;
  }
}
.cell {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
}
@media only screen and (max-width: 600px) {
  .cell {
    display: block;
    padding: 0;
  }
}
.h2-brush-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 0 0 -160px;
  display: table;
  width: 100%;
}
.h2-brush-bg > a {
  display: table-cell;
  position: relative;
  height: 100%;
  left: 160px;
  vertical-align: middle;
}
.h2-brush-bg.brush-1 {
  background-image: url(../images/brush-1.svg);
  height: 171px;
}
.h2-brush-bg.brush-2 {
  background-image: url(../images/brush-2.svg);
  height: 162px;
}
.h2-brush-bg.brush-3 {
  background-image: url(../images/brush-3.svg);
  height: 171px;
}
.h2-brush-bg.brush-4 {
  background-image: url(../images/brush-4.svg);
  height: 162px;
  color: #E5E4E6;
}
@media only screen and (max-width: 600px) {
  .h2-brush-bg {
    width: calc(100% + 2rem);
    margin: 0 0 0 -1rem;
    background-position: -160px 0;
  }
  .h2-brush-bg > a {
    left: 1rem;
  }
}
#section-about {
  margin-top: -60px;
}
.nikki-finch-photo {
  display: block;
  float: left;
  max-width: 230px;
  max-height: 230px;
  width: auto;
  height: auto;
  margin: 1rem;
  border-radius: 1000px;
}
@media only screen and (max-width: 600px) {
  .nikki-finch-photo {
    max-width: 100%;
    max-height: 100%;
    float: none;
    display: block;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 600px) {
  .nikki-finch-photo.left {
    float: left;
  }
  .nikki-finch-photo.right {
    float: right;
  }
}
.spwidget-button-wrapper a {
  display: inline-block;
  color: #2F676F;
  border: 1px solid #2F676F;
  text-decoration: none;
  border-radius: 6px;
  padding: 0 2rem;
  line-height: 2.5rem;
}
.spwidget-button-wrapper a:hover {
  background-color: #2F676F;
  color: #fff;
}
.main-menu {
  display: block;
}
.main-menu .menu-item {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1.5rem;
}
.main-menu .menu-item:last-child {
  margin-right: 0;
}
.main-menu .menu-item a {
  display: block;
  color: #2D3135;
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 1.125rem;
  line-height: 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.main-menu .menu-item a:hover {
  border-bottom: 1px solid #DBAC28;
}
