/* Hides everything until fonts are loaded */
.wf-loading * {
    opacity: 0;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html,
body {
    width: 100%;
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
h1 {
    font-size: 5em;
    line-height: 1em;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h2 {
    font-size: 3.25em;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 2.25em;
    letter-spacing: -.0125em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
}
h4 {
    font-size: 1.25em;
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.0125em;
}
p {
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #4A4A4A;
}
a {
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #17527F;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
    color: #0081D9;
}

a:focus {
    outline: none;
}

.copyright {
    font-size: 12px;
    margin-bottom: 2em;
    /* position: absolute; */
    width: 100%
}

hr {
    border-top: 2px solid #f5f5f5;
}

.center {
    margin: 0 auto;
}

.fifty-five-width {
  width: 55%
}

/*** TEXT WEIGHT ***/

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.text-extra-bold, .container__story-link h4.active {
    font-weight: 800;
}

/*** TEXT COLOR ***/

.text-white {
    color: #fff;
}

.text-gray-title, .text-gray-body {
    color: #333333;
}

.text-blue-dark {
    color: #33465A;
}

.text-blue-link, .container__story-link h4.active  {
    color: #17527F;
}

.text-orange {
    color: #F27C00;
}

/*** CAROUSEL ***/
/*
.carousel {
    background-color: #17527F;
    padding-top: 13em;
    padding-bottom: 10em;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 93px;
  background-color: #042E4E;
}

.carousel .container {
  position: relative;
  z-index: 9;
}
.carousel-indicators.mobile-only {
    display: none;
}

.carousel-control.right, .carousel-control.left {
  height: 80px;
  top: 45%;
  font-size: 80px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  background-image: none;
  border: 0;
  z-index: 10;
  text-align: center;
  font-family: "omnes-pro";
  font-weight: 400;
}

.carousel .item {
  height: 449px;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

img.carousel__headline-image {
    height: 5em;
    position: static;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 75px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1em;
  color: #fff;
}

.carousel-caption p.lead,
.carousel-caption h2.lead {
    margin-top: 1em;
}

.carousel-caption h2 {

}
/*.carousel-caption .btn {
  margin-top: 10px;
}*/

/*** HERO ***/

.navbar-default {
    background-color:#17527F;
  	border-color:transparent;
  	background-image:none;
  	box-shadow:none;
}
.navbar {
  	transition-duration: 0.2s;
}
.navbar-fixed-top {
    /* border-bottom: 2px solid #FCF5E5; */
}
.navbar-scroll-custom {
		transform: translateY(-90px);
		transition-duration: 0.6s;
}
.navbar-nav {
    margin: 15px 0;
}
.nav>li>a:hover {
    text-decoration: underline;
}
ul.nav li:last-child a {
    padding-right: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #21A7FF;
}
.navbar-subpage .navbar-nav>li>a:focus, .navbar-subpage .navbar-nav>li>a:hover {
    color: #0081D9;
}
.navbar-subpage {
    background-color: #ffffff;
    margin-bottom: 0;
}
.navbar-brand {
    padding-top: 22px;
    height: 78px;
}
.nav-link {
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-bottom: 0;
    color: #F9EFD0;
}
.navbar-default .navbar-collapse {
    border: 0;
}
.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F9EFD0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border: 0;
    background: none;
}
.navbar-toggle {
    margin-top: 22px;
    margin-bottom: 3px;
}
.navbar-default .navbar-toggle-subpage {
    border: 2px solid #21a7ff;
}
.navbar-default .navbar-toggle-subpage .icon-bar {
    background-color: #21a7ff;
}
.navbar-default .navbar-toggle-subpage:hover, .navbar-default .navbar-toggle-subpage:focus {
    border: 2px solid #004A73;;
    background-color: #fff;
}
.navbar-default .navbar-toggle-subpage:hover .icon-bar, .navbar-default .navbar-toggle-subpage:focus .icon-bar {
    background-color: #004A73;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}
.navbar-toggle-subpage {
    margin-top: 13px;
    margin-bottom: 3px;
}
.headline {
    margin-top: 2em;
}
.headline-subpage {
    margin-top: 1em;
}

.contact-btn, .contact-btn:hover, .contact-btn:focus, .get-started-btn, .get-started-btn:hover, .get-started-btn:focus {
    text-decoration: none;
    text-shadow: none;
    color: #fff;
}

.contact-btn {
    margin-top: 2em;
    font-size: 1.125em;
    background-color: #21A7FF;
    border-radius: 50px;
    width: 200px;
    padding: 10px;
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;

}
.contact-btn:hover, .contact-btn:focus {
    background-color: #0e9be8;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;
    background-image: none;

}
.get-started-btn {
    margin-top: 2em;
    margin-left: 0.5em;
    font-size: 1.125em;
    background-color: #EF7C15;
    border-radius: 50px;
    width: 200px;
    padding: 10px;
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;
}
.get-started-btn:hover, .get-started-btn:focus {
    background-color: #ff8e29;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;
    background-image: none;
}

.join-btn {
    margin-top: 1em;
    margin-left: 0.5em;
    color: #333333;
    font-size: 13px;
    background-color: #ffffff;
    border: 0;
    border-radius: 50px;
    width: 167px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.10);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;
}
.join-btn:hover {
    border: 0;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
    transition: 0.2s;
    -webkit-transition: all 0.2s ease 0s;
    transition-timing-function: ease;
}

.hero {
    padding-bottom: 3em;
    padding-top: 5em;
    background-color: #17527F;
}

.terminal {
    border-radius: 5px;
    height: 25em;
    background-color: #333;
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    padding: 0;
}

.terminal-content {
    height: 28em;
    background-color: #292f3e;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 9.5px 9.5px 0 9.5px;
    font-size: 15.5px;
    word-break: keep-all;
    word-wrap: normal;
    white-space: pre;
}

#terminal-typing {
    color: #fff;
    height: 100%;
}

#queries__link-list {
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    font-size: 14px;
    text-align: left;
}
.query-row {
    position: relative;
    z-index: 2;
    margin: 20px 0 20px 0;
}
.queries {
    position: relative;
    z-index: 2;
    border: 2px solid #f5f5f5;
    background: #fff;
    border-radius: 10px;
    margin-right: 1em;
}
.queries__query-title {
    font-size: 1em;
    font-weight: 700;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 2em;
}
.queries__query-link {
    padding: .25em .5em;
    font-size: 1.25em;
    line-height: 24px;
    margin-bottom: 1em;
}
.queries__link {
    font-size: 1em;
    padding: 0 1em;
    font-weight: 700;
    color: #EF7C15;
}
.queries__link:hover {
    color: #EF7C15;
}

