/*! * Bootstrap v4.5.3 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */
:root{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffff00;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ffff00;
    --secondary: #33211D;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffff00;
    --danger: #dc3545;
    --light: #FFFBF2;
    --dark: #111;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Abhaya libre", sans-serif;
    --font-family-monospace:"Abhaya libre", "Courier New", monospace
}
*,*::before,*::after{
    box-sizing:border-box
}
html{
    font-family:"Abhaya libre",sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
footer,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:"Abhaya libre",sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#ffff00;
    text-align:left;
    background-color:#2a272e
}
[tabindex="-1"]:focus:not(:focus-visible){
    outline:0 !important
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
ul{
    margin-top:0;
    margin-bottom:1rem
}
ul ul{
    margin-bottom:0
}
a{
    color:#ffff00;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#be792b;
    text-decoration:underline
}
a:not([href]):not([class]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
code{
    font-family:"Abhaya libre","Courier New",monospace;
    font-size:1em
}
img{
    vertical-align:middle;
    border-style:none
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
input,button,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button{
    text-transform:none
}
[role="button"]{
    cursor:pointer
}
button,[type="button"],[type="submit"]{
    -webkit-appearance:button
}
button:not(:disabled),[type="button"]:not(:disabled),[type="submit"]:not(:disabled){
    cursor:pointer
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    padding:0;
    border-style:none
}
textarea{
    overflow:auto;
    resize:vertical
}
[type="search"]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom:.5rem;
    font-family:"Abhaya libre",sans-serif;
    font-weight:500;
    line-height:1.2;
    color:#fff
}
h1,.h1{
    font-size:2.5rem
}
@media (max-width: 1200px){
    h1,.h1{
        font-size:calc(1.375rem + 1.5vw) 
    }
}
h2,.h2{
    font-size:2rem
}
@media (max-width: 1200px){
    h2,.h2{
        font-size:calc(1.325rem + .9vw) 
    }
}
h3,.h3{
    font-size:1.75rem
}
@media (max-width: 1200px){
    h3,.h3{
        font-size:calc(1.3rem + .6vw) 
    }
}
h4,.h4{
    font-size:1.5rem
}
@media (max-width: 1200px){
    h4,.h4{
        font-size:calc(1.275rem + .3vw) 
    }
}
h5,.h5{
    font-size:1.25rem
}
h6,.h6{
    font-size:1rem
}
.display-1{
    font-size:8rem;
    font-weight:300;
    line-height:1.2
}
@media (max-width: 1200px){
    .display-1{
        font-size:calc(1.925rem + 8.1vw) 
    }
}
.display-3{
    font-size:4.5rem;
    font-weight:300;
    line-height:1.2
}
@media (max-width: 1200px){
    .display-3{
        font-size:calc(1.575rem + 3.9vw) 
    }
}
.display-4{
    font-size:3.5rem;
    font-weight:300;
    line-height:1.2
}
@media (max-width: 1200px){
    .display-4{
        font-size:calc(1.475rem + 2.7vw) 
    }
}
code{
    font-size:87.5%;
    color:#e83e8c;
    word-wrap:break-word
}
a>code{
    color:inherit
}
.container,.container-fluid{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
@media (min-width: 576px){
    .container{
        max-width:540px
    }
}
@media (min-width: 768px){
    .container{
        max-width:720px
    }
}
@media (min-width: 992px){
    .container{
        max-width:960px
    }
}
@media (min-width: 1200px){
    .container{
        max-width:1140px
    }
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.col-3,.col-4,.col-8,.col-sm-3,.col-sm-6,.col-sm-9,.col-sm-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-12,.col-lg-3,.col-lg-4,.col-lg-6,.col-lg-8,.col-lg-12{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col-3{
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-8{
    flex:0 0 66.66667%;
    max-width:66.66667%
}
@media (min-width: 576px){
    .col-sm-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-12{
        flex:0 0 100%;
        max-width:100%
    }
}
@media (min-width: 768px){
    .col-md-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-12{
        flex:0 0 100%;
        max-width:100%
    }
}
@media (min-width: 992px){
    .col-lg-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-12{
        flex:0 0 100%;
        max-width:100%
    }
}
.form-control{
    display:block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:0;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce){
    .form-control{
        transition:none
    }
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#f1dcc3;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(218,159,91,0.25)
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled{
    background-color:#e9ecef;
    opacity:1
}
textarea.form-control{
    height:auto
}
.form-inline{
    display:flex;
    flex-flow:row wrap;
    align-items:center
}
@media (min-width: 576px){
    .form-inline .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .input-group{
        width:auto
    }
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#555;
    text-align:center;
    vertical-align:middle;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:0;
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:#555;
    text-decoration:none
}
.btn:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(218,159,91,0.25)
}
.btn.disabled,.btn:disabled{
    opacity:.65
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
a.btn.disabled{
    pointer-events:none
}
.btn-primary{
    color:#212529;
    background-color:#ffff00;
    border-color:#ffff00
}
.btn-primary:hover{
    color:#212529;
    background-color:#d38d3c;
    border-color:#d18731
}
.btn-primary:focus{
    color:#212529;
    background-color:#d38d3c;
    border-color:#d18731;
    box-shadow:0 0 0 .2rem rgba(190,141,84,0.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#212529;
    background-color:#ffff00;
    border-color:#ffff00
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active{
    color:#fff;
    background-color:#d18731;
    border-color:#c8802d
}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus{
    box-shadow:0 0 0 .2rem rgba(190,141,84,0.5)
}
.btn-secondary{
    color:#000;
    background-color:#ffff00;
    border-color:#ffff00
}
.btn-secondary:hover{
    color:#fff;
    background-color:#1b110f;
    border-color:#120c0b
}
.btn-secondary:focus{
    color:#fff;
    background-color:#1b110f;
    border-color:#120c0b;
    box-shadow:0 0 0 .2rem rgba(82,66,63,0.5)
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#fff;
    background-color:#33211D;
    border-color:#33211D
}
.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active{
    color:#fff;
    background-color:#120c0b;
    border-color:#0a0706
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus{
    box-shadow:0 0 0 .2rem rgba(82,66,63,0.5)
}
.btn-outline-light{
    color:#FFFBF2;
    border-color:#FFFBF2
}
.btn-outline-light:hover{
    color:#212529;
    background-color:#FFFBF2;
    border-color:#FFFBF2
}
.btn-outline-light:focus{
    box-shadow:0 0 0 .2rem rgba(255,251,242,0.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled{
    color:#FFFBF2;
    background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active{
    color:#212529;
    background-color:#FFFBF2;
    border-color:#FFFBF2
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus{
    box-shadow:0 0 0 .2rem rgba(255,251,242,0.5)
}
.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:0
}
.btn-group-sm>.btn{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:0
}
.fade{
    transition:opacity 0.15s linear
}
@media (prefers-reduced-motion: reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.dropdown{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}
.dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#555;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,0.15)
}
.dropdown-menu-right{
    right:0;
    left:auto
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#212529;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:hover,.dropdown-item:focus{
    color:#16181b;
    text-decoration:none;
    background-color:#f8f9fa
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#ffff00
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent
}
.btn-group{
    position:relative;
    display:inline-flex;
    vertical-align:middle
}
.btn-group>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group>.btn:hover{
    z-index:1
}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{
    z-index:1
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){
    margin-left:-1px
}
.input-group{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    width:100%
}
.input-group>.form-control{
    position:relative;
    flex:1 1 auto;
    width:1%;
    min-width:0;
    margin-bottom:0
}
.input-group>.form-control+.form-control{
    margin-left:-1px
}
.input-group>.form-control:focus{
    z-index:3
}
.input-group-append{
    display:flex
}
.input-group-append .btn{
    position:relative;
    z-index:2
}
.input-group-append .btn:focus{
    z-index:3
}
.input-group-append .btn+.btn{
    margin-left:-1px
}
.input-group-append{
    margin-left:-1px
}
.pagination{
    display:flex;
    padding-left:0;
    list-style:none
}
.page-link{
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#ffff00;
    background-color:#fff;
    border:1px solid #dee2e6
}
.page-link:hover{
    z-index:2;
    color:#be792b;
    text-decoration:none;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.page-link:focus{
    z-index:3;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(218,159,91,0.25)
}
.page-item:first-child .page-link{
    margin-left:0
}
.page-item.active .page-link{
    z-index:3;
    color:#fff;
    background-color:#ffff00;
    border-color:#ffff00
}
.page-item.disabled .page-link{
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}
.badge{
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce){
    .badge{
        transition:none
    }
}
a.badge:hover,a.badge:focus{
    text-decoration:none
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
@keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
.carousel{
    position:relative
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden
}
.carousel-inner::after{
    display:block;
    clear:both;
    content:""
}
.carousel-item{
    position:relative;
    display:none;
    float:left;
    width:100%;
    margin-right:-100%;
    backface-visibility:hidden;
    transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion: reduce){
    .carousel-item{
        transition:none
    }
}
.carousel-item.active{
    display:block
}
.carousel-control-prev,.carousel-control-next{
    position:absolute;
    top:0;
    bottom:0;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:15%;
    color:#fff;
    text-align:center;
    opacity:.5;
    transition:opacity 0.15s ease
}
@media (prefers-reduced-motion: reduce){
    .carousel-control-prev,.carousel-control-next{
        transition:none
    }
}
.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{
    color:#fff;
    text-decoration:none;
    outline:0;
    opacity:.9
}
.carousel-control-prev{
    left:0
}
.carousel-control-next{
    right:0
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    display:inline-block;
    width:20px;
    height:20px;
    background:no-repeat 50% / 100% 100%
}
.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-caption{
    position:absolute;
    right:15%;
    bottom:20px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
@keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
.border-top{
    border-top:1px solid #dee2e6 !important
}
.border-light{
    border-color:#FFFBF2 !important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.d-flex{
    display:flex !important
}
.flex-column{
    flex-direction:column !important
}
.justify-content-start{
    justify-content:flex-start !important
}
.justify-content-center{
    justify-content:center !important
}
.align-items-center{
    align-items:center !important
}
.position-relative{
    position:relative !important
}
.position-absolute{
    position:absolute !important
}
.w-100{
    width:100% !important
}
.h-100{
    height:100% !important
}
.m-0{
    margin:0 !important
}
.mt-0{
    margin-top:0 !important
}
.mx-0{
    margin-right:0 !important
}
.mx-0{
    margin-left:0 !important
}
.mt-2{
    margin-top:.5rem !important
}
.mr-2{
    margin-right:.5rem !important
}
.mb-2{
    margin-bottom:.5rem !important
}
.mt-3{
    margin-top:1rem !important
}
.mr-3{
    margin-right:1rem !important
}
.mb-3{
    margin-bottom:1rem !important
}
.mt-4{
    margin-top:1.5rem !important
}
.mb-4{
    margin-bottom:1.5rem !important
}
.mt-5,.my-5{
    margin-top:3rem !important
}
.mb-5,.my-5{
    margin-bottom:3rem !important
}
.p-0{
    padding:0 !important
}
.pt-0,.py-0{
    padding-top:0 !important
}
.px-0{
    padding-right:0 !important
}
.py-0{
    padding-bottom:0 !important
}
.px-0{
    padding-left:0 !important
}
.py-2{
    padding-top:.5rem !important
}
.py-2{
    padding-bottom:.5rem !important
}
.px-3{
    padding-right:1rem !important
}
.pb-3{
    padding-bottom:1rem !important
}
.px-3{
    padding-left:1rem !important
}
.p-4{
    padding:1.5rem !important
}
.py-4{
    padding-top:1.5rem !important
}
.px-4{
    padding-right:1.5rem !important
}
.py-4{
    padding-bottom:1.5rem !important
}
.px-4{
    padding-left:1.5rem !important
}
.pt-5,.py-5{
    padding-top:3rem !important
}
.py-5{
    padding-bottom:3rem !important
}
@media (min-width: 576px){
    .px-sm-3{
        padding-right:1rem !important
    }
    .px-sm-3{
        padding-left:1rem !important
    }
}
@media (min-width: 768px){
    .px-md-5{
        padding-right:3rem !important
    }
    .px-md-5{
        padding-left:3rem !important
    }
}
@media (min-width: 992px){
    .mt-lg-5{
        margin-top:3rem !important
    }
    .py-lg-0{
        padding-top:0 !important
    }
    .py-lg-0{
        padding-bottom:0 !important
    }
    .pt-lg-5,.py-lg-5{
        padding-top:3rem !important
    }
    .px-lg-5{
        padding-right:3rem !important
    }
    .py-lg-5{
        padding-bottom:3rem !important
    }
    .px-lg-5{
        padding-left:3rem !important
    }
}
.text-center{
    text-align:center !important
}
.text-uppercase{
    text-transform:uppercase !important
}
.font-weight-normal{
    font-weight:400 !important
}
.font-weight-bold{
    font-weight:700 !important
}
.text-white{
    color:#fff !important
}
.text-primary{
    color:#ffff00!important
}
a.text-primary:hover,a.text-primary:focus{
    color:#be792b !important
}
@media print{
    *,*::before,*::after{
        text-shadow:none !important;
        box-shadow:none !important
    }
    a:not(.btn){
        text-decoration:underline
    }
    img{
        page-break-inside:avoid
    }
    p,h2,h3{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    body{
        min-width:992px !important
    }
    .container{
        min-width:992px !important
    }
    
    .badge{
        border:1px solid #000
    }
}
h1,h2,.font-weight-bold{
    font-weight:700 !important
}
h3,h4,.font-weight-medium{
    font-weight:500 !important
}
h5,h6,.font-weight-normal{
    font-weight:400 !important
}
.btn-lg-square{
    width:46px;
    height:46px
}
.btn-lg-square{
    padding-left:0;
    padding-right:0;
    text-align:center
}
.back-to-top{
    position:fixed;
    display:none;
    right:30px;
    bottom:30px;
    z-index:11;
    animation:action 1s infinite alternate
}
@keyframes action{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(-15px)
    }
}

.overlay-top::before,.overlay-bottom::after{
    position:absolute;
    content:"";
    width:100%;
    height:15px;
    left:0;
    z-index:1
}
.overlay-top::before{
    top:-1px;
    background:url(../img/overlay-top.png)
}
.overlay-bottom::after{
    bottom:-1px;
    background:url(../img/overlay-bottom.png)
}
.carousel-caption{
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(43, 39, 59, 0.7);
    z-index:1
}
.section-title{
    position:relative;
    padding:115px 0 35px 0;
    text-align:center
}
.section-title::after{
    position:absolute;
    content:"";
    width:2px;
    height:100px;
    top:0;
    left:50%;
    margin-left:1px;
    background:#ffff00
}
.menu-price{
    position:absolute;
    margin:0;
    top:-5px;
    right:10px;
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:45px;
    color:#33211D;
    background:#ffff00
}
.page-header,.offer,.footer{
    background:linear-gradient(rgba(43, 39, 59, 0.7), rgba(0, 0, 0)),url(../img/bg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover
}