body {
    background-image: radial-gradient(#333 5%, transparent 5%);
    background-color: #0d0a0f;
    background-size: .5em .5em;
    --ignite-yellow-transparent: #fec40e11;
}


.menu a.is-active {
    background-color: var(--igniteGold);
    color: black;
}

.leftside {
    color: var(--igniteGold);
}

.content a {
    color: var(--igniteGold);
}

.content a:hover {
    color: #957c2d;
}

.content {
    max-width: 70em;
    margin: auto;
}

.download_button {
    padding: .9em 1.4em;
    width: 14em;
    border-radius: .2em;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-family: ubuntu, Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 10px 3px rgb(123 16 26), 0 0 0 1.5px rgb(255 197 13), 0 19px 20px -15px rgba(255, 211, 73, .6);
    transition: all .3s;
    display: block;
    font-size: 1.3em;
    margin: 0 auto 1em;

    background-size: .5em .5em;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.download_button:hover {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 10px 3px rgb(123 16 26), 0 0 0 1px rgb(255 197 13), 0 10px 10px -7px rgba(255, 211, 73, .6);
    top: 1px;
    position: relative;

    background-image: linear-gradient(var(--ignite-yellow-transparent) 2px, transparent 2px), linear-gradient(90deg, var(--ignite-yellow-transparent) 2px, transparent 2px);
    /*background-image: linear-gradient(var(--ignite-yellow-transparent) 2px, transparent 2px), linear-gradient(45deg, var(--ignite-yellow-transparent) 2px, transparent 2px), linear-gradient(var(--ignite-yellow-transparent) 1px, transparent 1px), linear-gradient(45deg, var(--ignite-yellow-transparent) 1px, #000000 1px);*/
}

.download_button:active {
    box-shadow: .2em .2em 1.6em inset #000;
    background: #c35b00
}


.showcase-img {
    box-shadow: #fec40e2b 0 0 1em;
    margin: 2em;
    transition: all .2s;
}

.showcase-img:hover {
    transform: scale(1.005);
    box-shadow: #fec40e2b 0 0 2em;
}

.spark-words {
    text-align: left;
    padding-right: 7%;
    padding-left: 7%;
    height: 72em;
}


.about {
    font-size: 1.2em;
    padding-right: 7%;
    padding-left: 7%;
}

.spark-features > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.spark-features > div:after {
    flex: none;
    content: '';
    width: 100%;
    height: .1em;
    margin: auto;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 75%, rgba(0, 0, 0, 0) 100%);
}

.spark-features > div:nth-child(2n) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
    .spark-features > div,
    .spark-features > div:nth-child(2n) {
        flex-direction: column;
    }
}

.spark-features h3 {
    color: var(--igniteGold);
    margin-bottom:0;
}

.spark-features > div > div {
    flex: 1;
    margin: 1em;
}

.spark-features ul li {
    font-size: 20px;
    text-align: left;
}

.feature-image img {
    max-width: 100%;
}

.feature-image.rounded img {
    border-radius: .2em;
}


.spark-features > div .feature-description {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/*.spark-features>div:nth-child(2n) .feature-description {*/
/*    float: right;*/
/*}*/
/*.spark-features>div:nth-child(n) .feature-image {*/
/*    float: right;*/
/*}*/

/*.spark-features>div:nth-child(2n) .feature-image {*/
/*    float: left;*/
/*}*/

@media (max-width: 1000px) {

    .showcase-img {
        width: 90%;
        margin: 1em;
    }
}