.use-cases {
  position: relative;
  padding-bottom: 5em;
}

.use-cases__outer-container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 720px;
    transition: background-color 0.5s;
}

.use-cases__outer-container.real-time {
    background-color: #e7e8dd;
}
.use-cases__outer-container.iot {
    background-color: #e8dde6;
}
.use-cases__outer-container.finance {
    background-color: #dde8e1;
}
.use-cases__outer-container.geospatial {
    background-color: #dde3e8;
}

.use-cases__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.use-cases__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em 0 0;
}

#use-cases__list {
    background-color: #f5f5f5;
    padding: 0.5em 0.5em;
    border-radius: 25px;
    margin-bottom: 1em;
}
#use-cases__list li {
    display: inline;
    flex-direction: row;
    list-style: none;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: .25em 1em;
}
#use-cases__list li:first-child {
    margin-left: 0;
}

ul#use-cases__list {
  -webkit-padding-start: 0.5em;
}

.terminal__footer-title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

#terminal__button {
    /*display: none;*/
    position: absolute;
    opacity: 1;
    bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1em;
    width: 8em;
    height: 1.5em;
    border-radius: 1em;
    color: #fff;
    background-color: #EF7C15;
    text-align: center;
    box-sizing: border-box;
}

#terminal__button.results {
    background-color: #21A7FF;
}

#terminal__button.faded {
    opacity: 0.25;
}

#terminal__button:hover {
    background: #ff8e29;
    cursor: pointer;
}
li.use-cases__link {
    width: 25%;
}
.use-cases__link {
    color: #17527F;
    font-size: 1em;
}
.use-cases__link:hover {
    cursor: pointer;
    /*color: #337ab7;*/
    text-decoration: underline;
}
.use-cases__link.active {
    background-color: #EF7C15;
    color: #333;
    border-radius: 50px;
    text-align: center;
}

.use-cases__link.active.real-time {
    background-color: #e7e8dd;
}
.use-cases__link.active.iot {
    background-color: #e8dde6;
}
.use-cases__link.active.finance {
    background-color: #dde8e1;
}
.use-cases__link.active.geospatial {
    background-color: #dde3e8;
}

