﻿.features > .feature:nth-of-type(7n+1) .header { color: #f40; color: #f30; }
.features > .feature:nth-of-type(7n+2) .header { color: #f80; }
.features > .feature:nth-of-type(7n+3) .header { color: #fb0; }
.features > .feature:nth-of-type(7n+4) .header { color: #cf0; }
.features > .feature:nth-of-type(7n+5) .header { color: #4f0; }
.features > .feature:nth-of-type(7n+6) .header { color: #0fb; }
.features > .feature:nth-of-type(7n+7) .header { color: #0df; }

.image-container
{
    min-width: 200px;
    max-width: 1000px;
    min-height: 200px;
    max-height: 1000px;
    margin: auto;
    margin-top: 42px;
    margin-bottom: 42px;
    display: flex;
    justify-content: center;
}

    .image-container img
    {
        max-width: 300px;
    }

.image-cover
{
    background-color: rgba(255,255,255,0.02);
}

    .image-cover:hover
    {
        background-color: rgba(255,255,255,0.04);
    }

textarea:disabled
{
    background-color: rgba(255,255,255,0.01);
    pointer-events: none;
}
