/* PRLogoCom.mjs component style definitions */


.pr-parent-container {
    margin-right: 0 auto;
    width: 100%;
 }

.pr-content-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
}

.pr-logo-container {
    /* width: 118px;
    height: 140px; */
    padding: 0 .5rem;
}

.pr-text-container {
    padding: 0;
}

.pr-logo-img {
    width: 118px;
    height: auto;
}

.pr-logo-font {
    font-family: Cabin, "Noto Sans";
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #fafafa;
}



@media (min-width: 600px) {
    
} /* end min-width: 600px */

@media (min-width: 800px) {
    .pr-logo-img {
        width: 75px;
        height: auto;
    }

    .pr-logo-font {
        font-size: .95rem;
    }
} /* end min-width: 800px */

@media (min-width: 992px) {
    .pr-logo-img {
        width: 118px;
        height: auto;
    }

    .pr-logo-font {
        font-size: 1.25rem;
    }
} /* end min-width: 992px */


@media (min-width: 1200px) {
    .pr-logo-img {
        width: 118px;
        height: auto;
    }

    .pr-logo-font {
        font-size: 1.25rem;
    }
} /* end min-width: 1200px */