body {
    margin: 0;
    /* border: 7px solid #201E20; */
    background-image: url(/assets/oldpaper1.jpg);
    background-size: cover;
    /* height: 100vh; */
}

.front {
    display: flex;
    justify-content: space-evenly;
}

a {
    color: inherit;
    text-decoration: none;
}

.leftside, 
.rightside {
    width: 50%;
}

.rightside img {
    height: 100vh;
    width: 100%;
}

.leftside {
    margin: auto;
    text-align: center;
}

.name {
    margin-top: 30px !important;
    width: 90%;
    margin: auto;
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 5vw;
    font-weight: bold;
    color: #761818;
}

h3 {
    line-height: 45px;
    color: #201E20;
    font-weight: bold;
}

h5 {
    font-weight: bold;
    color: #761818;
    text-align: right !important;
    margin-right: 25px;
}

.logo img {
    width: 20%;
}

.arrow {
    margin-top: 70px;
}

.arrow img {
    width: 13%;
}

.empty_space {
    display: none;
}


/*  Mobile version  */
@media only screen and (max-width: 750px) {
    
    body {
        margin: 0;
        background-image: url(/assets/oldpaper1.jpg);
        background-size: cover;
        height: 100%;
    }
    
   
    .empty_space {
        padding: 20px 0;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        height: 100vh;
        margin: auto;
        /* margin-top: 100px; */
        /* background-color: #761818; */
        background-image: url(/assets/front_image.jpg);
        background-size: cover;
        /* background-position: center;
        background-attachment: fixed; */
    }
    
    .empty_space > .title {
        font-family: 'Playfair Display', serif;
        text-align: center;
        background-color: rgba(252,246,245,0.7);
        border-radius: 2px;
        height: 80vh;
        width: 80%;
        margin: auto;
        margin-top: 7vh;
        outline: 1px solid #201E20;
        outline-offset: -20px;
        font-weight: bold;
        padding-top: 20vh;
        /* border: 2px solid blue; */
    }
     
    
    .empty_space h1 {
        color: #761818;
        font-size: 6vw;        
    }
    
    .empty_space h3 {
        line-height: 45px;
        color: #201E20;
        /* border: 2px solid red; */
    }
    
    .empty_space h5 {
        text-align: center !important;
        /* margin-left: 55px; */
        /* border: 2px solid green; */
    }












    /* .front {
        display: block;
        justify-content: space-evenly;
    }
    
    a {
        color: inherit;
        text-decoration: none;
    }
    
    .leftside, 
    .rightside {
        width: 50%;
    }
    
    .rightside img {
        height: 100vh;
        width: 100%;
    } */
    
    div {
        /* border: 1px solid blue; */
    }
    
    /* .leftside {
        margin: auto;
        text-align: center;
    }
    
    .name {
        margin-top: 30px !important;
        width: 90%;
        margin: auto;
        font-family: 'Playfair Display', serif;
    
    }
    
    h1 {
        font-size: 5vw;
        font-weight: bold;
        color: #761818;
    }
    
    h3 {
        line-height: 45px;
        color: #201E20;
        font-weight: bold;
    }
    
    h5 {
        font-weight: bold;
        color: #761818;
        text-align: right !important;
        margin-right: 25px;
    } */
    
    .logo img {
        width: 20%;
    }
    
    .arrow {
        margin-top: 70px;
        /* text-align: start;
        margin-left: 50px; */
    }
    
    .arrow img {
        width: 13%;
    }


    .front {
        display: none;
    }

}