:root {
    --pizza-red: #ff725a;
    --pizza-white: #F8F7F3;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

header, footer{
    background: var(--pizza-red);
}

footer{
    height:100px;
}

body {
    background: var(--pizza-white);
    font-family: 'Nunito', sans-serif;
}

h3{
    font-size: 1.75rem!important;
}


.navbar-brand {
    font-size: 3rem;
    font-family: 'Pacifico', cursive;
}

#masthead{
    background: url("../images/pizza-triangle.png") no-repeat top scroll;
}

#neapolitan, #menu, #carousel {
    background: var(--pizza-red);
}

#white-menu
{
    background: var(--pizza-white);
}

#order-modal-button, #order-button, #order-close{
    border-radius: 0;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.175)!important;
}

#order-modal .modal-content{
    background-color: var(--pizza-white);
    border-radius: 0.25rem;
}

.carousel-pizza-image{
    width: 100%;
    height:350px;
    background-color: var(--pizza-white);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    .carousel-pizza-image{
        height:500px;
    }
  }

.splide__pagination {
    bottom: 3em;
}

ul.splide__list li{
    padding:0.5rem;
}