@charset "UTF-8";
/* to be used only in tenants/<tenant>/home.xhtml  */

.welcome-section {
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 200%;
    text-align: center;
    font-weight: unset;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.logo {     
    display: block;
    margin-bottom: 4rem;
    position: relative;
    height: 65%;
    max-width: 18rem;
}

.top {
    width: 100%;
    height: 100%;
}

.welcome-section > h1{
    margin-top: 5rem;
}

.welcome-section > div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.welcome-section > div > img:first-of-type{
    max-width: 16rem;
}

.welcome-section > div > img:last-of-type{
    max-width: 26rem;
    object-fit: contain;
    margin-left: 7rem;
}