html,
body {
    font-family: Poppins, sans-serif;
    background: white;
    background-color: rgb(57, 39, 23);
    background-image: linear-gradient(rgba(58, 40, 24, 0.94), rgba(58, 40, 24, 0.94)), url(/images/background.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}



.bg-grad {
    background-image: linear-gradient(357deg, rgba(66, 22, 8, 0.97) 0%, rgba(145, 78, 11, 0.78) 74%);
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-attachment: local;
}

.bg-wood {
    background-image: url(/images/background.jpg);
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: local;
}

.istime {
    font-size: 40pt;
    font-weight: 900;
    text-align: left;
}

.istime-smaller {
    font-size: 28pt;
    font-weight: 900;
}

nav.navbar {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background: white;
    max-width: 980px;
}

nav .navbar-nav li a {
    color: #222222 !important;
    font-weight: 500;
    font-size: 11.3pt;
}

nav .navbar-nav .btn {
    font-weight: 500;
    font-size: 11.3pt; 
    color: #222222 !important;
}

.nav-link {
    font-weight: bold;
    text-shadow: none;
}

header {
    padding-top: 40px;
    min-height: 150px;
}

h1.title {
    font-size: 43pt;
}

.wood-pile {
    background-image: url('/images/firewood.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.just-no {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.pe-none {
    pointer-events: none;
}

.cookiebackground.hidden {
    display: none;
}

/* .cookiebackground {
    background-color: #55555577;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
} */

.cookiebar {
    position: fixed;
    left:0;
    bottom: 0;
    /* left: calc(50% - 180px); */
    /* bottom: 50%; */
    /* width: 360px; */
    width: 100vw;
    background-color: #fff;
    /* border-radius: 5px; */
    padding: 25px;
}

.cookiebar p {
    color: black;
}

.lead {font-weight: 400 !important;}
h2  {font-weight: 700 !important;}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple .8s linear infinite;
    animation: cc-calto-action-ripple .8s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    transition: 0.6s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

[name=contact]{
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
    font-size: 1.4rem;
}