.text-center {
    text-align: center !important;
}

.redhenwelcomecontainer .row {
    display: flex;
    flex-wrap: wrap;
}

.redhenwelcomecontainer .col {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

img, video {
    max-width: 100%;
}

.redhenwelcomecontainer h1, .redhenwelcomecontainer h2, .redhenwelcomecontainer h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

strong {
    font-weight: 600;
}

img.rounded {
    /* important needed to override bootstrap */
    border-radius: 50% !important;
}

.col {
    min-width: 80px;
}

/* probably not going to be used very often, but helps with elements in columns on tiny widths */
@media screen and (max-width: 320px) {
    .col {
        padding-left: 3px;
        padding-right: 3px;
        min-width: 50px;
    }
}

section {
    padding-bottom: 20px;
}

.start-designing-button {
    background-color: #aacc3a;
    border: none;
    padding: 15px 25px;
    text-align: center;
    color: white;
    text-shadow: #00000066 1px 1px 1px;
    font-size: x-large;
    border-radius: 5px;
    display: block;
    margin: auto;
    line-height: 115%;
    max-width: 520px;
}

a.start-designing-button:hover, a.start-designing-button:focus
{
    color: white;
    text-decoration: none;
    background-color: #90b516;
}

#player {
    position: relative;
    /* floating button hides behind player */
    z-index: 2;
}

#playerloading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a.floating-button:hover {
    background-color: #bcd976;
    text-decoration-line: none;
    color: white;
    text-shadow: #00000066 1px 1px 3px;
}

.materials, .realizations {
    margin: 0 auto;
    justify-content: center;
    padding-top: 20px;
}

.materials {
    max-width: 500px;
}

.realizations .col {
    flex-basis: unset;
    flex-grow: unset;
}

@media screen and (max-width: 430px) {
    .realizations .col {
        width: 30%;
    }
}

@media screen and (min-width: 431px) and (max-width: 991px) {
    .realizations .col {
        width: 24%;
    }
}

@media screen and (min-width: 992px) {
    .realizations .col {
        width: 14%;
    }
}

.section-connector-arrow {
    padding: min(3vw, 20px);
    text-align: center;
}

.section-connector-arrow img {
    width: 10%;
}

.text-and-image {
    display: inline-block;
}

.text-and-image .image-left {
    width: 50%;
    padding-right: 5%;
    float: left;
}

.text-and-image .image-right {
    width: 50%;
    padding-left: 5%;
    float: right;
}

.text-and-image .text {
    display: inline;
}

.steps-tile img {
    margin-bottom: 10px;
}

#playercontrols {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
