@charset "UTF-8";
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: left;
}
h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}
h2 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #777777;
}
h3 {
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}
.address {
    line-height: 3px;
}
.audio {
    width: 100%;
    margin-top: 10px;
}
.audio-container {
    max-width: 1000px;
    display: table;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: thin solid #888888;
}
.audio-col-1 {
    display: table-cell;
    width: 80%;
    padding-right: 10px;
}
.audio-col-2 {
    display: table-cell;
    width: 20%;
    padding-left: 10px;
    vertical-align: middle;
}
.audio-credit {
    width: 100%;
    color: #555555;
    font-weight: normal;
    padding-top: 5px;
}
.audio-link {
    margin-left: 70%;
    margin-right: 15%;
    border-radius: 10px;
    border: thin solid #000000;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.audio-separator {
    border-bottom: thin solid #858585;
    max-width: 1000px;
    margin-left: 15%;
    margin-right: 15%;
}
.button-blue {
    border: thin solid #000000;
    background-color: white;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    min-height: 60px;
}
.button-blue:hover {
    background-color: #45ABFF;
    color: white;
}
.button-red {
    border: thin solid #000000;
    background-color: white;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    min-height: 60px;
}
.button-red:hover {
    background-color: #FF2727;
    color: white;
}
.ctr {
    text-align: center;
}
.charity_heading {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    color: #858585;
    border-bottom: medium solid #000000;
    padding-bottom: 7px;
}
.charity_heading2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    color: #858585;
    border-bottom: medium solid #000000;
    padding-bottom: 7px;
    padding-top: 20px;
    margin-bottom: 2px;
    margin-top: 25px;
}
.charity-additional-container {
    border-bottom: thin solid #000000;
    display: table;
    width: 75%;
    max-width: 1000px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.charity-additional-col-1 {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    padding-right: 5px;
}
.charity-additional-col-2 {
    text-align: center;
    font-weight: bold;
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    padding-left: 5px;
}
.comingsoon {
    height: 40vmax;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: center;
    border: thin solid #8B8B8B;
    flex-flow: column;
}
.comingsoon div {
    color: #858585;
    font-size: xx-large;
    text-align: center;
}
.comingsoon p {
    margin: auto;
    color: #858585;
    font-size: xx-large;
    text-align: center;
}
.footer-section {
    background-color: #0040FF;
    margin-top: 0.5%;
    display: flex;
    width: 75%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.footer-container {
    background-color: #EFFF00;
    margin-top: 0px;
    display: flex;
    width: 75%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.gallery-nav-spacer {
    height: 8px;
    background-color: #FFFFFF;
}
.home-master-container {
    display: flex;
    height: calc(95vh - 1.75vw - 135px);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-direction: column;
    align-items: center;
}
.home-top-container {
    display: flex;
    width: 100%;
    flex-flow: column;
    max-height: 85%;
    margin-bottom: 10px;
}
.home-bottom-container {
    display: flex;
    width: 75%;
    align-items: center;
    margin-top: auto;
    justify-content: center;
    max-width: 1000px;
    height: calc(25px + 2vh);
    max-height: 15%;
    margin-left: auto;
    margin-right: auto;
    border-top: thin solid #8B8B8B;
}
.home-bottom-left {
    display: flex;
    height: 85%;
    min-width: 25%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.home-video-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    align-content: center;
}
.intro {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 1000px;
    padding-bottom: 25px;
    font-size: x-large;
}
.links {
    color: #000000;
    text-decoration: none;
}
.mem-fund-container {
    width: 75%;
    max-width: 1000px;
    border-bottom: thin solid #858585;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
.mem-fund-name {
}
.mem-fund-text {
    padding-right: 10px;
    font-size: large;
}
.nav-text {
    text-decoration: none;
    color: #8E8E8E;
    font-weight: bold;
    text-align: center;
}
.nav-active {
    color: #040404;
}
.nav-last {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-middle {
    width: 20%;
    border-right: thin solid #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-first {
    width: 20%;
    text-align: center;
    border-right: thin solid #898989;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nav-section {
    border-bottom: thin solid #868686;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-bottom: 5px;
}
#nav-container-gallery {
    width: 79.25%;
    height: 25px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    display: flex;
    vertical-align: middle;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
#nav-container {
    display: flex;
    width: 75%;
    max-width: 1000px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 35px;
    min-width: 380px;
}
.nav-bottom-container {
    display: flex;
    width: 75%;
    align-items: center;
    margin-top: auto;
    justify-content: center;
    max-width: 1000px;
    height: calc(25px + 2vh);
    max-height: 15%;
    margin-left: auto;
    margin-right: auto;
    border-top: thin solid #8B8B8B;
}
.nav-bottom-left {
    display: flex;
    height: 85%;
    min-width: 25%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.nav-text-bottom {
    background-color: white;
    color: #777777;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.obituary-container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 5vh;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-top: thin solid #8B8B8B;
    margin-bottom: calc(5px + 2.5vh);
}
.obituary-text {
    font-size: calc(1em + 0.1vw + 0.1vh);
    line-height: calc(1em + 1vw);
}
.obituary-portrait {
    display: flex;
    justify-content: center;
    height: calc(100px + 25vh);
}
.purple {
    color: #8B00C5;
}
.section-container {
    max-width: 1000px;
    color: #858585;
    margin-top: 50px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-style: none none solid none;
    border-bottom-width: medium;
    border-bottom-color: #000000;
}
.section-heading {
    color: #858585;
    border-bottom: medium solid #000000;
}
.slideshow-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 72px);
}
.slideshow-container {
    width: 90%;
    max-height: 80%;
}
.subtitle {
    text-align: center;
    color: #5A5A5A;
    font-size: calc(0.65em + 0.5vw);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: calc(10px + 2vh);
}
.test-master-container {
    display: flex;
    background-color: #F60004;
    height: calc(95vh - 1.75vw - 140px);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-direction: column;
    align-items: center;
}
.test-top-container {
    background-color: #13B3EB;
    display: flex;
    width: 100%;
    flex-flow: column;
    max-height: 90%;
}
.test-video-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    align-content: center;
    background-color: #D100FF;
    max-height: 100%;
}
.test-bottom-container {
    display: flex;
    width: 75%;
    align-items: center;
    margin-top: auto;
    justify-content: center;
    max-width: 1000px;
    height: calc(25px + 2vh);
    max-height: 15%;
    margin-left: auto;
    margin-right: auto;
    border-top: thin solid #8B8B8B;
    background-color: #08FF00;
}
.test-bottom-left {
    display: flex;
    height: 85%;
    min-width: 25%;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.test-bottom-right {
    display: flex;
    height: 85%;
    min-width: 25%;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.test-nav-text-bottom {
    background-color: white;
    color: #777777;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thankyou {
    text-align: center;
    font-size: 1.5em;
    color: #8B00C5;
    margin-top: 35px;
    margin-bottom: 75px;
    margin-right: 35px;
}
.title {
    text-align: center;
    font-weight: normal;
    font-size: calc(1.5em + 1vw);
    margin-bottom: 5px;
    margin-top: 3vh;
}
.title-for-fixed-nav {
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-top: calc(4% + 35px);
}
.trebek {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 1000px;
    padding-bottom: 25px;
}
.vanishing-header {
    text-align: center;
    color: #5A5A5A;
    font-size: 1.5em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0px;
}
