/* Boring pages styles */

/* Page title, intro text  */
/* ------------------------- */
.page_heading {
    margin-top: 15%;
    background-image: url("https://static.igem.wiki/teams/4440/wiki/wiki/sun-path-stars.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-bottom: 15%;
}

.page-header {
    /* padding-top: 10%;
     */
    margin-top: 10%;
    text-align: center;
    font-size: 6.5vw;
    color: transparent;
    font-weight: bold;
}

.hr-divider {
    border: 1px solid white;
    opacity: 1;
    margin-top: 2%;
    margin-bottom: 2%;
}

.arc-divider {
    display: flex;
    justify-content: center;
}

.arc-divider > img {
    height: 30%;
    width: 30%;
}

/* ------------------------- */

/* TEXT  */
/* ------------------------- */
.text-section {
    margin-bottom: 5%;
    /* padding-bottom: 8%; */
}

.reference-before-section {
    margin-bottom: 0;
}

.section-header {
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 2.5rem;
    color: white;
    text-align: center;
}

.section-text {

    color: white;
    font-size: 1.5vw;
    text-align: justify;
    /* margin-bottom: 5%; */
    /* line-height: 110%; */
}
/* ------------------------- */

/* IMAGES, FIGURES  */
/* ------------------------- */
.text-image-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.img-wrapper {
    /* huj */
    /* margin-top: 3%; */
    margin-bottom: 5%;
}

.table-wrapper {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-top: 3%;
    margin-bottom: 3%;
    align-items: flex-start;
}

.table-desc {
    font-size: 1.1vw;
    color: white;
    margin-bottom: 2%;
    margin-top: 1vh;
    /* align-self: flex-start; */
}

.fig-wrapper {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-top: 3%;
    margin-bottom: 3%;
    align-items: flex-start;
}

.fig-desc {
    font-size: 1.1vw;
    color: white;
    margin-top: 2%;
}

/* ------------------------- */

section {
    position: relative;
}

/* REFERENCES */
.reference-text {
    color: white;
    font-size: 1.1vw;
    text-align: justify;
}

.img_style {
    box-shadow: 0 0 17px 4px #1e1e1e;
    border-radius: 25px;
    background-color: white;
    /* fcf8e6 */
    padding: 1vw;
    /* padding: 0; */
}

.text-text-row {
    display: flex;
    flex-direction: row;
}
