@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
html {
}
body {
    color: #290d0d;
    background-color: #f7f8ee;
    font-family: Helvetica, sans;
    font-size: 24px;
    margin: 0px;
}
div {
    overflow: auto;
}
.lang {
    width: 40px;
    border: 1px solid #aaa;
    margin: auto;
    padding: 8px;
    overflow: auto;
    background-color: #e1e5e090;
    position: absolute; 
    top:102%;
    right: 2%;
    text-align: center;
}
.mainbox {
    width: 70%;
    height: 120px;
    border: 1px solid #aaa;
    margin: auto;
    padding: 8px;
    overflow: auto;
    background-color: #e1e5e090;
    position: absolute; 
    top:25%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.title {
    margin-top: 5px;
    margin-bottom: 12px;
    font-size: 220%;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.page {
    height: 100vh;
    width: 99vw;
}
.bgim {
    background: url(shnayders-000.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content {
    width: 90%;
    padding: 20px;
    margin: auto;
    max-width: 1200px;
}
.inst {
    font-weight: bold;
    color: #c26a33;
}
.instim {
    display: block;
    width: 100%;
}
.instimd {
    display: inline-block;
    text-align: center;
    padding: 10%;
    width: 28%;
}
.caption {
    margin: 7px;
}
@media (max-width: 979px) {
    .title {
        margin-top: 3px;
        margin-bottom: 8px;
        font-size: 160%;
    }
    .mainbox {
        height: 100px;
    }
    body {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .title {
        margin-top: 2px;
        margin-bottom: 5px;
        font-size: 120%;
    }
    .mainbox {
        height: 80px;
    }
    body {
        font-size: 16px;
    }
}
