/*Author: Holly Dahlstrom
    Date Created: 11/23/2024
    This is the style for the Bow-Wow & Meow Rescue Castle Website*/

@import url('https://fonts.googleapis.com/css2?family=Delius&family=Playwrite+DE+Grund:wght@100..400&display=swap');

body {
    background-color:rgb(204, 127, 137);
    font-family: Arial, Helvetica, sans-serif;
    color:rgb(66, 35, 41)
}

h1, h2, h3, h4, p, li {
    font-family: "Delius", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    background-color: rgb(157, 137, 135);
    margin:0;
}

h2 {
    background-color: rgb(248, 229, 229);
    margin:0;
    color: rgb(191, 43, 73);
}

.row {
    background-color: rgb(229, 211, 207);
    margin-left: 0;
    margin-right: 0;
}

.customcardcolor .card {
    background-color: rgb(247, 237, 237);
    color:rgb(66, 35, 41)
}

.accordion-body {
    background-color: rgb(248, 229, 229);
  }

.customfont {
    font-size: 1.2em;
}