/******************\
    global
\******************/
/******************\
    File contents
    - mini
    - large
\******************/
header {
  width: 100%;
  min-width: 175px;
  margin: 0;
  background-color: #eefbf6;
  box-shadow: 0 0 8px rgba(11, 87, 103, 0.15);
  text-align: center;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
}

.h-logo {
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  flex: 1 1 100%;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  font-size: 1.7rem;
  height: 3rem;
  line-height: 3rem;
  color: #355152;
  background-color: rgba(238, 251, 246, 0.8);
  box-sizing: border-box;
}
.h-logo:hover {
  background-color: white;
  color: #0a6757;
}

@media (min-width: 750px) {
  .h-logo {
    flex-basis: 25%;
    max-width: 400px;
  }
}
.h-link {
  flex: 1 1 auto;
  font-size: 1.5rem;
  line-height: 2.7rem;
  height: 2.7rem;
  margin: 0.3rem 0 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.h-link::before {
  background-color: rgba(238, 251, 246, 0.8);
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.7rem;
  width: 100%;
  z-index: -1;
}
.h-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.3rem;
  left: 0;
  height: 0.3rem;
  width: 100%;
  transition: all 200ms ease;
  z-index: -2;
}
.h-link:hover::after {
  height: 3rem;
}

a#work {
  color: #0a6757;
}
a#work::after {
  background-color: #a4d5c6;
}

a#teach {
  color: #a25a5c;
}
a#teach::after {
  background-color: #c68385;
}

a#play {
  color: #b06e3b;
}
a#play::after {
  background-color: #f2af7a;
}

/******************\
    footer
\******************/
footer {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 20px 0;
  font-size: 0.85rem;
  width: 100%;
  background-color: rgba(126, 190, 173, 0.15);
}

/******************\
    global
\******************/
@font-face {
  font-family: "Banda";
  font-weight: normal;
  font-style: normal;
  src: url("webfonts/2635B0_0_0.eot");
  src: url("webfonts/2635B0_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2635B0_0_0.woff") format("woff"), url("webfonts/2635B0_0_0.ttf") format("truetype");
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, #gradient-wrapper {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #def7ed;
  color: #355152;
  font-family: Banda, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

a {
  color: #56a904;
  text-decoration: none;
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover {
  color: #0a6757;
}

.clear {
  height: 0px;
  margin: 0;
  clear: both;
}

/******************\
    portfolio
\******************/
/******************\
    global
\******************/
.portfolio-section {
  text-align: center;
}
.portfolio-section:after {
  content: "";
  clear: both;
  display: block;
}
.portfolio-section.dark {
  border-top: 1px solid rgba(126, 190, 173, 0.2);
  border-bottom: 1px solid rgba(126, 190, 173, 0.2);
  background-color: #ccece1;
}
.portfolio-section.light {
  background-color: #def7ed;
}
.portfolio-section img {
  max-width: 100%;
}
.portfolio-section .grid-12 {
  width: 100%;
}
.portfolio-section .grid-6 {
  max-width: 1200px;
  width: 50%;
  float: left;
}
.portfolio-section .full-bleed {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

.cleargraph .title {
  font-size: 24px;
}
.cleargraph .section-logo {
  margin: 60px;
}
.cleargraph .section-logo .cleargraph-logo {
  margin-top: 20px;
  width: 350px;
}
.cleargraph .section-logo .title {
  margin: 20px 0;
}
.cleargraph .section-logo .description {
  font-size: 16px;
}
.cleargraph .section-video video {
  border: 1px solid rgba(126, 190, 173, 0.2);
  width: calc(100% - 80px);
  margin: 40px auto;
  max-width: 800px;
}

/*# sourceMappingURL=cleargraph.css.map */
