section.hero.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
    section.hero.image {
        background-attachment: scroll;
    }
}

section.hero.image .row {
    min-height: calc(100vh - 4rem);
}

.kickstart.arrow.key { margin-top: 6rem; width: 100%; max-width: 5rem; }

section.about.work {
    background-image: url(../img/kickstart_abstraction.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.about.work .row { min-height: 100vh; }
section.about.work .column,
section.about.work .columns {
    padding: 0;
}
section.about.work .description {
    padding: 4rem;
}
section.about.work aside {
    background-color: none;
    padding: 4em 2em;
    text-align: left;
}
@media screen and (max-width: 768px) {
    section.about.work aside {
        background-color: rgb(240,240,240)
    }
}
section.about.work aside h2 {
    color: rgb(0,64,98);
    font-size: 2rem;
    text-transform: none;
    font-weight: 300;
}
section.about.work aside ul {
    margin-left: 0;
}
section.about.work aside li {
    list-style-type: none;
    color: white;
}

section.sample {
    height: calc(100vh - 5rem);
}
section.sample .sample.label {
    background-color: rgba(0,0,0,0.5);
    margin-top: 3rem;
    margin-bottom: 3rem;
}
section.sample .sample.label p {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    margin: .5em 1em;
    text-transform: uppercase;
}
section.sample div.row.image {
    margin: 0 auto;
    text-align: center;
    height: calc(100vh - 20rem);
}
section.sample div.image img {
    max-height: calc(100vh - 25rem);
    margin-bottom: 5rem;
}
section.sample figure figcaption {
    text-align: left;
}
section.sample.texture.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.sample.one {
    background: linear-gradient(
        rgba(36, 171, 226, 0.5),
        rgba(36, 171, 226, 0.5)
    ),
    url(../img/kickstart_abstraction_grey.png);
}

section.sample.two {
    background: linear-gradient(
        rgba(255, 195, 89, 1),
        rgba(255, 195, 89, 1)
    )
    /* url(../img/kickstart_abstraction_grey.png); */
}
section.sample.three {
    background: linear-gradient(
        rgba(135, 198, 98, 0.5),
        rgba(135, 198, 98, 0.5)
    ),
    url(../img/kickstart_abstraction_grey.png);
}

.banner-title {
    width:80%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.kickstart-arrow-holder {
    position:absolute;
    bottom:40px;
    text-align:center;
    width:100%;
    left:0px;
}
@media screen and (max-width: 39em) {

    #secSecondCup  .banner-title{
        width:80% !important;
        margin-left:-40% !important;
        left:50%;
        top:40%;
    }
}

.orbit-image {
    width:auto;
}
