* {

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

a {

    text-decoration: underline;
    color: cyan;

}

a:hover {

    opacity: 0.5;

}

ul {

    margin: 0;
    padding: 0;

    list-style: none;

}

body {

    margin: 0;

    font-family:fantasy;

    color: #ab79ad;

    background-image: linear-gradient(rgba(50, 0, 0, 0.9), rgba(0, 0, 50, 0.9), rgba(0, 50, 50, 0.9));
    background-size: 200%;
    background-repeat: repeat-y;

}

#backgroundImage {

    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    z-index: -1;

}

#header {

    display: flex;
    flex-direction: row;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    align-items: center;
    justify-content: space-between;

    width: calc(100% - 1vw);
    height: 10vh;

    z-index: 10;

    background-image: linear-gradient(rgba(50, 0, 0, 0.9), rgba(0, 0, 50, 0.9), rgba(0, 50, 50, 0.9));

    font-size: calc(10pt + 2.5vw);

    border: 0.5vw solid #c9c1ff;
    border-radius: 5px;

}

#templiOmegaSymbol_header {

    min-width: 50px;
    max-width: 5vw;

    margin: 0 0 0 2.5%;

}

#templiOmegaSymbol_header:hover {

    cursor: pointer;

    opacity: 0.75;

}

#headerLogoSymbolSection {

    display: flex;
    flex-direction: row;

    align-items: center;

    width: 100%;

}

#logoText {

    margin: 0 0 0 2.5%;

    color: white;

}

#logoText:hover {

    cursor: pointer;

    opacity: 0.75;

}

#headerWelcomeSection {

    margin: 0;

}

#navBar {

    display: flex;
    flex-direction: row;

    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    align-content: center;

    margin: 0 2.5% 0 0;

}

#menu {

    margin: 0 20% 0 20%;

    font-size: calc(20pt + 5vh);

    color: white;

}

#menu:hover {

    cursor: pointer;

}

#navLinks {

    display: none;
    flex-direction: column;

    justify-content: right;
    justify-self: right;
    justify-items: right;
    align-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;

    position: fixed;
    top: 10vh;
    right: 0;

    z-index: 10;

    margin: 2rem;
    padding: 2rem;

    font-size: calc(10pt + 1vh);

    background-image: linear-gradient(rgba(50, 0, 0, 0.9), rgba(0, 0, 50, 0.9), rgba(0, 50, 50, 0.9));

    border: 2px solid red;
    border-radius: 1rem;

}

.navLink {

    margin: 0.5rem 0 0.5rem 0;

}

#bannerContainer {

    display: flex;

    flex-direction: column;

    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    align-content: center;

    margin-top: 15vh;

    width: 100%;

}

#bannerWrapper {

    display: flex;
    
    flex-direction: column;

    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    align-content: center;
    
}

.banner {

    border: 2px solid white;
    border-radius: 10px;

}

#logoBanner {

    max-width: 25vw;

}

#aboutBanner {

    max-width: 25vw;

}

.breakerDiv {

    display: flex;

    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;

    width: 100%;

}

.breaker {

    display: flex;

    min-height: 50px;
    height: 5vh;
    max-height: 500px;

    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;
    
}

.bodySection {
    
    display: flex;
    flex-direction: column;

    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;

    margin: 2.5vh 0 2.5vh 0;

    text-align: center;

}

#bodySection2 {

    display: flex;
    flex-direction: row;

    width: calc(100% - 4px);

}

.bodySectionHeader {

    font-size: calc(16pt + 1vw);
    color: white;
    
}

.bodySectionText {

    margin: 2.5vh 2.5vw 2.5vh 2.5vw;

    font-size: calc(10pt + 1vw);
    
}

#welcomeText {

    font-size: calc(10pt + 10vw);
    font-weight: bold;

}

#faqHeader {

    margin: 5vh 2.5vw 2.5vh 2.5vw;
    
    font-size: calc(10pt + 5vw);
    text-decoration: underline;

}

#gospels {

    display: flex;
    flex-direction: column;

    justify-self: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-self: center;
    align-content: center;

    margin: 0 5% 0 5%;
    
}

#gospelImg {

    min-height: 200px;
    height: 20vh;
    max-height: 20vh;

    border-radius: 5px;

}

.gospel {

    margin: 2% 0 2% 0;

    font-size: calc(12pt + 1vh);
    
}

#footer {

    width: calc(100% - 1vw);

    margin: 10vh 0 5vh 0;

    font-size: calc(10pt + 1vw);

    border: 0.5vw solid #c9c1ff;
    border-radius: 5px;

}

#footerText {

    margin: 1%;

    color: white;

}

.formattedList {

    list-style: square;

    margin: 10vh 0 0 0;

}

.formattedListText {

    margin: 2.5vh 2.5vw 2.5vh 2.5vw;

    font-size: calc(10pt + 1vw);

}
