.home
{
    background-color: #000;
    background-image: url("../images/open-150.jpg");
    background-position:  center 25%;
    background-repeat: no-repeat;
    background-size: 100vw 120vh;
    min-height:600px;
    max-height: 90vh;
    background-position:  10% 30%;
    /* background-size: cover; */
}
/* #open 
{
    display:flex;
    background-image: url("../images/open.jpg");
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
} */
#toptitle
{
    padding: 0 0 0 40px;
    font-family: "Monomakh","Young Serif","Noto Serif", serif;
    display:block;
    padding: 4vh 0 55vh 0;
    white-space: nowrap;
    
}
#midtitle
{
    padding: 4vh 0 55vh 0;
    font-family: 100, "Noto Serif", serif;
    font-style: italic;
    white-space: nowrap;
}
#bottomtitle
{
    padding: 4vh 0 55vh 0;
    font-family:  "Spectral SC", "Alegreya SC", serif;
    white-space: nowrap;
}
h1
{
    color: white;
    padding: 0 0 0 40px;
    position: absolute;
}