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, 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, 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;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
}

aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  margin: 0 auto;
  display: block;
}

section {
  margin: 0 auto;
}

section + section {
  margin: 100px auto 0;
}

main {
  margin: 0 0;
}

aside { width: 100%; }

button:focus { outline: 0; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.ie6 .clearfix { zoom: 1 }


/* Photography
----------------------------------------------------------------------------------------*/
img, embed, object, video { margin: 0 auto; max-width: 100%; height: auto; display: block; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

svg {
  width: 100%;
  margin: 4em auto;
  }
  @media screen and (max-width: 699px) {
    svg {
      margin: 2em auto;
    }
  }

/* Layout
----------------------------------------------------------------------------------------*/
#wrapper {
  padding: 0 4VW;
}

.columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 800px;
  margin: 4em auto 6em;
  }
  @media screen and (max-width: 699px) {
    .columns {
      flex-direction: column;
      margin: 1em auto;
    }
  }
.column {
  width: 100%;
  text-align: center;
  }
  @media screen and (max-width: 699px) {
    .column {
      margin: 2em auto;
    }
  }

footer {
  margin: 0 auto;
}

#hero img {
  background-size: cover;
}


/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-family: 'adobe-garamond-pro', 'Adobe Garamond Pro', 'Times New Roman', serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 auto;
  line-height: 1.25em;
}

h1 {

}

h2 {
  font-size: 1.5rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 auto;
}

p + p { margin: 1.2em auto 0; }

b, strong { font-weight: 600; }
i, em { font-style: italic; }
small { font-size: 80%; }

::selection {
  background: #169598;
  color: #fff;
}

::-moz-selection {
  background: #169598;
  color: #fff;
}

a {
  color: #000;
  outline: 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  max-width: 100%;
  margin: 0;
  transition: color 0.2s ease-out, border 0.2s ease-out;
}

a:hover {
  outline: 0;
  text-decoration: none;
  border-bottom: 1px solid #169598;
  color: #169598;
}

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