﻿h2 {
    padding-top: 1.5em;
}

.description {
    margin-bottom: 2.5em;
}

.hero-image {
    background-image: url('../images/shutterstock_1752957830_small.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-body .title {
    color: white;
    font-size: 5em;
    margin-left: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 20px 0px 20px;
    margin-right: 200px;
}

.hero-body .subtitle {
    color: white;
    font-size: 3em;
    margin-left: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 20px 10px 20px;
    margin-right: 200px;
}

.hero-body .buttons {
    margin-left: 200px;
}

.i-title {
    position: relative;
    white-space: nowrap;
}

    .i-title:before {
        content: "ı";
        position: absolute;
        color: white;
        white-space: nowrap;
    }

.i {
    position: relative;
    white-space: nowrap;
}

    .i:before {
        content: "ı";
        position: absolute;
        color: var(--bulma-content-heading-color);
        white-space: nowrap;
    }

.dot:before {
    content: "•";
    position: relative;
    margin-right: 4px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.yellow {
    color: #FFC900;
}

.screenshot {
    border: 1px solid black;
}

#cookies-notification {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 14em;
    visibility: hidden;
}

@media only screen and (max-width: 1024px) {
    h2 {
        padding-top: 0.5em;
    }

    .hero-body .title {
        color: white;
        font-size: 2.5em;
        margin-left: 5px;
        padding: 0px 5px 0px 5px;
        margin-right: auto;
    }

    .hero-body .subtitle {
        color: white;
        font-size: 1.5em;
        margin-left: 5px;
        padding: 0px 5px 5px 5px;
        margin-right: auto;
    }

    .hero-body .buttons {
        margin-left: auto;
    }

    .hero-body .title-signup {
        margin-left: 5px;
    }
}
