.bubble {
  position: relative;
  background: #eee;
  padding: 10%;
  margin: 1em 10px;
  font-size: 12pt;
  border-radius: 6px;
  min-height: 100px; }

.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
  top: 45px; }

.bubble.left:after {
  border-width: 15px 15px 15px 0;
  border-color: transparent #eee;
  left: -15px; }

.bubble.right:after {
  border-width: 15px 0 15px 15px;
  border-color: transparent #eee;
  right: -15px; }

body {
  margin: 0;
  padding: 0; }

#splash {
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.jpg) center center;
  background-size: cover;
  display: flex; }
  #splash #content {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fefefe;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    padding-top: 2em;
    width: 100%; }
    #splash #content h1 {
      margin: 0;
      font-size: 42pt; }
    #splash #content #icon {
      border-radius: 26px; }
    #splash #content .row, #splash #content #screenieCont, #splash #content #screenie {
      max-height: 100%; }
    #splash #content #screenieCont, #splash #content #desCont {
      flex: 1;
      overflow: hidden;
      z-index: 1; }
    #splash #content #screenieCont {
      position: relative;
      padding-top: 20vh; }
    #splash #content #screenie {
      width: 100%;
      max-width: 450px; }
    #splash #content #desCont {
      text-align: center; }
      #splash #content #desCont #description {
        align-self: center; }
    #splash #content #links {
      margin-top: .5em; }

#pageCont {
  background-color: #eee;
  position: relative;
  z-index: 2; }
  #pageCont #page {
    overflow: hidden;
    color: #969696;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px;
    background-color: #fefefe; }
    #pageCont #page section {
      margin: 5em 0;
      text-align: center;
      color: #4b4b4b; }
      #pageCont #page section h1 {
        font-weight: 300; }
      #pageCont #page section .colMockup {
        max-width: 100%; }
      #pageCont #page section p {
        font-size: 13pt; }
    #pageCont #page hr {
      border-color: #999; }
    #pageCont #page .pcw80 {
      width: 80%; }

@media (min-width: 1200px) {
  #section0 .row {
    display: none; }
  .sectionText, .sectionImg, .colBubblesLeft, .colBubblesRight {
    opacity: 0;
    position: relative; }
  #section2 .sectionText, #section3 .colBubblesLeft {
    left: -10%; }
  #section2 .sectionImg, #section3 .colBubblesRight {
    left: 10%; }
  #section3 .tagline {
    opacity: 0; } }

@media (max-width: 800px) {
  #screenieCont {
    display: none; } }

footer {
  color: #fefefe;
  padding: 2em 0 1em; }
  footer a, footer h3 {
    color: #c97743; }
  footer a:hover, footer a:focus {
    text-decoration: underline;
    color: #894e30; }
  footer #copyright {
    margin-top: 2em;
    color: #515151; }
