.global {
    position: relative;
    overflow: hidden;
}
.center {
    text-align: center;
}

p {
    font-size: 1.5em;
    line-height: 1.5em;
}

svg.logo {
    width: 300px;
    padding: 30px 0 0 0;
}

.cta {
    margin: 12px 0 0 0;
}

.row.content-section {
    // margin: 100px 0 0;
    margin: 0;
    padding: 100px;
}

.bs-docs-section {
    background: #676767;
    background: linear-gradient( 135deg, rgba(17, 32, 41, 0.99), rgba(17, 32, 41, 0.8), rgba(63, 84, 177, .0) ), url('images/SH-Allygn-web-3.jpg') top center no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    // height: 470px;
    padding: 50px 0 120px;
}

.bs-docs-section h1 {
    color: white;
    margin: 100px 0 0 0;
}

.stary-note {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url(images/sky-night-space-galaxy.jpeg);
    background-size: cover;
    background-position: center;
    margin: 50px 0 0 0;
}

.hex-note,
.hex-block {
    background: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url(images/hex.jpg);
    background-size: cover;
    background-position: center;
    // margin: 125px 0 0;
    margin: 0;
    padding: 0 0 100px;
}
.hex-block {
    background: none;
    padding-bottom: 0;
}

.hex-note h1, 
.hex-block h1 {
    color: #fff;
    margin: 3em 0 1em;
}
.hex-block h1 {
    color: #333;
}
.hex-block ul {
    font-size: 1.15em;
}

.hex-note h2, .hex-note h3, .hex-note li,
.hex-block h2, .hex-block h3, .hex-block p, .hex-block li {
    color: #333;
    /*margin: 5em 0;*/
}
.hex-note p {
    color: #fff;
} 

.hex-note h3,
.hex-block h3 {
    color: #999;
}

.hex-note .row,
.hex-block .row {
    margin: 100px -15px 100px;
}

.hex-note .num,
.hex-block .num {
    height: 125px;
}

.hex-note .num svg.num-hex,
.hex-block .num svg.num-hex {
    fill: #000;
    width: 118px;
}

.hex-note .num i,
.hex-block .num i {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: .8em;
    font-size: 40px;
    font-style: normal;
    color: #12212A;
    position: absolute;
    margin: -105px 0 0 10px;
    width: 100px;
    text-align: center;
    display: block;
}

.hex-note .num i em,
.hex-block .num i em  {
    font-size: .5em;
    line-height: 0.7em;
    font-style: normal;
}

@-moz-document url-prefix() {
    .stary-note .num i {
     margin: -97px 0 0 44px;
 }
}

blockquote {
    border-left: 5px solid #142630;
}

blockquote cite {
    font-size: 1em;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #142630;
}

.sharpie {
    position: absolute;
    width: 292px;
    height: 118px;
    background-size: 292px;
    margin: 229px 0 0 0;
    z-index: -1;
    overflow: hidden;
    right: -68px;
}

.stickies {
    position: absolute;
    width: 352px;
    height: 303px;
    background-size: 352px;
    z-index: -2;
    overflow: hidden;
    right: -70px;
}

.sketches {
    position: absolute;
    background-size: 100%;
    margin: -76px 0 0 0;
    z-index: -1;
    overflow: hidden;
    left: -350px;
}

.btn i {
    padding-left: 7px;
}
.zebra {
    padding: 100px 0;
    // margin-top: 117px;
    // margin-bottom: 112px;
    background: #efefef;
}
#type-blockquotes {
    background: #fff;
    padding: 100px 0;
}

#type-blockquotes h2 {

}

.fixed-rates ul {
    padding: 0;
    font-size: 1.25em;
}
.fixed-rates li {
    list-style-type: none;
}
@media (max-width:1310px) {
    .sharpie {
        right: -150px;
    }
    .stickies {
        right: -270px;
    }
    .sketches {
        left: -420px;
    }
}
@media (max-width:991px) { 
    svg.logo {
        width: 200px;
        margin: 30px 0 0 0;
        padding:0;
    }
    .bs-docs-section {
        height: 485px;
    }
    .bs-docs-section h1 {
        margin: 50px 0 0 0;
    }
    .stary-note span {
        margin: -36px 0 0 -63px;
    }
    .stary-note {
        text-align: center;
    }
    /*.stary-note i:nth-child(1) {
        margin: 25px 0px 0px -72px;
        }*/
        .stary-note .num i {
            margin: 25px 0px 0px -74px;
        }
        .sharpie, .stickies {
            display: none;
        }
        .sketches {
            left: inherit;
            margin: 100px 0 0 -130px;
            opacity: .25;
        }
    }
    @media (max-width:700px) {
        .sketches {
            margin: 260px 0 0 -130px;
        }
    }

    @media (min-width:1823px) {
        .stary-note .num i {
            margin: 26px 0 0 -72px;
        }
    }

// Card View 
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 320px;
    height: 480px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    border: 2px solid #777;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    border: 2px solid #777;
    background: #fff;
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    border: 2px solid #777;
    background: #fff;
    transform: rotateY(180deg);
}

.back-to-home {
    margin-bottom: 50px;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

