:root {
  --style-color: #9c6117;
  --font-size-large: 1.2rem;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    font-family: "Segoe UI", sans-serif;
    /* background-image: url("../images/content/bg-c.jpg");
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; */
}
.btn-primary {
    background-color: var(--style-color);
    border: none;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
}
.btn-primary:hover {
    background-color: var(--style-color);
}
.to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 10;
    display: none;
}
.showbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
section {
    margin: 1rem 1rem 0 1rem;
    @media (min-width: 992px) {
        margin: 0 10rem;
        background-color: #6b3d02;
    }
}
.container {
    padding: 0;
}
ul {
    list-style: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
h1 {
    text-transform: uppercase;
    font-family: "Protest Riot", sans-serif;
    font-size: 3rem;
    padding: 1rem 0;
    margin-bottom: 0;
    color: var(--style-color);
    background-image: url("../images/content/coffe_bg.jpg");
    /* background-repeat: repeat-y;
    background-attachment: fixed; */
    background-position: center;
    background-size: contain;
    @media (min-width: 992px) {
        font-size: 10rem;
        padding: 0;
        margin: 4rem 0;
        background-image: unset;
    }
}
p {
    color: #000;
    font-size: 1.5rem;
    line-height: 24px;
}
@media (min-width: 992px) {
    p {
        font-size: 2rem;
    }
}
.showbtn {
    display: block;
}
header {
    background-color: rgba(47, 23, 15, 0.9);
}
.page-header_logo {
    min-height: 4rem;
}
.page-header_logo .page-header_logo-title span {
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--style-color);
}
.navbar-nav .nav-link.active {
    color: var(--style-color);
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}
.navbar-nav .nav-link:hover {
    color: var(--style-color);
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler .span-burger {
    display: block;
    width: 2.5rem;
    height: 0.4rem;
    background-color: var(--style-color);
    border-radius: 0.2rem;
}
.navbar-toggler .span-burger:nth-child(2) {
    margin: 0.4rem 0;
}
.cta {
    background-color: #eddbc5;
    padding-top: 1rem;
    max-width: 1120px;
}
@media (min-width: 768px) {
    header {
        padding: 1.5rem 0;
    }
    .navbar-nav .nav-link.nav-link {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .cta-inner {
        position: relative;
        padding: 1rem;
    }
    .cta-inner::before {
        display: block;
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: 0px;
        left: 0px;
        border-top: 1px solid #4b4b4b;
        border-left: 1px solid #4b4b4b;
    }
    .cta-inner::after {
        display: block;
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        right: 0px;
        bottom: 0px;
        border-right: 1px solid #4b4b4b;
        border-bottom: 1px solid #4b4b4b;
    }
}
.martop {
    margin-top: 1.5rem;
}
@media (min-width: 992px) {
    .martop {
        margin-top: 6rem;
    }
}
.intro-text {
    background-color: #eddbc5;
}
.section-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #292929;
}
.section-heading .section-heading-lower {
    font-size: 1.8rem;
    color: var(--style-color);
}
@media (min-width: 992px) {
    .intro {
        position: relative;
    }
    .intro .intro-img {
        width: 75%;
        float: right;
    }
    .intro .intro-text {
        left: 10rem;
        width: 35%;
        margin-top: 7rem;
        position: absolute;
    }
    .intro .intro-text .intro-button {
        margin-bottom: 1rem;
    }
}
@media (min-width: 1200px) {
    .intro .intro-text {
        margin-top: 12rem;
        padding: 3rem;
    }
    .intro .intro-text .intro-button {
        margin-bottom: 0;
    }
    .section-heading {
        font-size: 2.5rem;
    }
    .section-heading .section-heading-lower {
        font-size: 2rem;
    }
}
@media (min-width: 1400px) {
    .intro .intro-text {
        margin-top: 16rem;
    }
}
#kawiarnia {
    margin: 1.5rem 1rem 0 1rem;
}
.list-unstyled {
    margin-top: 2rem;
}
.list-unstyled-item {
    font-size: 1.5rem;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.list-hours li {
    font-size: 2rem;
}
.last_child {
    margin-bottom: 0;
}
.list-unstyled-item.d-flex {
    color: #000;
}
@media (min-width: 992px) {
    #kawiarnia {
        margin-top: 6rem;
    }
}
.contact-form {
    font-family: "Corbel", Arial, sans-serif;
}
.address span {
    font-size: 2rem;
    color: var(--style-color);
}
.card-image {
    overflow: hidden;
    padding-bottom: 65%;
    background-image: url("../images/content/coffee_1.jpg");
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: 0 5%;
    position: relative;
    border-radius: 0.5rem;
}
.card-heading {
    position: absolute;
    left: 10%;
    top: 15%;
    right: 10%;
    font-size: 2.5rem;
}
.card-heading small {
    color: var(--style-color);
    font-size: 2rem;
}
.action-button {
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    padding: .5rem .8rem;
    width: fit-content;
    background-color: var(--style-color);
    color: #fff;
    border: 0;
}
.action-button:focus {
    outline: 0;
}
.card-info {
    color: #4b4b4b;
}
.card-info span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}
.card-info a {
    color: #4b4b4b;
    text-decoration: none;
    font-size: 1.2rem;
}
.input-group-lg>.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: none;
    border: 1px solid lightgray;

}
@media (min-width: 1060px) {
    .page-reserve .card {
        max-width: 47%;
    }
}
.page-footer {
    background-color: rgba(47, 23, 15, 0.9);
    color: #fff;
}
.page-footer__header span {
    text-transform: uppercase;
    color: var(--style-color);
    position: relative;
    top: 0.5rem;
    left: 0;
}
.page-footer__contact-data {
    font-size: 1.2rem;
}
.page-footer__socials-link--twitter {
    margin: 0 1rem;
}
a {
    color: var(--style-color);
}
.contact-form .action-button {
    background-color: var(--style-color);
}