.use-cases__link.active:hover {
    color: #fff;
    text-decoration: none;
}
.queries__query-link.active {
    background-color: #d4ebff;
    color: #17527F;
    font-weight: 700;
    text-decoration: none;
}
.queries__query-link {
    color: #17527F;
}
.queries__query-link:hover {
    color: #337ab7;
    text-decoration: underline;
}
.queries__query-link.active:hover {
    color: #17527F;
    text-decoration: none;
}
.queries__query-link:hover,.queries__query-link.active:hover {
    cursor: pointer;
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .gradient {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0e82cf",endColorstr="#ff086aab",GradientType=0);
    }
}

/*** SQL SCALED ***/

.scale-SQL {
    margin-top: 6em;
    margin-bottom: 6.25em;
}
.scale-SQL-copy {
    margin-top: 4em;
}
.arrow, .container__story-link h4.active {
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left;
    padding-left: 30px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
}

/*** DATABASE TRAITS ***/

.database-traits {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #17527F;
}
.database-row {
    margin-top: 2em;
}
.db-trait {
    width: 75%;
    margin: 0 auto;
}
.db-trait p {
    line-height: 24px;
}

/*** KEY FEATURES ***/

.key-features {
    background-color: #F6F6F6;
    padding-top: 5em;
    padding-bottom: 5.25em;
}
.key-features-column {
    margin-top: 1em;
}
.key-features-column li {
    line-height: 2.5em;
}

/*** POSTGRESQL ***/

.postgresql-title {
    margin-bottom: 1.5em;
}

.postgresql {
  padding-top: 4em;
  padding-bottom: 5.25em;
  background-color: #17527F;
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
  .gradient {
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff04355a",endColorstr="#ff002d4e",GradientType=0);
  }
}

/*** THIRD PARTY TOOLS ***/

.tools-third {
    padding-top: 5em;
    padding-bottom: 7em;
}

.connect-tools {
    margin-top: 2em;
}

.third-party-logos li:first-child {
    margin-left: 0;
}

.third-party-logos li {
    /* margin-left: 4em; */
}

/*** TESTIMONIAL ***/

.testimonial {
    background-color: #17527F;
}

