: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: 4rem;
    font-family: 'Yellowtail', cursive;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

#masthead{
    background: url("../images/pizza-triangle.png") no-repeat top scroll;
}

#masthead .lead{
    font-weight:400;
}

#intro{
    background: var(--pizza-red);
}

#intro .lead{
    font-weight: 200;
    font-size: 1.125rem;
}

.intro-heading {
    font-family: 'Yellowtail', cursive;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

#schedule, #carousel {
    background: var(--pizza-red);
}

#rsvp-button, #rsvp-close, .rsvp-btn {
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.175)!important;
}

#rsvp-modal .modal-content {
    background-color: var(--pizza-white);
    border-radius: 0.25rem;
}

.next-party-label {
    font-family: 'Nunito', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pizza-white);
}

.party-card {
    background: var(--pizza-white);
    padding: 2rem;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.175);
}

.next-party-card .party-card-date {
    font-family: 'Yellowtail', cursive;
    font-size: 2.75rem;
    text-align: center;
}

.party-card-time {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #555;
    margin-top: 0.4rem;
}

.upcoming-date {
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.section-heading {
    color: var(--pizza-white);
}

.badge-red-pizza {
    background-color: var(--pizza-red);
    color: white;
    font-size: 0.6rem;
    vertical-align: middle;
}

.badge-white-pizza {
    background-color: var(--pizza-white);
    color: #333;
    border: 1px solid #555;
    font-size: 0.6rem;
    vertical-align: middle;
}

.badge-homebrew {
    background-color: #4a4a4a;
    color: white;
    font-size: 0.6rem;
    vertical-align: middle;
}

.past-parties-accordion .accordion-button {
    background-color: var(--pizza-white);
}

.past-parties-accordion .accordion-button:not(.collapsed) {
    background-color: #f0ece5;
    color: inherit;
    box-shadow: none;
}

.past-parties-accordion .accordion-body {
    background-color: var(--pizza-white);
}

.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;
}