body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    color: #333;
    background-color: #F3F3F3;
    height: 100%;
    width: 100%;
}

h1 {
    font-size: 3em;
    font-weight: 300;
    margin: 0;
    padding: 0.6em 0 0.6em 0;
}

a, a:link,
a:visited,
a:active {
    color: #111;
}

#above {
    width: 100%;
    clear: both;
    max-height: 700px;
}

#map {
    width: 100%;
    height: 700px;
    float: left;
}

#action {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50%;
    max-width: 460px;
    height: 660px;
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 0.8);
    z-index: 99999;
}

#action h1,
#action h2,
#action h3,
#action h4,
#action p {
    padding-left: 30px;
    padding-right: 30px;
}

#logo {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

#logo img {
    width: 150px;
    height: 150px;
}

#logo h1 {
  margin-top: -15px;
  padding: 0;
}

#login, #signup {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.85);
    border-radius: 5px;
    text-decoration: none;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 5px;
}

#signup {
  right: 75px;
}

#get-started {
  background-color: #5EBC99;
  border-radius: 5px;
  box-shadow: 1px 2px 1px rgba(10, 10, 10, 0.24);
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  width: 50%;
}

#get-started:hover {
  background-color: #64B497;
  cursor: pointer;
}

#get-started a {
  color: #FEFEFE;
  text-decoration: none;
}

#small-login {
  text-align: center;
  margin: inherit auto;
}

#container {
    max-width: 960px;
    width:100%;
    margin: 0px auto;
}

#container p,
#container h3 {
  padding-left: 10px;
  padding-right: 10px;
}

#pitch h1, #about h1, #tiers h1, #faqs h1 {
    text-align: center;
}

#flavor-banner {
    clear: both;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2em;
    font-weight: 300;
    background-color: #ECEDEE;
    text-align: center;
    box-shadow: inset 0rem 3px 5px rgba(0,0,0,.15);
}

#use-case {
    text-decoration: underline;
}

#pitch p, #tiers p {
    font-size: 1.5em;
    color: #111;
}

#tier-header p, #tier-footer p {
    font-size: 1em;
}

#theme-switcher {
    position: relative;
    top: -105px;
    left: 15px;
    height: 100px;
    width: 400px;
}

.noninteractive {
    pointer-events: none;
}

.center {
    text-align: center;
}

.code {
    font-family: "Courier New", monospace;
}

.style-button {
    display: inline-block;
    cursor: pointer;
}

.style-button img {
    height: 100px;
    width: 100px;
    vertical-align: middle;
}

.style-button {
    border: 2px solid #CCC;
}

.style-button.active {
    border: 2px solid #555;
}

.cell {
    display: table-cell;
}
.row {
    display: table-row;
}

.full-width-table-container {
    width: 100%;
    text-align: center;
    display: table;
    /* border-collapse: separate; */
    /* border-spacing: 10px; */
}

#services-container {
    margin-bottom: 25px;
}

.service {
    width: 33%;
}

.service:not(:first-child), .tier:not(:first-child) {
    border-left: 10px solid #F3F3F3;
}

.service > div {
    background-color: #ECEDEE;
    line-height: 4ex;
    padding: 2ex;
    text-align: left;
}

.tier > div {
    padding: 2ex 1px;
    background-color: #ECEDEE;
}

.service > h2 {
    background-color: #92A0A7;
    padding: 15px 0 15px 0;
    color: #ECEDEE;
}

#tier-container {
  display: table;
}

.tier > h2 {
    background-color: #92A0A7;
    margin: 0 0 15px 0;
    padding: 15px 0 15px 0;
    color: #ECEDEE;
}

.tier > div.signup {
    background-color: #5EBC99;
    margin-top: 2ex;
}

.signup a,
.signup a:link,
.signup a:visited,
.signup a:active {
    color: #ECEDEE;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 700;
}

.signup a:hover {
    text-decoration: underline;
}

#faqs .cell:nth-child(even) {
    border-left: 15px solid #F3F3F3;
}

@media all and (min-width: 905px) {
    .tier:not(.spacer) {
        width: 22%;
    }
}

@media all and (max-width: 904px) {
    #map,
    #action {
        width: 100%;
        max-width: 100%;
    }

    #action {
      position: initial;
      height: auto;
      box-shadow: inset 0rem -3px 5px rgba(0,0,0,.15);
      padding-bottom: 40px;
    }

    #map {
      min-height: 460px;
      height: 90%;
    }

    #theme-switcher {
        top: -55px;
        left: 15px;
        height: 50px;
        width: 200px;
    }

    .tier, .service {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }

    .tier > div {
        padding: 1ex 1px;
    }


    .service:not(:first-child), .tier:not(:first-child) {
        border-left: 0;
    }

    .style-button img {
        height: 50px;
        width: 50px;
    }

    #faqs .cell {
        display: block;
        width: 100%;
    }

    #faqs .cell:nth-child(even) {
        border-left: 0;
    }
}

#email {
  padding-left: 10px;
  padding-right: 10px;
}

#footer {
    text-align: center;
    font-size: 0.7em;
    margin-bottom: 20px;
}