.speech-bubble {
    width: 80%;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 5px;
    margin-top: 3em;
    margin-bottom: 3.5em;
    padding-top: 3em;
    padding-bottom: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-copy {
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.name-quote {
    font-weight: 400;
}

/*** BLOG & PRESS ***/

.post-title {
    margin-bottom: 1em;
}
.presentation-title {
    margin-bottom: 0;
}
.post-entry {
    margin: 0.5em 0 1.125em;
}
.post-entry-headline {
    /* line-height: 2px; */
    margin:0;
}
.blog-press {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

/*** HOW IT WORKS ***/

.sql-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
 h3.sql-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/*** ABOUT ***/

.about-timescale {
  margin-top: 3em;
  margin-bottom: 3.5em;
}
.about-headline {
  margin-bottom: 1.5em;
}
.team-title {
    padding-top: 8px;
    margin-bottom: 0;
}
.team-position {
    margin-top: 2px;
}
.bio-card {
    height: inherit;
    overflow: hidden;
    position: relative;
}
.team-bio {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -300px;
    transition: all 0.5s ease;
}
.team-member:hover .team-bio {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
}
.team-bio-text {
    font-size: 1em;
    line-height: 24px;
    color: #ffffff;
}
.full-width-copy {
    width: 80%;
}
.center {
    margin: 0 auto;
}
.center-type {
    text-align: center;
}
.team {
    margin-top: 2em;
}
.team-row {
    margin-bottom: 2em;
}
@media (max-width: 1200px) {
    .use-cases__title {
        margin-bottom: 0;
    }
    .team-bio {
        display: none;
    }
    .queries {
        margin-right: 0;
        margin-bottom: 1em;
    }
}
.seven-five-width {
  width: 60%;
}
.five-five-width {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5em;
}

/*** Modal fix for shifting content ***/

body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}
.modal::-webkit-scrollbar {
    width: 0 !important;
    /*removes the scrollbar but still scrollable*/
    /* reference: http://stackoverflow.com/a/26500272/2259400 */
}

/*** FORM ELEMENT STYLING ***/

.has-success .form-control-feedback {
    color: #1BB46A;
    top: 6px;
}
.has-success .form-control {
    border-color: #1BB46A;
}
.has-error .form-control-feedback {
    color: #D84500;
    top: 7px;
}
.has-error .form-control {
    border-color: #D84500;
}
.has-error .help-block {
    color: #D84500;
}
.input-group {
    margin: 0 auto;
    width: 400px;
}

/*** MODAL ***/

.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
button.close,
button.close:active,
button.close:focus {
    font-size: 3em;
    font-weight: 100;
    top: 8px;
    right: 15px;
    position: absolute;
    outline: 0;
    transition: all 0.3s ease 0s;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 3px 6px 9px 0px rgba(15, 36, 60, 0.20);
    -o-box-shadow: 3px 6px 9px 0px rgba(15, 36, 60, 0.20);
    box-shadow: 3px 6px 9px 0px rgba(15, 36, 60, 0.20);
}
.modal-content .modal-header-error {
    text-align: center;
    margin: 0 0 30px 0;
    cursor: default;
    color: #eb5635;
    font-size: 14px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 26px;
    padding: 15px 0;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-body {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    border-radius: 5px;
}
.modal-body header {
    margin-top: 3em;
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
}
.modal-body header h2 {
    margin: 0;
    color: #0081D9;
    font-weight: 100;
}
.modal-body header h5 {
    font-size: 16px;
    color: #0081D9;
    margin: 8px 0 2em 0;
    font-weight: 400;
}
.modal-footer {
    padding: 15px 15px 0 15px;
    text-align: center;
    border-top: none;
    margin: 0 auto;
}
#signup-form-wrapper .btn-form {
    margin-top: 0;
    margin-bottom: 3em;
}
.input-group {
    margin: 0 auto;
    width: 400px;
}
.input-container {
    margin-bottom: 15px;
}
.form-control {
    border-radius: 0;
    padding: 25px 15px;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 3px 6px 9px 0px rgba(15, 36, 60, 0.20);
        box-shadow: 3px 6px 9px 0px rgba(15, 36, 60, 0.20);
    }
    .modal-sm {
        width: 300px;
    }
}
.input-container.error .above-input-error,
.checkboxes.error .above-input-error {
    display: block;
}
.above-input-error {
    position: absolute;
    display: none;
    padding: 8px 12px;
    background-color: rgba(235, 86, 53, 1.0);
    top: 105px;
    left: 100%;
    margin-left: 12px;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
}
.above-input-error:after {
    content: '';
    position: absolute;
    top: 12px;
    left: -6px;
    height: 14px;
    width: 20px;
    background-color: rgba(235, 86, 53, 1.0);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.help-block{
  text-align: center;
}
.message-padding {
  padding-top: 15px;
}

/*** FOOTER ***/

.footer {
    height: 250px;
    top: 2em;
    position: relative;
}

.footer-link {
    font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    margin-bottom: 0;
    color: #17527F;
}

.footer-logo {
  margin-bottom: 2em;
}

.footer li {
    padding-left: 2em;
}

.one-liner {
    width: 23em;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.logo-links {
    z-index: 2;
    top: 3em;
    padding-left: 0;
    padding-right: 0;
}

.navbar-center {
    text-align: center;
    padding-left: 0;
    margin-bottom: 5em;
}

.navbar-center>li {
    float: none;
    display: inline;
    margin: 15px;
}

.navbar-center>li>a {
    display: inline-block;
}

/*.cityscape {
    position: absolute;
    top: 5em;
    width: 100%;
    z-index: -1;
}*/

.navbar-subpage-footer {
    background-color: #F6F6F6;
    margin-bottom: 0;
    margin-top: 4em;
}

.built-in {
    margin-top: 1em;
}

.built-in-heart {
    top: 4px;
    padding-right: 3px;
}

/*** MEDIA QUERIES ***/

@media (max-width: 1199px) {
    .hero {
      margin-top: 3.9em;
    }
    .headline {
      margin-top: 0.5em;
    }
    .team-bio {
      display: none;
    }

    .navbar-subpage {
        margin-bottom: 1.5em;
    }
    .navbar-scroll-custom {
    		transform: translateY(-65px);
    		transition-duration: 0.6s;
    }
}
/*** CHANGE BREAKPOINT FOR NAV HAMBURGER BUTTON ***/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-brand img {
      width: 150px;
      margin-top: 1px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        text-align: center;
        border-top: 2px solid #F9EFD0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav>li:first-child {
        padding-top: 10px;
    }
    .collapse.in{
        display:block !important;
        /* margin-bottom: 2em; */
    }
    .carousel {
        margin-top: 79px;
    }
    /* .navbar-nav>li {
        border-top: 1px solid #f5f5f5;
    }
    .navbar-nav>li:first-child {
        border-top: 0;
    } */
    ul.nav li:last-child a {
        padding-right: 15px;
    }
    /*** START FOOTER NAV TOGGLE ***/
    .navbar-center {
        display: none;
    }
}
/*** END CHANGE BREAKPOINT FOR NAV HAMBURGER BUTTON ***/

/*** CAROUSEL BREAKPOINTS ***/

@media (max-width: 1250px) {
    .carousel-inner > .item {
        height: 400px;
    }
}

@media (max-width: 1100px) {
    .carousel-inner > .item {
        height: 350px;
    }
    .carousel-caption {
        margin-top: 50px;
    }
    .carousel-caption h1 {
        font-size: 60px;
    }
    .carousel-caption p.lead,
    .carousel-caption h2.lead {
        margin-top: 0.5em;
    }
    img.carousel__headline-image {
        height: 4em;
    }
    .contact-btn {
        margin-top: 1em;
    }
    .get-started-btn {
        margin-top: 1em;
        margin-left: 0.25em;
    }
}

@media (max-width: 991px) {
/* header changes to mobile version
with different heights*/
    .carousel-caption p.lead {
        font-size: 1em;
    }

@media (max-width: 951px) {
    .carousel-inner > .item {
        height: 320px;
    }
}

@media (max-width: 875px) {
    .carousel-inner > .item {
        height: 300px;
    }
}
@media (max-width: 815px) {
    .carousel-inner > .item {
        height: 275px;
    }
    .carousel-caption {
        margin-top: 10px;
    }
    .carousel-control {
        display: none;
    }
    .carousel-inner > .item > img {
        display: none;
    }
    .carousel-indicators.mobile-only {
        display: block;
        bottom: -2px;
    }

}
@media (max-width: 675px) {
    .carousel-caption h1 {
        font-size: 50px;
    }
}
@media (max-width: 550px) {
    .carousel .item {
        height: 250px;
    }
    .carousel-caption {
        max-width: 100%;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption p.lead {
        font-size: 0.8em;
    }
    .contact-btn {
        font-size: 1em;
        width: 150px;
        padding: 5px 10px;
    }
    .get-started-btn {
        font-size: 1em;
        width: 150px;
        padding: 5px 10px;
    }
}
@media (max-width: 375px) {
    .carousel-caption h1 {
        font-size: 30px;
    }
    .contact-btn {
        font-size: 0.8em;
        width: 110px;
        padding: 2px 10px;
    }
    .get-started-btn {
        font-size: 0.8em;
        width: 110px;
        padding: 2px 10px;
    }
}

/*** ALL OTHER BREAKPOINTS ***/

@media (min-width: 1200px) {
    #terminal-link-list {
      width: 80%;
      margin: .25em auto .75em;
      text-align: center;
    }
    .navbar-nav ul {
      display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #terminal-link-list {
      width: 100%;
      margin: .25em auto .75em;
      text-align: center;
    }
    .join-btn {
      margin-left: 0;
    }
}

@media (max-width: 991px) {
    #terminal-link-list {
      width: 80%;
      margin: .25em auto .75em;
      text-align: center;
    }
    .navbar-brand {
      padding: 21px 34px 40px 15px;
    }
    .sql-entry {
      display: block;
    }
    .footer {
      height: 25em;
    }
    .footer-nav {
      text-align: center;
      margin-left: 0;
    }
    /* .cityscape {
      margin-top: 12em;
    } */
    .copyright {
      margin-top: 0;
    }
}

@media (max-width: 991px) {
    .seven-five-width {
      width: 80%;
    }
    .five-five-width {
      width: 100%;
      margin: 0 auto;
    }
    .navbar-nav {
      text-align: center;
    }
    .navbar-collapse {
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .headline {
      font-size: 28px;
      text-align: center;
      margin-top: 0.5em;
    }
    .subhead {
      font-size: 17px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 1em;
      margin-top: 1em;
    }
    .responsive-center {
      text-align: center;
    }
    .scale-SQL {
      margin-top: 3em;
      margin-bottom: 3.25em;
    }
    .database-row {
      margin-top: -1em;
    }
    .use-cases {
      margin-bottom: 4em;
    }
    .database-traits {
      padding-top: 2em;
      padding-bottom: 2.25em;
    }
    .database-trait-item {
      margin-bottom: 1em;
    }
    .key-features {
      background-color: #F6F6F6;
      padding-top: 3em;
      padding-bottom: 2.5em;
    }
    .key-features-column {
      margin-top: -0.75em;
    }
    .key-features-title-section {
      margin-top: -0.75em;
      margin-bottom: 2em;
    }
    .postgresql {
      padding-top: 2em;
      padding-bottom: 1.5em;
    }
    .postgresql-feature {
      margin-bottom: 2.25em;
    }
    .tools-third {
      padding-top: 2em;
      padding-bottom: 2.25em;
    }
    .third-party-logos li {
      /* margin-left: 0; */
    }
    .speech-bubble {
      width: 85%;
      background-color: #ffffff;
      border-radius: 50px 50px 50px 5px;
      margin-top: 4em;
      margin-bottom: 3.75em;
      padding-top: 3em;
      padding-bottom: 3.5em;
      display: block;
    }
    .testimonial-logo {
      margin-top: 2.75em;
    }
    .testimonial-copy {
      margin: 0 auto;
    }
    .blog-presentation {
      margin-top: 1.5em;
    }
    .footer-logo {
      margin: 0 auto 2em;
    }
    .footer {
      text-align: center;
      height: 14em;
    }
    .footer li:first-child {
      padding-left: 0;
    }
    .copyright {
      margin-bottom: 4em;
    }
    .footer-nav {
      margin: 0 auto;
      width: 90%;
    }
}
@media (min-width: 768px) {
    .team-member {
        margin-bottom: 2em;
    }
    h1 {
        font-size: 75px;
    }
}
@media (max-width: 767px) {
    h2, h3 {
      font-size: 40px;
    }
    .postgresql-title {
      margin-bottom: 0.5em;
    }
    .use-cases__title {
      margin: 2em 0 .5em 0;
    }
    .query-row {
      margin: 20px 0 0 0;
    }
    .no-mobile {
      display: none;
    }

    #queries__link-list {
        width: 100%;
    }
    .full-width-copy {
      width: 100%;
    }
    .team-member {
      margin-bottom: 2em;
    }
    .team {
      margin-top: 0;
      margin-bottom: 2em;
    }
    .team-row {
        margin-bottom: 0;
    }
}
@media (max-width: 685px) {
    .terminal-content {
        font-size: 14px;
    }
}
@media (max-width: 675px) {
    #terminal-link-list {
      width: 90%;
    }
    .footer-site-description {
      font-size: 17px;
    }
}
@media (max-width: 662px) {
    .connect-tools {
      display: block;
    }
    .third-party-logos li {
      margin-left: 0;
    }
    .one-liner {
      width: 100%;
      font-size: 17px;
    }

@media (max-width: 600px) {
    .terminal-content {
        font-size: 13px;
    }
}
@media (max-width: 550px) {
    #terminal-link-list {
      width: 95%;
  }
}
@media (max-width: 555px) {
    .terminal-content {
        font-size: 12px;
    }
}

@media (max-width: 513px) {
    .terminal__footer-links {
      display: none;
    }
    .terminal {
      background-color: #292f3e;
    }
    .terminal-content {
        font-size: 0.7em;
        height: 100%
    }
    .team-title {
      font-size: .75em;
      padding-top: 0;
    }
    .team-position {
      font-size: .75em;
      margin-top: 0;
    }
    .testimonial-copy {
      font-size: 21px;
      line-height: 28px;
    }
    .name-quote {
      font-size: 21px;
    }
    .testimonial-logo {
      width: 125px;
      margin: 1.5em auto 0;
    }
    .input-group {
      width: 80%;
    }
}
@media (max-width: 450px) {
    .query-row {
        width: 100%;
    }
    #use-cases__list {
        height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #use-cases__list li {
        line-height: 1em;
        font-size: 0.85em;
    }
}
@media (max-width: 413px) {
    .join-btn {
      margin-bottom: 3em;
      margin-left: 0;
      width: 75%;
    }
    .terminal {
      height:22em;
    }
}
@media (max-width: @screen-xs) {
  body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
  body{font-size: 14px;}
}

@media (max-width: 345px) {
    #use-cases__list li {
        font-size: 0.6em;
    }
}
