body {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, a, label, button {
    margin: 0;
    padding: 0;
    font-size: unset;
    font-family: sans-serif;
    font-weight: unset;
    font-style: unset;
    text-align: unset;
    text-decoration: unset;
    color: unset;
}

iframe {
    width: 100%;
}

.margins {
    height: 100px;
    max-width: 500px;
    padding: 0 50px;
    margin: auto;
    height: unset;
}

.contain {
    border: 3px double #727c8d;
    margin: 10px auto;
    padding: 15px;
    background-image: url(../img/letters/space.png);
}

.gospeltruth {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gospeltruth img {
    display: block;
    width: 16px;
    height: 24px;
}

/* TEXT FORMATS */

.t1 {
    color: lavender;
    text-indent: 20px;
    text-align: justify;
}

.header img {
    filter: sepia() hue-rotate(420deg);
    width: 16px;
}

.emailheader {
    font-size: larger;
    font-weight: bold;
    font-stretch: ultra-condensed;
    text-align: center;
    width: calc(100% - 25px);
    max-width: 330px;
    margin: 10px auto;
    color: lightblue;
}
.emailfooter {
    font-size: medium;
    font-stretch: ultra-condensed;
    text-align: center;
    width: calc(100% - 25px);
    max-width: 330px;
    margin: 10px auto;
    color: lightblue;
}

.h1 {
    width: fit-content;
    margin: auto;
    color: white;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    font-stretch: ultra-condensed;
}

.h2 {
    width: fit-content;
    margin-right: auto;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    font-stretch: ultra-condensed;
}

.h3 {
    text-align: right;
    font-weight: bold;
    color: white;
}

.h4 {
    text-indent: 20px;
    text-align: justify;
    font-weight: bold;
    color: white;
}

.numberheader {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    font-stretch: ultra-condensed;
    display: flex;
    align-items: center;
}

.numberheader div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: double 3px;
    background-color: inherit;
    border-radius: 50%;
    margin-right: 8px;
}

.numberheader div p {
    font-size: x-large;
    width: fit-content;
}

.numberheader p {
    font-size: xx-large;
    width: fit-content;
    color: inherit;
}

/* EVENT FORMATS */
.eventlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.eventlist div.event {
    border: 1px dotted #727c8d;
    margin: 5px 0;
}
.event {
    color: white;
    margin: 5px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 235px;
    height: fit-content;
}
.event p {
    text-align: center;
    width: calc(100% - 10px);
    padding: 0 5px;
}
.event p a {
    color: thistle;
    text-decoration: underline;
}
.event p a:hover {
    color: black;
    text-decoration: none;
    background-color: thistle;
}
.eventlink {
    font-weight: bold;
    font-size: larger;
    text-decoration: underline;
    text-align: center;
    color: thistle;
    padding: 5px;
    max-width: 235px;
}
.eventlink:hover {
    text-decoration: none;
    color: black;
    background-color: thistle;
}
.eventlink img {
    width: 100%;
    max-width: 235px;
}

/* GALLERY FORMATS */

.single {
    display: block;
    margin: 5px auto;
    max-width: calc(100% - 13px);
    border: 3px double #727c8d;
}

.double {
    display: flex;
    justify-content: space-around;
    margin: 5px 0;
}
.double img {
    object-fit: contain;
    max-height: fit-content;
    border: 3px double #727c8d;
    max-width: calc(50% - 13px);
}

.triple {
    display: flex;
    justify-content: space-around;
    margin: 5px 0;
    max-width: calc(100% - 10px);
}
.triple img {
    border: 3px double #727c8d;
    max-width: calc(33.333% - 13px);
}

.quadruple {
    display: flex;
    justify-content: space-around;
    margin: 5px auto;
    max-width: calc(100% - 10px);
}
.quadruple img {
    border: 3px double #727c8d;
    max-width: calc(25% - 13px);
}

.stack img {
    display: flex;
    min-width: 100%;
    margin: 5px auto;
}

.submitlink:hover {
    background-color: black;
    filter: invert(1) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 4px blue) drop-shadow(0px 0px 4px white) drop-shadow(0px 0px 4px blue);
}