/*
.div-hom2-logo {
    width:100px;
}

.img-hom2-logo {
    width:100%;
}

.div-hom2-background {

        background-image: url("https://robertgravesonline.co.uk/frg/images/desk.jpg");
    background-position: center;
    background-size: cover;    
}

.div-hom2-grid {

    box-sizing:border-box;
    color:white;
    padding:1em;
    display:grid;
    grid-template-rows: auto 3fr auto 1fr auto 1em;
    height:100%;
background-color:rgb(0,0,0,0.3);
}


.div-hom2-text {
    font-family:'Crimson Text';
background-color:rgb(255,0,0,0);
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    padding:0 1em 0 1em;
}

.div-hom2-filler {

}

.p-hom2-fundacio {
        font-weight:bold;
    font-size:2.1em;
    line-height:1em;
    margin:0;
        text-align:center;
}

.p-hom2-rg {
        font-weight:bold;
    font-size:2.8em;
    line-height:1em;
    margin:0;
    text-align:center;
}

.div-hom2-dash {
width:9em; 
height: 1px;
background-color:white;
margin:1em 0 1em 0;
}


.div-hom2-top {
    
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
}


.div-hom2-moscas {
    display:grid;
    grid-template-columns:1fr auto 1fr;

}


.div-hom2-center {
    display:grid;
    grid-template-columns: 2fr auto 1fr;
}

.div-hom2-message {
    font-family:'Open Sans';
    width:100%;
    max-width:400px;
}


@media only screen and (max-width: 700px) {
    .div-hom2-text {
        font-size:0.9em;
    }
    
    .div-hom2-top {
        display:none;
    }
    
    .div-hom2-logo {
        width:64px;
    }
    
    
    .div-hom2-center {
    display:grid;
    grid-template-columns: 1fr auto 1fr;
}
    
}

*/