/* Myllo custom styles */
/* ==========================
/* ==========================
/* ==========================
   MYLLO CUSTOM THEME
========================== */

/* Make the homepage wider */
.page_split{
    max-width:1000px;
    margin:0 auto;
    gap:100px;
    align-items:center;
}

/* Make the image take more space */
.page_split > div:first-child{
    flex:1.8;
}

/* Make the text take a little less */
.abstract{
    flex:1;
    font-size:1.2rem;
    line-height:1.7;
}

/* Hero image */
.home_image {
    height: 12rem !important;
    overflow: hidden !important;
    border-radius: 13px;
}

.home_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 65% !important;
    border-radius: 13px;
}
}

/* Smaller artist name */
.abstract h1{
    font-size:2.5rem;
    line-height:0.95;
    margin-bottom:25px;
}

/* Background */
html,
body,
main{
    background-color:transparent !important;
}

body{
    background-image:url("./background.JPG") !important;
    background-size:cover !important;
    background-position:center top !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
}

/* ==========================
   HOMEPAGE LINKS
========================== */

.myllo-link-group{
    margin-top:1.4rem;
}

.myllo-link-heading{
    font-size:0.7rem;
    letter-spacing:0.18em;
    text-transform:uppercase;
    opacity:0.6;
    margin-bottom:0.35rem;
}

.myllo-link-row{
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.1rem;
}

.myllo-link-row a{
    font-size:1rem;
    text-decoration:none;
}

.myllo-link-row a:hover{
    text-decoration:underline;
}