/* Utility Functions */
.content_wrapper {
    padding: 2rem 7.5rem;
    margin-top: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

@media only screen and (max-width: 915px) {
    .content_wrapper {
        padding: 2rem 1rem 2rem 1rem;
    }
}

.margin_top_2 {
    margin-top: 2rem;
}

.margin_top_0_5 {
    margin-top: 0.5rem;
}

.margin_top_1 {
    margin-top: 1rem;
}

.margin_top_4 {
    margin-top: 4rem;
}

.margin_left_2 {
    margin-left: 2rem;
}

.margin_right_2 {
    margin-right: 2rem;
}

.margin_right_1 {
    margin-right: 1rem;
}

.margin_right_0_5 {
    margin-right: 0.5rem;
}

.margin_right_3 {
    margin-right: 3rem;
}

.margin_bottom_2 {
    margin-bottom: 2rem;
}

.perception_color {
    color: #e8ab7f !important;
}

.relationship_color {
    color: #c76387 !important;
}

.development_color {
    color: #8ab28f !important;
}

.soceity_color {
    color: #8b71f6 !important;
}

.narcissism_color {
    color: #5693bf !important;
}

.perception_background_color {
    background-color: #e8ab7f;
}

.relationship_background_color {
    background-color: #c76387;
}

.development_background_color {
    background-color: #8ab28f;
}

.soceity_background_color {
    background-color: #8b71f6;
}

.narcissism_background_color {
    background-color: #5693bf;
}

.white_color {
    color: #ffffff !important;
}

.perception_decoration {
    text-decoration-color: #e8ab7f !important;
}

.relationship_decoration {
    text-decoration-color: #c76387 !important;
}

.development_decoration {
    text-decoration-color: #8ab28f !important;
}

.soceity_decoration {
    text-decoration-color: #8b71f6 !important;
}

.narcissism_decoration {
    text-decoration-color: #5693bf !important;
}

.white_color {
    color: #ffffff !important;
}

.base_anchor {
    text-decoration: none;

    font-weight: bold;
    color: #5694be;
}

.float_left {
    float: left;
}

.tile_anchor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

    border-radius: 1rem;
}

.paragraph_spacer {
    display: block;
    margin: 0.5rem;
}

.extra_bold {
    font-weight: 900;
}

.grid_span_2_columns {
    grid-column: 1/3;
}

.font_size_1_75 {
    font-size: 1.75rem !important;
}
/* Site Text Blocks */
.site_header {
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #152136;
    
    text-align: center;
}

.site_description {
    text-align: justify;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #152136;
}

@media only screen and (max-width: 915px) {
    .site_description {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

.content_description {
    font-size: 1.5rem;
    text-align: center;
    hyphens: none;
}
/* Logo Wrapper */
.logo_wrapper {
    margin-left: auto;
    margin-right: auto;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 25rem;
    gap: 0.75rem;
    justify-items: center;
    align-items: center;
}

.backlab_img {
    width: auto;
    height: 3.25rem;
}

.scholar_img {
    width: auto;
    height: 3rem;
}

.orcid_img {
    width: auto;
    height: 3.5rem;
}

.researchgate_img {
    width: auto;
    height: 3rem;
}

.osf_img {
    width: auto;
    height: 3.75rem;
}

@media only screen and (max-width: 450px) {
    .logo_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .backlab_anchor{
        grid-column: 1/3;
    }
}
/* TestParticipation Wrapper */
.test_participation_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 1rem 2rem;

    width: 100%;

    position: relative;

    border: 0.3rem solid #5694be;
    border-radius: 1rem;

    text-align: center;
}

.test_participation_wrapper:hover {
    transform: scale(1.02);
    transition-duration: 150ms;
}

.test_participation_button {
    display: inline-block;

    margin-top: 1rem;
    padding: 0.5rem 1rem;

    color: #ffffff;
    background-color: #5694be;
    border-radius: 1rem;
}
/* Book Information Wrapper */
.book_information_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 2rem;

    padding: 2rem;

    background-color: #5694be;
    border-radius: 1rem;
}

.book_information_wrapper:hover {
    transform: scale(1.02);
    transition-duration: 150ms;
}

@media only screen and (max-width: 550px) {
.book_information_wrapper {
    grid-template-columns: 1fr;
}
}
/* Book Cover */
.book_cover {
    max-width: 10rem;
    height: auto;
}
/* Research(Level2) HeaderWrapper */
.header_image {
    width: 10rem;
    height: auto;
}

.header_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    transform: translateX(-5rem);
}

@media only screen and (max-width: 786px) {

    .header_wrapper {
        flex-direction: column;
        transform: none;
    }
    }

.header_h1_font_size {
    font-size: 2.5rem;
}
/* Research(Level2) PaperWrapper */
.paper_heading_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.paper_heading_wrapper:hover {
    transform: scale(1.02);
    transition-duration: 150ms;

    text-decoration: underline;
    cursor: pointer;
}

.paper_heading_image {
    max-width: 2.5rem;
    height: auto;
}

.paper_header {
    margin-left: 0.5rem;

    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.paper_information_wrapper {
    display: none;
    margin-top: 1rem;    
    padding: 1rem 1rem 5rem 1rem;
    border-radius: 1rem;

    position: relative;
}

.paper_information_header {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}

.paper_information_paragraph {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;

    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.paper_information_anchor_wrapper {
    display: flex;
    flex-direction: column;
    align-items: left;

    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

.paper_information_anchor_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.paper_information_anchor_img {
    width: 2rem;
    height: auto;
}

.paper_information_anchor {
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.paper_information_anchor:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;

    cursor: pointer;
}

/* Media and Research Grid */
.perception {
    background: linear-gradient(#e8ab7f, #ffffff);
}

.relationship {
    background: linear-gradient(#cb6e8f, #ffffff);
}

.development {
    background: linear-gradient(#8cc894, #ffffff);
}

.soceity {
    background: linear-gradient(#ad9bfb, #ffffff);
}

.narcissism {
    background: linear-gradient(#7abce7, #ffffff);
}

.unspecific {
    background: linear-gradient(#F8E395, #ffffff);
}

.perception_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #865430;
}

.relationship_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #802647;
}

.development_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #3c523f;
}

.soceity_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #483a88;
}

.narcissism_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #1a3962;
}

.unspecific_header {
    text-shadow: 0.1rem 0.1rem 0.2rem #C89E03;
}