@import url('https://fonts.googleapis.com/css2?family=Graduate&display=swap');
body {
    font-family: 'Sanchez', serif;
    background-image:url('/images/background.jpg');
    background-attachment: fixed;
    background-size: contain;
}
.container{
    background-image:url('/images/backtrain.png');
    background-size: cover;
    max-width: 95%;
    background-color:white;
}

.logo {
    max-width: 85%;
    display: block;
    margin: 0 auto 2rem;
}
h1, h2, h3, h4, h6 {
    text-align: center;
    font-family: 'Graduate', sans-serif;
    line-height: 1.8rem;
}
h1{ 
    font-size: 2rem;
}
h2, h3{
    font-size: 1.5rem;
}
h4 {
    font-size: 1.2rem;
}
h5{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3rem;
    max-width: 300px;
    display: block;
    margin: 1rem auto 2rem;
}
.golden {
    background: #b28a08;
}
.dark {
    background: #2c2c2c;
}
.a-block {
    display: block;
    text-align: center;
    margin: .5rem auto;
    color: #fff;
    max-width: 330px;
    padding: .8rem 1rem;
    border-radius: .5rem;
}
.small-block{
    margin-top: 2rem;
}
.full-block {
    padding: .8rem 2rem;
}
.countdown{
    display: block;
    margin: 2rem auto 1rem;
    max-width: 295px;
}
.hr{
    margin: 1rem 0;
    height: 5rem;
    background-image: url('/images/hr.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.large-font{
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.small-font{
    font-size: .7rem;
    line-height: 1rem;
}
.inner-block {
    margin: 2rem auto;
    display: block;
    max-width: 280px;
}
.form {
    display: block;
    max-width: 90%;
    margin: 1rem auto;
}
.input {
    background: #b28a08;
    color: #fff;
}
.mfooter{
    clear: both;
    margin: 2rem 1rem .1rem;
    height: 9rem;
    background-image: url('/images/mobile_down.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
a.vmap {
    color: #fff;
    text-decoration: underline;
}
a.vmap:hover {
    color: black;
}
@media only screen and (min-width: 769px) {
    .container {
        max-width: 790px;
    }

    .logo {
        max-width: 600px;
        display: block;
        margin: 2rem auto 2rem;
    }
    h1, h2, h3, h4 {
        line-height:3rem;
    }
    h1{ 
        font-size: 3rem;
    }
    h2, h3{
        font-size: 2.5rem;
    }
    h4 {
        font-size: 2.2rem;
    }
    h5{
        font-size: 2rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        max-width: inherit;
    }
    .a-block {
        margin: 2rem auto;
        max-width: 85%;
        padding: 1rem 2rem
    }
    .small-block {
        max-width: 450px;
        font-size: 1.2rem;
    }
    .full-block {
        max-width: 73%;
        font-size: 1.4rem;
    }
    .countdown{
        margin: 3rem auto;
        max-width: 427px;
    }
    .hr{
        margin: 1rem 0 2rem;
        height: 13rem;
        background-size: 100%;
        background-position: 50% 50%;
    }
    .large-font{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .small-font{
        font-size: .9rem;
        line-height: 1.1rem;
    }
    .inner-block {
        margin: 3rem auto 0;
        max-width: 5000px;
    }
    .form {
        max-width:70%;
        margin-bottom: 10rem;
    }
    .input {
        height: 3rem;
    }
}