@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');

/* Background color & fonts */
body,
body.theme-lumapps {
	font-family: 'Jost', sans-serif;
  	color: #141E29;!important
	background-image: linear-gradient(-52deg,#f8f3f1 90%,#fefeff 98%) !important;
}

/* Home Icon */
.main-nav__child--home .main-nav-item__label {
	display: none !important;
}

/* Page Titles */
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page-dark .widget-title__title{
    font-size: 42px !important;
  	font-weight: 400;
}
/* Only for Communities */
.widget--shared-titre-page .widget-title__title,
.widget--shared-titre-page-dark .widget-title__title {
    line-height: 60px !important;
}

/* 
    Footer - 2 rows 1 column
    First row has text
    Second row has 4 logos/images
*/
.custom-footer{
    background-color: #232E43;
    padding: 24px 0 0;
    overflow: hidden;
}
.custom-wrapper{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.custom-wrapper-col{
    display: flex;
    justify-content: center;
}
.custom-wrapper-col img{
    width: 22px;
    margin-top: 8px;
    border-radius: 50%;
}
.custom-wrapper-col a{
    border-radius: 50%;
    margin-right: 16px;
}
.custom-wrapper-col img:last-child{
    margin-right: 0px;
}
.custom-wrapper-col a{
    text-decoration: none;
    color: rgb(255, 255, 255);
} 
.custom-wrapper-col-logos {
    margin-top: 16px;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 24px;
    background-color: #ffffff;
}
.custom-wrapper-col-logos img {
    height: 36px;
}


@media (max-width: 40em) {
    .custom-wrapper-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
    .icons{
        display: flex;
        flex-direction: row;
    }
    .custom-wrapper-col p{
        margin-bottom: 20px;
    }
    .custom-wrapper-col img{
        width: 40px;
        border-radius: 50%;
        margin-bottom: 20px;
        margin-right: 16px;
    }
}

@media (max-width: 1280px) {
    .custom-wrapper-col-logos img {
        height: 26px;
    }
}

@media (max-width: 720px) {
    .custom-wrapper-col-logos img {
        height: 15px;
    }
}