/*
 * RAPIDS Site - Custom CSS for Jekyll Site
 * Utilizing https://purecss.io/grids/
*/

/* general */
body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

section {
    position: relative;
}

pre {
    background-color: #efefef;
    padding: 1em;
    border-top: 2px solid #720dff;
}

code {
    word-break: break-word;
    color: #363636;
}

/* pure font overwrite */
.pure-g {
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #36c9dd;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #ffb500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4 {
    color: #7306ff;
    font-weight: 300;
    letter-spacing: normal;
    font-family: sans-serif;
}

h1 {
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 0em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0em;
}


p, ol, ul {
    color: #666666;
    font-size: 1.1em;
    letter-spacing: normal;
    line-height: 1.55em;
    margin-top: 0em;
    margin-bottom: 1.6em;
}

strong {
    font-weight: 600;
}

.center-text {
    text-align: center;
}

.center {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}

.half-image {
    width: 49%;
}

.third-image {
    width: 33%;
}

.half-image-center-single {
    position: relative;
    left: 50%;
    width: 50%;
    transform: translate(-50%);
}

.full-image-center {
    width: 100%;
    margin: 0 auto;
}

.half-image-center {
    position: relative;
    left: 50%;
    width: 50%;
    transform: translate(-75%);
}

.third-image-center {
    position: relative;
    left: 33%;
    width: 33%;
    transform: translate(-50%);
}

.flex-center {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
}


/* header and nav */

nav .nav-logo img {
    position: absolute;
    width: 5em;
    top: 1em;
}

nav ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 5em;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    height: auto;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

nav ul li {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    padding: 0 0.5em;
    margin: 0;
}

nav ul li a {
    font-size: 0.95em;
    text-decoration: none;
    color: #FFF;
}

nav ul li a:hover {
    color: #a785e7;
}

nav ul li.active a {
    font-weight: 700;
}

nav .menu {
    display: none;
    color: white;
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 2em;
}

#nav-fixed {
    z-index: 999;
    top: 0;
    position: fixed;
    width: 100%;
    min-height: 3em;
    padding: 0.8em 2em;
    background-color: #7306ff;
    box-shadow: 4px 1px 11px rgba(0, 0, 0, 0.20);
}

header {
    background: url(../images/header-bg.svg) top center no-repeat;
    min-height: 400px;
    background-size: cover;
}

.header-branding {
    text-align: center;
    padding-top: 6em;
}

.header-tagline {
    text-transform: inherit;
    font-size: 2em;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

.header-logo {
    max-width: 244px;
    margin: 0 auto;
}

.header-short {
    background: url(../images/header-bg.svg) top center no-repeat;
    min-height: 230px;
    background-size: cover;
}

/* layout */
.container-padding {
    width: 100%;
    max-width: 1280px;
    /* max width! */
    padding: 0 2em;
    margin: 0 auto;
}

.block{
    display: block;
}

.pure-u-1, .pure-u-md-1-2, .pure-u-md-1-3{
    position: relative;
    z-index: 10;
}

.pure-u-md-1-3:nth-child(1) {
    padding-right: 1em;
}

.pure-u-md-1-3:nth-child(2) {
    padding-left: 1em;
    padding-right: 1em;
}

.pure-u-md-1-3:nth-child(3) {
    padding-left: 1em;
}

.pure-u-md-1-2:nth-child(1) {
    padding-right: 1em;
}

.pure-u-md-1-2:nth-child(2) {
    padding-left: 1em;
}

.slopecap-header {
    position: absolute;
    background-color: white;
    /* chrome behavior */
    z-index: auto;
    width: 100%;
    height: 20vw;
    margin-top: 4vw;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    box-shadow: 0 -3px 6px 0 rgba(0,0,0,0.2);
}

.slopecap-top-down {
    position: relative;
    /* chrome behavior */
    z-index: auto;
    width: 100%;
    height: 6vw;
    margin-top: -3vw;
    margin-bottom: -3vw;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.15);
}

.slopecap-top-up {
    position: relative;
    /* chrome behavior */
    z-index: auto;
    width: 100%;
    height: 6vw;
    margin-top: -3vw;
    margin-bottom: -3vw;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.15);

}

.slopecap-bottom-up {
    position: relative;
    /* chrome behavior */
    z-index: 1;
    width: 100%;
    height: 6vw;
    margin-top: -3vw;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}

