/**
 * Date: 22/10/2020
 * @author Crasman Oy <crasman@crasman.fi>
 * @author Juho Hölsä <juho.holsa@crasman.fi>
 * @see https://www.crasman.fi/en/
 */

body {
    font-family: 'Arial','Helvetica Neue',Helvetica,Arial,sans-serif;
}

p {
    font-size: 1.2rem;
    word-wrap: break-word;
}

.padding-m {
    padding: 1vh 0;
}

.refresh-button {
    color: #2eb135;
    border: 2px solid #2eb135;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 52px;
    cursor: pointer;
}

.refresh-button:hover {
    background-color: #2eb135;
    color: #fff;
}

.parent-flex.a {
    margin-top: 10vh;
}

.parent-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-flex {
    max-width: 50vw;
    text-align: left;
}

.parent-img-p {
    display: flex;
    flex-direction: row;
}

.flex-img {
    flex: 1;
}

.flex-img img {
    width: 180px;
}

.flex-p {
    flex: 2;
}

@media (min-width: 1441px) {
    .aligner-flex {
        max-width: 30vw;
    }
    .flex-img img {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .parent-img-p {
        display: flex;
        flex-direction: column;
    }
    .flex-img {
        display: flex;
        justify-content: center;
    }

}
