@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

body {
 background: url(./images/site_images/hhbg.gif) fixed center;
}

body, table {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    color: #551866;
}

a:link {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    color: #472052;
    text-decoration: underline;
}

a:visited {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    color: #472052;
    text-decoration: underline;
}

a:hover {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    color: #472052;
    text-decoration: underline;
}

h1 {
    text-align: center;
}

p {
    text-indent: 30px;
}

.marquee {
    height: 225px;
    width: 100000px;
    position: relative;
}
.marquee h1 {
    position: absolute;
    left: 457px;
    font-style: italic;
    color: white;
}
.marquee > div {
    margin-top: 72px;
    transform: translateX(500%);
    animation: marquee 170s linear infinite;
}
@keyframes marquee {
    0%   {
        transform: translateX(800%);
    }
    100% {
        transform: translateX(-10000%);
    }
}

.list {
    list-style-type: none;
    padding: 0;
}

.list li {
    margin-bottom: 30px;
}

.list li:not(:first-of-type) {
    border-top: 1px dashed #551866;
}

.list li address {
    font-style: normal;
}

.list li address span {
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.accordion {
    background-color: #551866;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    border: 2px solid white;
    outline: none;
}

.accordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: 0.4s;
}

.active:after {
    content: "\2212";
}

.active, .accordion:hover {
    background-color: #b57edc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

td {
    text-align: left;
}

.adopted-image,
.image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.adopted-image {
    display: inline-block;
}

.adopted-image .tag,
.image .tag {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
    vertical-align: bottom;
    color: white;
    font-size: 1.9rem;
    font-family: 'Kaushan Script', cursive;
    text-align: center;
    text-shadow: -1px 1px 5px #4C1E59,
        1px 1px 5px #4C1E59,
        1px -1px 0 #4C1E59,
        -1px -1px 5px #4C1E59;
    z-index: 1;
}

.adopted-image .tag:before,
.image .tag:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    z-index: -1;
    width: 100%;
    opacity: 90%;
    height: 23px;
    background: #5E3660;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.diamond {
    position: relative;
    width: 0;
    height: 0;
    margin-left : -131px;
    margin-top: 106px;
    background-color: transparent;
    border: solid 4px #87e7f8;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: solid 9px #87e7f8;
    z-index: 2;
}

.adopted-image .diamond {
    margin-left: 7px;
    margin-top: 123px;
}

.diamond.female {
    border-bottom-color: #EA9AE1;
}

.female.diamond:after {
    border-top-color: #EA9AE1;
}

.diamond:after {
    content: '';
    position: absolute;
    top: 9px;
    left: -4px;
    width: 0;
    height: 0;
    background-color: transparent;
    border: solid 4px #87e7f8;
    border-top: solid 9px #87e7f8;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 0;
}

.adopted-image .tag:after,
.image .tag:after {
    content: "";
    width: 10px;
}

.image:hover {
    background-image: url("./images/ids/idroll.png") !important;
}

.image:hover .tag,
.image:hover .diamond {
    display: none;
}