.slopecap-bottom-down {
    position: relative;
    /* chrome behavior */
    z-index: 1;
    width: 100%;
    height: 6vw;
    margin-top: -3vw;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}

.banner-row {
    background: url(../images/banner-bg.svg) top left no-repeat;
    background-size: cover;
    border-top: 2px solid #720dff;
}

.subtitle {
    font-size: 1.4em;
    line-height: 1.2em;
}

.section-title-thirds {
    margin-bottom: 0;
}

.section-title-halfs {
    margin-bottom: 0;
}

.section-title-full {
    text-align: center;
    /* slope z-index chrome */
    position: relative;
}

.section-title-full a {
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-title-full a:hover {
    color: #ffb500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-subtitle-top-1 {
    margin-top: 1.5em;
}

.section-subtitle-top-2 {
    margin-top: 3em;
}

.padding-top-0em {
    padding-top: 0em;
}

.padding-top-1em {
    padding-top: 1em;
}

.padding-top-2em {
    padding-top: 2em;
}

.padding-top-3em {
    padding-top: 3em;
}

.padding-top-4em {
    padding-top: 3em;
}

.padding-top-5em {
    padding-top: 5em;
}

.padding-top-6em {
    padding-top: 6em;
}

.padding-top-10em {
    padding-top: 10em;
}

.padding-bottom-0em {
    padding-bottom: 0em;
}

.padding-bottom-1em {
    padding-bottom: 1em;
}

.padding-bottom-2em {
    padding-bottom: 2em;
}

.padding-bottom-3em {
    padding-bottom: 3em;
}

.padding-bottom-4em {
    padding-bottom: 4em;
}

.padding-bottom-5em {
    padding-bottom: 5em;
}

.padding-bottom-6em {
    padding-bottom: 6em;
}

.padding-bottom-10em {
    padding-bottom: 10em;
}

.margin-top-0em {
    margin-top: 0em;
}

.margin-bottom-3em {
    margin-bottom: 3em;
}

.no-tb-margins {
    margin-bottom: 0em;
    margin-top: 0em;
}

.no-margins {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

/* color helpers */
.background-darkpurple {
    background-color: #7400ff;
}

.background-purple {
    background-color: #9943ff;
}

.background-purple h1,
.background-purple h2 {
    color: white;
}

.background-purple p {
    color: #e0e0e0;
}

.background-gray {
    background-color: #f8f8f8;
}

.background-white {
    background-color: #fff;
}

.background-pink {
    background-color: #d216d2;
}

.background-blue {
    background-color: #36c9dd;
}

.background-orange {
    background-color: #ffb500;
}

.text-white {
    color: white;
}

.text-gray {
    color: #ababab;
}

.text-dark {
    color: #666666;
}

.text-purple {
    color: #9943ff;
}

.text-dark-purple {
    color: #7400ff;
}

.text-orange {
    color: #ffb500;
}

.text-blue {
    color: #36c9dd;
}

.text-pink {
    color: #d216d2;
}

.text-hade {
    color: #309287;
}


/* specific */
.intro-icons {
    width: 40px;
    height: 40px;
}

a h2:hover,
.footer-nav ul li a:hover {
    color: #9943ff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.posts-section-title {
    width: 100%;
    max-width: 1280px;
    padding: 0 2em;
}

.post-text {
    line-height: 1.2em;

}

.blog-image {
    max-height: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.tweet-text {
    line-height: 1.2em;
}

.tweet-action,
.medium-poster {
    color: #ababab;
    font-size: 0.9em;
}

#release-schedule-svg {
    width: 100%;
    padding-right: 3em;
    padding-top: 1em;
}

.api-tag,
.lib-tag {
    font-size: 0.5em;
    border: 1.5px solid #c7a1f5;
    padding: 0.3em 0.4em;
    border-radius: 0.8em;
    font-weight: 600;
    position: absolute;
    margin-left: 1em;
}

.container-logo-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.logo-flex {
    margin: 0 1.5em;
}

.logo-flex a img {
    max-width: 120px;
}

.projects-logo {
    position: relative;
    left: 50%;
    width: 350px;
    transform: translate(-50%)
}

.center-logo {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
}

.center-logo-text {
    display: block;
    text-align: center;
    font-weight: bold;
}

.projects-logo-bsql {
    position: relative;
    left: 50%;
    width: 400px;
    transform: translate(-50%)
}

.blazingsql-icon {
    text-align: center;
    width: 100%;
    font-size: 5em;
    padding-top: 0.2em;
    color: #9944ff;
    text-shadow: 1px 1px 2px #521798;
}
.image-blazingsql-benefits{
    position: relative;
    left: 50%;
    max-width: 320px;
    transform: translate(-50%)
}

/* cloud table */

.cloud-table {
    color: rgb(54, 54, 54);
    margin-top: 3em;
    margin-bottom: 5em;
    empty-cells: hide;
    width: 100%;
}

.cloud-table th {
    text-align: left;
    vertical-align: top;
    padding: 0.25em 1em 0.25em 1em;
    border-bottom: 2px solid #7306ff;
}

.cloud-table tr {
    padding: 0.5em;
    border-bottom: 1px solid #7306ff;
}

.cloud-table tr:hover {
    background-color: #efefef;
}

.cloud-table td {
    padding: 0.25em 1em 0.25em 1em;
    font-size: 0.9em;
}

/* TPC barcharts */
svg rect {
    cursor: pointer;
}

.query-margin {
    margin-bottom: 4em;
}

.query-title {
    font-weight: bold;
}

a.query-wf {
    display: block;
    padding-top: 0.3em;
    font-weight: bold;
    color: #36c9dd;
    border-bottom: 1px dotted #36c9dd;
}

.query-num-container {
    width: 100%;
}

.query-num {
    color: #222;
    text-align: center;
    font-size: 1.8em;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0em;
}

.query-subtitle-rapids {
    font-size: 0.5em;
    text-align: center;
    color: purple;
}

.query-subtitle-comp {
    font-size: 0.5em;
    text-align: center;
    color: gray;
}

.query-desc {
    font-size: 0.9em;
}

.query-source {
    font-weight: bold;
    font-size: 0.8em;
}


/* footer */
.footer-cta-main {
    color: white;
    background: #7400ff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4em;
    padding-bottom: 4em;
}

.footer-cta-main h2 {
    color: white;
    margin-bottom: 1em;
}

footer {
    background: url(../images/footer-bg.png) top center no-repeat;
    padding-top: 4em;
    padding-bottom: 3em;
    text-align: center;
}

.footer-nav ul {
    list-style: none;
    padding-left: 0;
}


.footer-nav ul li a {
    color: #7400ff;
    text-transform: uppercase;
}

.footer-logo {
    margin: 0 auto;
}

.footer-icon {
    font-size: 0.8em;
    margin-left: 0.8em;
    margin-right: 0.8em;
}

.copy-date {
    color: #a492c1;
    width: 100%;
    text-align: center;
}

.footer-help-section {
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 6em;
}

.footer-help-box {
    margin: 1em 1.5em;
}

.footer-help-box .icon {
    display: block;
    margin: 0 auto;
    padding-bottom: 0.3em;
    text-align: center;
}


/* buttons */
a.blue-btn,
.primary-btn {
    cursor: pointer;
    background: #36c9dd;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 20px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.blue-btn:hover,
.primary-btn:hover {
    background: #a785e7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;

}

/* install options selector */
/* new selector */

.selector {
    width: 100%;
}

.selector .options div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.selector .options .option-label {
    color: white;
    width: 6em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0.6em;
}

.selector .options .option {
    background: #e3e3e3;
    color: #3c3c3c;
    flex: 1 1;
    margin: 0.2em;
    padding: 0.3em;
    cursor: pointer;
    line-height: 1.5em;
    box-shadow: 2px 2px 2px rgba(10, 10, 10, 0.4);
}

.selector .options .option:hover, .selector .options .option.active:hover {
    background: #ffb500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selector .options .note code {
    background: #e3e3e3;
    color: #000000;
    padding: 0.2em;
}

.selector .options .option-blank {
    color: white;
    flex: 1 1;
    margin: 0.2em;
    padding: 0.3em;
    line-height: 1.5em;
}

.selector .options .option-blank span {
    margin: auto;
}

.selector .options .note .option-blank {
    padding: 0 1em;
    text-align: center;
}

.selector .options .option-notice {
    color: #e0e0e0;
    flex: 1 1;
    margin: 0.2em;
    padding: 0.3em;
    line-height: 1.5em;
    background: #424242;
}

.selector .options .option-notice span {
    margin: auto;
}

.selector .options .option-notice a {
    font-weight: bold;
}

i.fa-up-6 {
    position: relative;
    top: -6px;
}

i.fa-down-6 {
    position: relative;
    top: 6px;
}

.selector .options .option .svg-inline--fa {
    margin-top: 0.2em;
    padding-left: 0.3em;
}

.selector .options .active {
    background: #36c9dd;
    font-weight: 600;
    color: #424242;
}

.selector .options .active.advanced {
    background: #ffb500;
    font-weight: 600;
    color: #424242;
}

.selector .options .disabled,
.selector .options .perm-disabled {
    background: #a785e7 !important;
    color: #706880;
    cursor: not-allowed;
}

.cmd {
    display: flex;
}

.cmd-label {
    color: white;
    width: 6em;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2em;
}

.cmd-box {
    cursor: text;
    overflow: auto;
    width: calc(100% - 6em);
}

.hidden {
    display: none;
}

.noselect,
div.option,
.primary-btn,
a.blue-btn,
.primary-btn {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.selector-buttons {
    text-align: center;
    margin-top: 1em;
}

.selector-buttons a {
    margin: 0 1em;
}

.selector .context {
    display: none;
}

.selector .option.active .fas {
    color: #3c3c3c;
}

/* blog posts */
.blog-container h1, .posts-container h1 {
    margin-bottom: 0.1em;
    padding-top: 0.5em;
    border-top: 2px solid #7306ff;
}

.blog-preview-item {
    margin-top: 1em;
    margin-bottom: 3em;
    vertical-align: top;
    width: 32%;
    display: inline-block;
}

.blog-preview-item h1 {
    font-size: 1.6em;
}

.blog-preview-item:nth-child(1n+0) {
    padding-right: 1em;
}

.blog-preview-item:nth-child(2n+0) {
    padding-left: 1em;
    padding-right: 1em;
}

.blog-preview-item:nth-child(3n+0) {
    padding-right: 0em;
}

.posts-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0em 1em;
}

.posts-tag {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
}

.post-tag-item {
    display: inline-block;
    color: #7400ff;
    font-weight: 600;
    font-size: 0.9em;
    border: 1.5px solid #7400ff;
    padding: 0.25em 0.4em 0.3em 0.4em;
    border-radius: 0.8em;
    margin: 0.2em;
}

.post-tag-item:hover {
    border-color: #ffb500;
    color: #ffb500
}

.posts-container h2, .posts-container h3, .posts-container h4 {
    margin-top: 3em;
}

.post-excerpt {
    margin-top: 0em;
    margin-bottom: 0em;
}

.post-read-more {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

.posts-date {
    font-size: 1em;
    color: #ababab;
}

.posts-author {
    font-size: 1em;
    color: #ababab;
    margin-bottom: 0.5em;
}

.posts-container img {
    width: 100%;
}

.post-thumbnail img {
    width: 100%;
}

.posts-container img + em {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: gray;
    margin-bottom: 1em;
}


/* author */
.author-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0em 1em;
}

.author-image {
    width: 145px;
    height: 145px;
    display: inline-block;
    vertical-align: top;
}

.author-meta {
    min-height: 30em;
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
}

.author-name {
    margin-top: 0em;
    font-size: 2em;
}

.author-title {
    font-size: 1.4em;
    color: #ababab;
    margin-top: -1em;
}


.author-desc {
    color: #666666;
}

.author-soc {
    font-size: 1.6em;
}

.author-posts {
    font-size: 1em;
    color: #ababab;
    margin-top: 1.6em;
    margin-bottom: 0.5em;
}

.author-posts-item {
    margin-bottom: 0.5em;
}


/* _layout/short.html */
header.short {
    background: url(../images/header-bg.svg) top center no-repeat;
    padding: 34px 0 0 0;
    min-height: 304px;
    background-position-y: -334px;
}

body.short {
    margin-top: 80px;
    padding-top: 40px;
}

body.short h2 {
    padding-bottom: 30px;
}

code.tag {
    background-color: #efefef;
    padding: 0.25em 0.5em;
}


/* font awesome overrides */
.option i.fas, i.fab {
    line-height: inherit !important;
}

/* responsive screen breakpoints */
/* default is above on 1280px extra large */
/* based on https://purecss.io/grids/ */

/* 568px small */
@media only screen and (max-width: 35.5em) {

    /* selector */

    .selector .options .option-label, .selector .cmd .cmd-label {
        width: 5em;
    }

    .selector .options .option, .selector .options .option-blank, .selector .options .option-notice  {
        font-size: 0.8em;
    }

    .selector .options div, .selector .cmd {
        display: flow-root;
    }

    .selector .cmd-box {
        width: 100% !important;
    }

    .selector .preferred {
        display: none !important;
    }

    .selector pre {
        padding: 0.5em;
        font-size: 0.7em;
    }

    .selector .context {
        display: block;
        font-size: 0.9em;
        font-weight: 600;
        padding-left: 1.5em;
    }
}

/* 768px med */
@media only screen and (max-width: 48em) {

    header {
        min-height: 295px;
    }

    nav ul {
        display: block;
        text-align: center;
        margin-top: 1em;
        height: 0;
        overflow: hidden;
    }

    nav ul li {
        width: 100%;
        font-size: 1.2em;
        font-weight: 400;
        padding: 0.1em 1em;
        margin: 0;
    }

    h1 {
        font-size: 1.9em;
        line-height: 1em;
        margin: 0.5em 0em 0.5em 0em;
    }

    .header-branding {
         padding-top: 4em;
    }

    .subtitle {
        font-size: 1.2em;
    }

    nav .menu {
        display: initial;
        cursor: pointer;
    }

    .show-height {
        height: 15em;
    }

    .pure-u-md-1-3:nth-child(1) {
        padding-right: 0em;
    }

    .pure-u-md-1-3:nth-child(2) {
        padding-left: 0em;
        padding-right: 0em;
    }

    .pure-u-md-1-3:nth-child(3) {
        padding-left: 0em;
    }

    .pure-u-md-1-2:nth-child(1) {
        padding-right: 0em;
    }

    .pure-u-md-1-2:nth-child(2) {
        padding-left: 0em;
    }

    .blog-image {
        max-height: 130px;
    }

    .section-subtitle-top-1 {
        margin-top: 0em;
    }

    .half-image-center, .half-image, .half-image-single {
        width: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .third-image-center, .third-image {
        width: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .section-subtitle-top-1 {
        margin-top: 0em;
    }

    /* cloud table */
    .cloud-table {
       margin-top: 2em;
       margin-bottom: 3em;
       font-size: 0.70em;
    }

    .cloud-table th {
        padding: 0.2em;
    }

    .cloud-table tr {
        padding: 0.2em;
    }

    .cloud-table td {
        padding: 0.2em;
    }


    /* blog */
    .blog-preview-item {
        width: 100%;
    }

    .blog-preview-item:nth-child(1n+0) {
        padding-right: 0em
    }

    .blog-preview-item:nth-child(2n+0) {
        padding-left: 0em;
        padding-right: 0em;
    }

    .blog-preview-item:nth-child(3n+0) {
        padding-right: 0em;
    }

    /* author */
    .author-image {
        width: 100%;
        height: auto;
    }

    .author-meta {
        padding-left: 0em;
    }

    /* projects */

    .projects-logo-bsql {
        position: relative;
        left: 50%;
        width: 270px;
        margin: 2em 0em;
        transform: translate(-50%)
    }

    /* selector */

    .selector .options .option-label {
        width: 5.5em;
        font-size: 0.8em;
        margin-top: 0.5em;
    }

    .selector .cmd .cmd-label {
        width: 6em;
        font-size: 0.8em;
        margin-top: 1.5em;
    }

    .cmd-box {
        cursor: text;
        overflow: auto;
        width: calc(100%-6em);
    }

    .selector .options .option, .selector .options .option-blank, .selector pre, .selector .options .option-notice  {
        font-size: 0.8em !important;
    }

    .selector .options .note .option-blank {
        padding: 0 1em;
        text-align: center;
    }

}

/* 1024 large */
@media only screen and (max-width: 64em) {

    /* selector */

    .selector .options .option, .selector .options .option-blank, .selector pre, .selector .options .option-notice  {
        font-size: 0.9em;
    }
}


