@font-face {
    font-family: SteinbeckRegular;
    src: url("/font/steinbeck_regular.otf") format("opentype");
}

@font-face {
    font-family: GtEestiProLight;
    src: url("/font/gt_eesti_pro_light.otf") format("opentype"),
    url("/font/gt_eesti_pro_light.woff") format("woff"),
    url("/font/gt_eesti_pro_light.woff2") format("woff2");
}

.hide {
    display: none;
}

.logo {
    width: 306px;
    margin: 0 auto 10px auto;
}

input, textarea {
    font-family: 'SteinbeckRegular', cursive;
    font-size: 20px;
}

body {
    font-family: 'SteinbeckRegular', cursive;
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
    background-color: #f5eedc;
}

body.bg {
    /*
    background-image: url("/images/photo.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #6c6f75;
    */
}

.fill {
    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
    z-index: 10;
    */
}

.top {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 20;
    position: relative;
}

body.bg .top {
    /*color: #ffffff;*/
}

.top div {
    margin-bottom: 20px;
    text-align: center;
}

.top div:first-child {
    font-weight: 700;
}

div.buttons {
    text-align: center;
    z-index: 30;
    position: relative;
}

div.buttons a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 30px auto;
    width: 280px;
    border: 2px solid #353535;
    padding: 10px 10px 7px 10px;
    line-height: 25px;
    background: none;
    color: #353535;
    font-weight: 700;
    font-size: 18px;
}

body.bg div.buttons a {
    /*border-color: #ffffff;
    color: #ffffff;*/
}

div.buttons div {
    width: 300px;
    margin: 0px auto 30px auto;
    /*color: #ffffff;*/
}

table.star {
    width: 100%;
    margin: 40px 0;
}

table.star td {
    width: 20%;
    text-align: center;
}

.feedback div {
    margin-bottom: 20px;
}

.feedback label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.feedback div input[type='text'],
.feedback div input[type='tel'] {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #353535;
}

.feedback div textarea {
    width: 100%;
    height: 175px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 2px solid #353535;
}

.feedback input[type='submit'] {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 390px;
    border: 2px solid #353535;
    padding: 10px 5px 7px 5px;
    line-height: 25px;
    background-color: #ffffff;
    color: #353535;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}