html {
    scroll-behavior: smooth !important;
    margin: 0!important;
    padding: 0!important;
}

.main-title-wrapper {
    width: 100%;
}

h2.main-title {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}

body {
    font-family: 'Oxygen', sans-serif;
    color: white!important;
    background-color: #555A5F;
    overflow-x: hidden;
}

.cover-image a{
    color: white!important;
}

a{
    color: #fda303!important;
}

a:hover {
    opacity: .7;
}


header p, header a {
    font-size: 1.6rem;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    color: white;
}

ul li {
    list-style: none;
}

i.fas, i.fab, i.far {
    padding-right: 1rem;
    font-size: 1.5rem;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer {
    background-color: #000002;
    color: #fda303;
}

.social-block i{
    font-size: 2rem;
}

/**
    Cover
 */
.cover {
    padding: 3rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    justify-content: center;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

@media all and (min-width: 992px) { 
    .cover-image {
        min-height: 100vh;
        height: auto;
        width: 100%;
        background-image: url("../img/imaginea_de_site_3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    }
}

@media all and (max-width: 992px) { 
    .cover-image {
        background-image: url("../img/imagine_de_site_portrait.png");
        min-height: 100vh;
        height: auto;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
    }

    .cover-image .container-fluid {
        height: 86vh;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .cover-image .container-fluid .main-navigation {
        flex-grow: 1;
    }

    .cover-image .hero-title {
        padding-top: 2.5rem!important;
    }

    .main-navigation .main-menu {
        margin-top: 100px;
        margin-bottom: 20px;
    }

    .main-navigation .contact {
        height: fit-content;
    }
}

.cover-image .container {
    height: 50%;
    display: flex;
    align-items: center;
}

.cover-image .container .navigation {
    padding: 3rem;
}

.cover-content {
    height: 100vh;
}

.cover-footer {
    font-size: 1.55rem;
    justify-content: space-evenly;
    padding-top: 2rem;
}

.cover-header {
    align-self: center;
}

/**
    Menu Navigation
 */
.menu-navigation-wrapper {
    background-color: #000002;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu-navigation {
    justify-content: space-evenly;
    font-size: 1.2rem;
}

.second-menu ul, .menu-navigation-items ul {
    margin: 0;
    padding: 0;
}

.menu-navigation a:hover {
    text-decoration: none;
}

.second-menu ul li, .menu-navigation-items ul li{
    display: inline;
}

.second-menu ul li {
    margin-right: 2rem;
}

.second-menu ul li:last-child {
    margin-right: 0;
}

.menu-navigation-items i {
    display: none;
}

.menu-navigation-items ul li:last-child {
    border-right: none;
}

.menu-navigation-items ul li a:first-child {
    margin-right: 2rem;
}

.menu-navigation-items ul li a:last-child {
    margin-left: 2rem;
}

.menu-navigation-items i{
    padding-right: 1rem;
}

.menu {
    height: 70px;
    line-height: 70px;
    margin-right: 20px;
}

.phone, .contact, .logo {
    height: 10rem;
}

.phone, .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-navigation-items a {
    color: white;
}

.hero-title {
    padding-top: 5rem;
}

.hero-title p {
    color: white;
}

.main-title {
    letter-spacing: 1rem;
    font-weight: bold;
    color: white;
    border-top: 0.20rem solid;
    border-bottom: 0.20rem solid;
    margin: 1rem auto;
}

.main-navigation {
    justify-content: space-between;
}

.card {
    background-color: #000002;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

.card-cover {
    position: relative;
}

.card-cover .new-label {
    position: absolute;
    border-radius: 4px;
    width: 55px;
    height: 36px;
    background-color: #BD0002;
    color: #fff;
    z-index: 10;
    top: 10px;
    right: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.card-cover .location-only-label {
    position: absolute;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #1e7e34;
    color: #fff;
    z-index: 10;
    top: 5px;
    right: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-cover .new-label::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: -14px;
    border-top: 18px solid transparent;
    border-left: 14px solid #BD0002;
    border-bottom: 18px solid transparent;
}

.card-cover img{
    width: auto;
    max-height: 220px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.card-cover.pizza img {
    width: 100%;
    height: auto;
    max-height: 100%!important;
}

.card-body {
    /*width: 100%;*/
    color: white;;
}

.card-body h3, .card-footer h4 {
    color: #fda303;
}

.second-menu li.selected {
    background-color: #fda303;
    border: 1px solid #fda303;
    border-radius: 20px;
    padding: 0.2rem 0.5rem;
}

.second-menu li.selected a {
    color: white!important;
}

.menu-call-now a {
    white-space: nowrap;
    color: white!important;
}

.menu-call-now span {
    text-transform: uppercase;
}

.menu-call-now {
    margin: auto 0;
    padding: 10px 20px;
    background: #fda303!important;
    margin-left: 1em;
    border-radius: 3px;
}

.menu-call-now i {
    margin: 0;
    padding: 0;
}

.menu-wrapper {
    height: 40px;
    position: relative;
    margin: 1em 0;
    border: 1px solid black;
    color: #fda303;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    align-items: center;
}

.menu	{
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.menu .item {
    display: inline;
    height: 100%;
    box-sizing: border-box;
}

.menu .item a {
    padding-right: 10px;
}

.menu .item a:last-child {
    padding-right: 0;
}

.paddles .paddle {
    position: absolute;
    top: 0;
    bottom: 0;
}
.paddles .left-paddle {
    left: 0;
}
.paddles .right-paddle {
    right: 0;
}

.paddles i {
    margin: 0;
    padding: 0;
}
.hidden {
    display: none;
}

.item i {display: none;}

.paddle {
    font-size: 2rem;
    line-height: 2rem;
}
.paddle:hover {
    cursor: pointer;
}

.card-deck > .row {
    width: 100%;
}

.card-deck > .row > div[class*='col-'] {
    display: flex;
    flex:1 0 auto;
}

/**
Responsive
*/
@media all and (min-width: 992px) {
    .cover-image {
        height: 100vh;
    }

    .cover-left-side {
        padding-right: 2rem;
    }

    .mobile-logo {
        display: none!important;
    }
}

@media all and (max-width: 992px) {
    .menu {
        margin-left: 1em!important;
        margin-right: 1em!important;
    }
    .li-logo {
        display: none!important;
    }
    .cover-description .main-title{
        font-size: 1.5rem;
        letter-spacing: 0.75rem;
    }

    footer .container .row div[class*='col'] {
        text-align: center!important;
    }
}
@media all and (min-width: 992px) {
    .menu { 
        margin-right: 1em!important;
        margin-left: 1em!important;
    }
}

@media all and (max-width: 1400px) {
    .menu-call-now span { display: none}
}

@media all and (max-width: 576px) {
    .cover {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }

    .menu-navigation-items ul li::after {
        display: none;
    }
}

.description {
    font-size: 2.5rem;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-family: 'Dancing Script', cursive;
}

@media all and (max-width: 992px) {
    .description {
        padding-right: 3rem;
        padding-left: 3rem;
        width: 100%;
    }
}


@media all and (max-width: 576px) {
    .description {
        font-size: 1.5rem;
    }
}

.category-info {
    font-size: 0.75em;
}