@font-face {
    font-family: 'lt_kairegular';
    src: url('../fonts/ltkai-1-webfont.woff2') format('woff2'),
         url('../fonts/ltkai-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'lt_kairegular', "Baloo Bhai 2", sans-serif;
    color: #000;
    background: #f7f4ed;
}

.superpwa-sticky-banner .superpwa-stky-blk {
    padding: 0 !important;
}

.superpwa-sticky-banner .superpwa-stky-blk h2 {
    line-height: 30px;
}

.bottom-margin {
    margin-bottom: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ;
    color: #837363;
    font-weight: 900;
    text-transform: lowercase;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

h3 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 40px;
}

.sub_heading {
    padding-top: 50px;
    font-size: 150px;
    line-height: 150px;
    color: #837363;
}
@media (max-width: 1400px) {
    .sub_heading {
        padding-top: 43px;
        font-size: 130px;
        line-height: 130px;
    }
}
@media (max-width: 1200px) {
    .sub_heading {
        padding-top: 35px;
        font-size: 105px;
        line-height: 105px;
    }
}
@media (max-width: 990px) {
    .sub_heading {
        padding-top: 27px;
        font-size: 80px;
        line-height: 80px;
    }
}
@media (max-width: 768px) {
    .sub_heading {
        padding-top: 20px;
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 576px) {
    .sub_heading {
        padding-top: 5px;
        font-size: 11vw;
        line-height: normal;
    }
}

a,
a:hover,
a:visited {
    color: #7a530e;
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
}

button {
    padding: 0 !important;
    width: 100%;
    border: none !important;
    background: #f7f4ed;
}

img {
    width: 100%;
    height: auto;
}

#home_top {
    margin: 0 auto;
    width: 80%;
    border-top: 60px solid #f7f4ed;
}

#home_left_right_holder {
    margin: 0 auto;
    width: 80%;
}

#home_left,
#home_right {
    float: left;
    margin: 90px 10px 0 10px;
    width: calc(50% - 20px);
}

/*#home_bottom {
    position: relative;
    display: none;
}*/

#cup_holder {
    margin: 15px auto 60px auto;
    width: 80%;
}

#qrr-container {
    color: #f5992a;
    transform: rotateY(180deg);
    display: none;
}

canvas#qrr-canvas {
    display: block;
    margin: 30px auto;
    width: 90%;
    height: auto;
    border-radius: 100px;
}

.stamp_holder {
    display: inline-block;
    margin: 0 0 2px 0;
    width: 32%;
    height: auto;
    background-image: url(../img/sin_stamp.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.stamp_holder.wide {
    width: 64%;
    background: none;
}

#eurest_logo {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 80px;
    height: 80px;
}

#now {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 10px 8px 10px;
    width: 100%;
    font-family: "Baloo Bhai 2", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #736758;
    opacity: 0.75;
    z-index: 9002;
}

svg#footer_raven {
    height: 47px;
}

#footer_middle {
    margin-top: 8px;
}

#footer_right svg {
    margin-top: 7px;
    width: 30px;
}
