@font-face{
    font-family: 'Mrs Eaves OT';
    /*src: url(/fonts/Jost-Regular.ttf);*/
    src: url(../fonts/MrsEavesOT-Roman.otf);
}

body{
    overflow: hidden;
}

.prehome{
    background-color: rgb(243, 220, 207);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0%;
}

.close-prehome{
    top: -250%;
    transition: 3.5s;

}

.prehome .prehome_container{
    text-align: center;
    padding: 30px;
}

.prehome .prehome_container > img{
    margin-bottom: 35px;
    max-width: 100%;
    height: auto;
}

.prehome .prehome_container > p{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #4c4c4c;
    font-family: 'Mrs Eaves OT';
    line-height: 1.5;
}

.btn.btn-black {
    background: rgb(0, 0, 0);
}

.btn.btn-brown {
    background: #6a4733;
}
.btn{
    font-size: 24px;
    font-family: 'Mrs Eaves OT';
    border-radius: 0;
    color: #fff;
    padding: 6px 50px;
    margin: 0 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    background: #70735e;
}


