body {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    font-family: "Body", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: large;
    padding: 5%;
    background-image: url("../img/certificate_paper_texture_by_icycatelf_d4dy93c.jpg");
    background-repeat: repeat;
}

h1 {
    font-family: "Heading", system-ui;
    font-weight: bolder;
    font-style: normal;
    color: crimson;
    font-size: xxx-large;
    padding-bottom: 5px;
    padding-top: 5px;
}

h2 {
    font-family: "Heading", system-ui;
    font-weight: bold;
    font-style: normal;
    font-size: xx-large;
}

a {
    text-decoration: none;
    color: crimson;
}

nav {
    padding: 5px;
    justify-content: center;

}

a.nav-link {
    font-size: large;
    font-weight: bold;
    font-family: "Heading";
    color: crimson;
}

.active {
    background-color: whitesmoke;
}

.btn-roj {
    background-color: whitesmoke;
    color: palevioletred;
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
}


div.banner {
    display: flex;
    justify-content: center;
    object-fit: contain;
}


span.roj {
    font-weight: bold;
    text-decoration: underline;
}

span.vip {
    font-weight: bold;
}

span.ul {
    text-decoration: underline;
}

p.review {
    font-size: large;
    font-style: italic;
}

.floater {
    float: left;
}

.wrapping {
    float: none;
    overflow: visible;
}

img.author {
    float: left;
    margin: 5px;
}

span.source {
    font-weight: bold;
}

.inner-footer {
    margin: 5px;
    text-align: center;
}

.download-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.god-container {
    position: relative;
    text-align: left;
    object-fit: contain;
    margin-top: 5px;
    margin-left: 5px;
}

@media screen and (min-width: 500px) {
    img.banner-image {
        content: url("../img/banner_large.png");
    }

    img.guitar-god {
        content: url("../img/GuitarGod_large.png");
        object-fit: contain;
        padding-left: 30%;
    }

    div.songs {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    li {
        display: block;
        width: 25%;
    }
}

@media screen and (width < 500px) {
    img.banner-image {
        content: url("../img/banner_small.png");
    }

    img.guitar-god {
        content: url("../img/GuitarGod_small.png");
        object-fit: contain;
    }

    div.songs {
        position: relative;
    }

    span.break-after {

    }

    li {
        display: block;
        width: 40%;
    }
}

div.news-item {
    background-color: whitesmoke;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.cherub {
    float: left;
    padding: 5px;
}

.news {
    font-family: "Body", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
}

a.news-link {
    text-decoration: underline;
}

.headline {
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
    color: crimson;
    font-size: x-large;
}

.sponsor-header-initial {
    padding-right: 0;
    margin-right: 0;
    float: left;
    min-height: 200px;
}

.witness {
    min-height: 100px;
}

.sponsor-header {
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
    color: darkgoldenrod;
    font-size: xxx-large;
    padding-left: 0;
}

.sponsor-description {
    min-height: 120px;
    margin-top: 10px;
    font-family: "Heading", system-ui;
    font-style: normal;
    color: black;
    font-size: xx-large;
}

.citation {
    font-family: "Body", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: smaller;
}

.underlined {
    text-decoration: underline;
}

.apostles {
    margin-left: -38px !important;
}

.angels {
    margin-left: -38px !important;
}

.sponsor-name {
    font-family: "Body", sans-serif;
}

.sponsor-list {
    position: relative;
}

table.sponsor-table td {
    padding: 10px;

}


ul.wide {
    width: max-content;
}

.apostle-name {
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: xx-large;
    color: darkgoldenrod;
}

.angel-name {
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: xx-large;
    color: crimson;
}

.saint-name {
    font-family: "Heading", system-ui;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: xx-large;
    color: blue;
}

.prophet-name {
    font-family: "Body", sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: x-large;
    color: black;
}

.witness-name {
    font-family: "Body", sans-serif;
    font-weight: 400;
    font-style: normal;
    list-style: none;
    font-size: large;
    color: black;
}

