img {
    max-width: 100%;
    height: auto;
}

BODY {
    background-color: black;
    color: white;
    font-family: Lato, "Lato Fallback";
    font-size: 18px;
}

.logo > img {
    max-width: 400px;
    height: auto;
}

h1.fake-btn {
    font-size:1.5em;
    line-height: 1.5rem;
}

h1.fake-btn A {
    color: white;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

h1.fake-btn A:hover {
    color: #000;
    background-color: white;
    border-radius: 24px;
}

h1.fake-btn A:first-child {
    margin-right: 40px;
}

#meet-the-fam {
    font-family: Arial, "Arial Fallback";
    font-weight: bold;
}

img.pod {
    height:496px;
    max-width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 25%;
}

img.pod-label {
    height: 70px;
    max-width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

span.highlight {
    text-decoration: underline;
    font-weight: bold;
}

UL.check {
    list-style-type: none;
}

UL.check li:before {
    font-family: "bootstrap-icons";
    content: "\F26E";
    margin:0 5px 0 -15px;
    display: inline-block;
    font-weight: bold;
}

UL.check LI {
    margin-left: 10px;
    text-indent: -5px;
}

.carousel.pod-carousel {
    height: 770px;
    max-width: 623px;
    margin: 0 auto;
}

.carousel.pod-carousel img {
    height: 770px;
    max-width: 100%;
}

.large-label {
    height: 219px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.no-bullets {
    list-style-type: none;
}

.text-under {
    text-decoration: underline;
}

HR {
    color:white;
    border-color: white;
    border-width: 1px;
    background-color: white;
}

.fs-11 {
    font-size: 1.4em;
}

.text-yellow {
    color: yellow;
}

.small-logo {
    max-width:300px;
    height: auto;
}