main.dome-page img {
    display:block;
    /* margin:0 auto; */
}
.d-flex img {
    align-self: flex-end;
}
.dome-page h2,
.dome-page h3,
.dome-page h4{
    padding: 0 10px;
    text-align: center;
}
.dome-page h2{
    margin: 1.5em 0;
}
/* .d-flex{
    margin-top: 3em;
    margin-bottom: 3em;
} */
.dome-page p{
    padding: 0 10px;
}

.dome-page ul{
    margin: 0 1em;
}

.dome-page .lead-p {
    /* width: 70%; */
    margin: 1.5em auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
    font-style: italic;
}

.dome-page .org {
    padding: 2em;
    line-height: 1.4em;
    font-size: 1.1em;
}
.dome-page .org .quote {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fc4f27;
    padding: 1em;
    font-style: italic;
    font-weight: 800;
}


.orange-bg{
    background-color: orange;
    background-color: rgba(231,120,18,.8);
}
.black-bg{
    background-color: black;
    background-color: rgba(0,0,0,.7);
}
.white-bg{
    background-color: white;
    background-color: rgba(255,255,255,.7);
}
.white-txt{
    color: white;
}
.black-txt{
    color: black;
}


@media screen and (min-width:1000px){
    .d-flex{
        display:flex;
    }
    .d-flex-col{
        flex-direction:column;
    }
    .d-flex-row{
        flex-direction:row;
    }
    .d-flex-around{
        justify-content:space-around;
    }
    .d-flex-between{
        justify-content:space-between;
    }
    .d-flex-evenly{
        justify-content:space-evenly;
    }
    .d-flex.row-reverse {
        flex-direction: row-reverse;
    }
    .d-flex.row-reverse img {
        margin: 0 0 0 1em;
    }
    .dome-page .lead-p {
        width: 70%;
        /* margin: 1.5em auto;
        text-align: center;
        font-size: 1.5em;
        font-weight: 400;
        font-style: italic; */
    }
    .contact-info h3{
        text-align: left;
    }
    p.arrow-p{
        line-height: 2;
    }
    .hosp p:last-of-type {
        line-height: 3;
    }
    .who img,
    .row-reverse img,
    .row-normal img{
        max-width: 50%;
    }

    .desc-container{
        position: relative;
    }

    .desc {
        /* position: absolute; */
        /* bottom: 0; */
        /* width: 100%; */
        margin: 1.3em 1em 3em 1em;
        justify-content: space-between;
    }
    .desc-facil, .desc-amen {
        max-width: 45%;
        display: flex;
        flex-direction: column;
        /* justify-content: flex-end; */
    }
    .desc-facil h3, .desc-amen h3{
        /* color: #fc4f27; */
    }
    .desc-facil li, .desc-amen li{
        /* font-weight: bold; */
    }

    .d-flex.who {
        justify-content: space-evenly;
    }
    .who p {
        max-width: 300px;
    }
    .who p:nth-of-type(1) { order: 0; }
    .who p:nth-of-type(2) { order: 2; }
    .who img { order: 1; }
    main .who img {
        margin: 0;
        align-self: center;
    }


    .what {
        background-image: url(https://images.eurohoops.net/2019/12/acbe1c13-eh.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    
}