/*

Yuille Genealogy, ©2023

Created By: Allen Hamlette @ The Web Penguin, LLC

*/

html, body {
    background-image: url("#");
        background-color: #cee2ce;
    width: 100%;
    height: auto;
    min-width: 320px;
    max-width: 2100px;
    text-align: left;
    font-family: Baskerville, "Times New Roman", serif;
    margin: auto;
    color: midnightblue;
}

body {
    background: url("#") repeat;
    animation: fadeInAnimation ease .3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

h1, h2, h3, h4, h5, h6, label, span {
    font-weight: bold;
}

p {
    font-size: large;
}

a {
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
    color: green;
}

:hover {
    transition: .2s ;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

u {
    font-family: inherit;
    font-weight: bold;
}

span {

}

.border {
    padding: 10px;
    border: 10px solid green;
    width: 100%;
    background-image: url("#");
}

.socialMediaLinks {
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.socialMediaLinks > .link {
    height: 100%;
    width: 40px;
    float: right;
}

.homeLink, .title, .homepageTitle ,nav {
    text-align: center;
}

.title {
    margin: 3% auto;
    text-decoration: underline;
}

.introduction > h2 {
    padding-left: 7%;
}

.introduction > p {
    width: 80%;
    margin: auto;
}

.intro {
    padding: 0 3%;
}

.intro > h4 {
    width: 90%;
    margin: auto;
}

.image {
    border: 3px double midnightblue;
    height: 100%;
    width: 100%;
    background-color: white;
}

.video {
    border: 3px double midnightblue;
    background-color: lightgray;
    width: 75%;
    height: 500px;
    margin: auto;
}

iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

embed {
    width: 100% !important;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

ul {
    list-style-type: square;
}

li {
    text-align: left;
    padding-left: 15px;
    margin: 5px 0;
}

hr {
    border: midnightblue solid 2px;
    margin: 3% 10%;
}

form {
    width: 50%;
    min-width: 275px;
    max-width: 900px !important;
    margin: 5% auto;
}

input {
    width: 100%;
    margin: auto;
    font-size: large;
}

textarea {
    min-height: 200px;
}

.checkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: large;
}

input#fullPageAd, input#halfPageAd, input#quarterPageAndCard {
    width: fit-content;
    margin-right: 10px;
}

.mailchimp {
    text-align: left;
    margin: auto;
    width: 60%;
    min-width: 300px;
    max-width: 700px;
}

#mc_embed_signup > form {
    width: 100%;
    min-width: unset;
}

footer {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: lightgray;
    border-top: gray 5px solid;
    background-image: url("#");
    color: midnightblue;
}

.twpLogo {
    width: auto;
    height: 75px;
}

.twpLogo > .image {
    background-color: transparent;
}

.copyright {
    width: 60%;
    float: left;
    margin-top: 40px;
}

.twpLogo > .image {
    border-color: transparent;
}

.primaryFooter {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px;
}

.copyright {
    width: 70%;
    float: left;
}

.twpLogo {
    height: 75px;
    width: 15%;
    float: left;
}

.twpLogo, .copyright {
    margin: 0;
}

.twpLogo {
    text-align: left;
}

.addtlLinks  {
    width: 15%;
    float: left;
    color: inherit;
    text-align: right;
}

.addtlLinks, .copyright {
    margin-top: 3%;
}

.copyright > a:hover {
    color: midnightblue;
    text-decoration: underline;
}

.hide {
    display: none;
}

.homeLink > a > .image {
    width: fit-content;
    height: 80px;
    margin: auto;
    background-color: transparent;
    border-color: transparent;
}

.homeLink {
    padding: 1%;
    width: fit-content;
    margin: auto;
}

.homeLink > a > .image {
    background-image: unset;
}

.page {
    min-height: 500px;
}

.navbar-brand {
    height: 75px;
}

.navbar-brand > .image {
    border-color: transparent;
    height: 100%;
}

#navbarSupportedContent > ul > li, .nav-item > .button {
    font-weight: bold;
    font-size: 16px;
}


h1 {
    font-size: xx-large;
}

.button {
    width: auto;
    border-color: green;
    color: green;
    background-color: white;
}

.button:hover {
    border-color: black;
    background-color: green;
    color: white;
}

.adminButtons {
    display:inline-block;
    width: 100%;
    margin: 10px auto;
}

.adminButtons > hr {
    margin: 0 0 5% 0;
}

.adminButtons > a > .editButton {
    width: fit-content;
    float: left;
}

.adminButtons > .deleteButton {
    width: fit-content;
    float: right;
}

.deleteButton > form {
    width: unset;
    min-width: unset;
    margin: 0;
}

.heroImage {
    width: 100%;
    height: 60vw;
    max-height: 650px;
    border: 3px solid transparent;
}

.section {
    width: 100%;
    min-height: 150px;
    padding: 2%;
}

.section > h3, .section > h4 {
    padding: 1% 5%;
}

.section > p {
    padding: 0 10%;
}

.one {
    background-color: lightcoral;
}

.two {
    background-color: lightyellow;
}

.three {
    background-color: lightgreen;
}

.four {
    background-color: lightblue;
}

.five {
    background-color: lightsalmon;
}

.twoColumnBanner {
    display: inline-block;
    width: 100%;
    height: 35vw;
    min-height: 250px;
    max-height: 500px;
    margin: auto;
}

.twoColumnBanner > .left, .twoColumnBanner > .right {
    width: 50%;
    height: 100%;
    border: 3px solid transparent;
}

.left {
    float: left;
    padding: 1%;
}

.twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
    height: 20vw;
}

.twoColumnBanner > .right > .content, .twoColumnBanner > .left > .content {
    text-align: center;
    padding: 5%;
}

.right {
    float: right;
    padding: 1%;
}

.threeColumnBanner {
    display: inline-block;
    width: 100%;
}

.column {
    width: 33.33%;
    height: 100%;
    border: 3px solid transparent;
    min-height: 250px;
    padding: 10px;
    float: left;
}

.column > .image {
    width: 100%;
    max-width: 600px;
    height: 20vw;
    margin: auto;
}

.confidenceStatement, .callToAction {
    width: 100%;
    padding: 3%;
    text-align: center;
}

.callToAction > a > .button, .callToAction > .button {
    font-size: large;
    font-weight: bold;
    margin: 0 2%;
}

.callToAction > h2 > span {
    font-size: 40px;
}

.callToAction > h3 {
    margin: 0 auto 3%;
}

.confidenceStatement > h1 {
    font-size: xxx-large;
}

.index {
    display: inline-block;
    width: 100%;
    padding: 3%;
}

.index > h2 {
    text-decoration: underline;
}

.postImage {
    width: fit-content;
    max-height: 400px;
    height: 80vw;
    margin: 0 auto;
}

.postBody {
    width: 70%;
    margin: auto;
}

.articleDate {
    text-align: center;
}

/* welcome */
.heroImage {
    background-color: white;
    background: url("/images/photos/stock/familyPraying.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 96%;
    margin: auto;
}

.homepageTitle {
    height: 100%;
}

.homepageTitle > .logo {
    height: 200px;
    width: 200px;
    margin: 400px auto 0;
    position: relative;
    top: 0;
    left: 35vw;
}

.homepageTitle > .logo > .image {
    height: 100%;
}

.resource {
    width: 42%;
    height: auto;
    float: left;
    margin: 4%;
    border: 5px double midnightblue;
    padding: 3% 2% 3%;
    text-align: center;
    background-color: lightgray;
}

.resource > .information {
    font-size: 1.25vw;
    height: 13vw;
}

.resource > .information > h3 {
    font-size: 2vw;
    text-decoration: underline;
}

#otherResources {
    padding: 0 10%;
}

/* contact-us */
.twoColumnBanner > .right > form {
    margin: 0 auto;
}

/* dashboard */
#dashboardAdmin {
    margin: 1% auto 5%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#dashboardAdmin > a > button {
    width: 50%;
    min-width:300px;
    max-width: 300px;
    padding: 2%;
    margin: 1.5% 1%;
    font-size: large;
}

/* family-projects */
.project {
    width: 23%;
    max-width: 500px;
    float: left;
    padding: 2%;
    border: 1px dotted transparent;
    background-color: lightgray;
    margin: 1%;
}

.project:hover {
    border: 1px dashed gray;
    transform: scale(1.02);
    background-color: midnightblue;
    color: white;
}

.project > .image {
    height: fit-content;
    width: 100%;
    max-height: 350px;
}

.project > .title > h3 {
    height: 60px;
}

.project > .description {
    height: 15vw;
    min-height: 175px;
    max-height: 225px;
}

/* news */
.article {
    width: 23%;
    max-width: 500px;
    margin: 1%;
    float: left;
    padding: 2%;
    border: 1px dotted transparent;
    background-color: lightgray;
}

.article:hover {
    border: 1px dashed gray;
    transform: scale(1.02);
    background-color: midnightblue;
    color: white;
}

.article > .image {
    width: 100%;
    height: fit-content;
    max-height: 300px;
}

.article > .intro {
    height: 15vw;
    min-height: 175px;
    max-height: 200px;
}

/* shop */
.product {
    width: 25%;
    max-width: 500px;
    float: left;
    padding: 2%;
    border: 1px dotted transparent;
}

.product:hover {
    border: 1px dashed gray;
    transform: scale(1.02);
    background-color: midnightblue;
    color: white;
}

.product > .image {
    height: 15vw;
    max-height: 300px;
}

.product > .information {
    text-align: center;
    margin-top: 5px;
}

/* documents */
.document {
    margin: 3% auto;
    width: 50%;
    height: 50vw;
    float: left;
    padding: 2%;
}

.document > embed {
    width: 100%;
    height: 100%;
    border: 3px solid midnightblue;
}

/* forms */
#clientForms {
    padding: 0 5%;
}

.clientForm {
    height: 30vw;
}

.clientForm > .image {
    height: 75%;
}

.clientForm > .title {
    height: 25%;
}

/* terms */
.termsOfService {
    padding: 0 5%;
}

/* leadership */
.person {
    width: 31.33%;
    height: 50vw;
    max-height: 500px;
    margin: 1%;
    padding: 15px;
    float: left;
    text-align: center;
}

.person > .image {
    width: 90%;
    height: 75%;
    max-height: 350px;
    margin: 0 auto 3%;
}

.person > .image > img {
    object-fit: cover;
    object-position: center;
}

.person > .information {
    height: 20%;
}

.person > .information > h4 {
    height: auto;
    font-size: 20px;
}

/* CONTACT-US */
.contactForm > .twoColumnBanner {
    padding: 0 10%;
}

.contactForm > .twoColumnBanner > .left > .image {
    height: 100%;
    width: fit-content;
    margin: 10% auto;
}

.contactForm > .twoColumnBanner {
    width: 100%;
    height: auto;
    max-height: unset;
}

/*  */

@media (min-width: 280px) and (max-width: 599px)  {
    /* common */
    .navbar-brand > .image {
        height: 100%;
    }

    .section > h2, .section > h3, .section > h4 {
        text-align: center;
    }

    .section > p {
        padding: 0 3%;
    }

    .form > form {
        width: 90%;
        max-width: unset;
    }

    .checkbox {
        font-size: small;
    }

    .image {
        height: 25vw;
    }

    .video {
        width: 98%;
        height: 75vw;
    }

    .button {
        font-size: x-small;
    }

    .index {
        padding: 1%;
    }

    .homeLink > h1 {
        font-size: x-large;
    }

    .homepageTitle {
        margin: 1% auto 3%;
        padding: 0;
    }

    .title {
        padding: 0 3%;
    }

    .homepageTitle > h1 {
        font-size: x-large;
    }

    .homepageTitle > h1 > br {
        display: none;
    }

    .intro > h4 {
        width: 96%;
        margin: auto;
        font-size: large;
    }

    .heroImage {
        height: 60vw;
    }

    .heroImage > .homepageTitle > .logo > .image {
        height: 100%;
    }

    .confidenceStatement > h1 {
        font-size: x-large;
    }

    .callToAction > a > .button, .callToAction > .button {
        font-size: x-small;
        margin: 10px 1%;
        width: 100%;
    }

    .callToAction > h2 > span {
        font-size: 24px;
    }

    .mailchimp {
        padding: 5%;
    }

    .copyright {
        width: 100%;
    }

    .primaryFooter {
        height: 350px;
    }

    .twpLogo, .addtlLinks {
        width: 100%;
        text-align: center;
    }

    .twpLogo {
        position: relative;
        bottom: -250px;
        margin: auto;
    }

    .twpLogo > .image {
        height: 75px;
    }

    .twoColumnBanner {
        display: inline-block;
        height: unset;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        float: none;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
    }

    .column {
        width: 100%;
    }

    .column > .image {
        height: unset;
        min-height: 50vw;
    }

    .postImage {
        width: 50vw;
        height: fit-content;
        margin: 0 auto;
    }

    /* welcome */
    .introduction > h2 {
        padding: 0;
    }

    .homepageTitle > .logo > .image {
        height: 40vw;
    }

    /* welcome */
    .homepageTitle > .logo {
        height: 35vw;
        width: 35vw;
        margin: 20vw auto 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .introduction > p {
        font-size: unset;
        width: 100%;
    }

    .resource {
        width: 100%;
        height: auto;
        float: none;
    }

    .resource > .information {
        height: auto;
        font-size: 12px;
    }

    .resource > .information > h3 {
        font-size: 24px;
    }

    /* family-projects */
    #familyProjects {
        padding: 3% 15%;
    }

    #familyProjects > .project > .image {
        height: 20vw;
    }

    #familyProjects > .project {
        width: 48%;
        height: auto;
        margin: 1%;
    }

    .project > .title > h3 {
        font-size: small;
        height: 40px;
    }

    .project > .description {
        min-height: fit-content;
        height: 125px;
    }

    .project > .description > p {
        font-size: .75em;
    }

    .project > .callToAction {
        padding: 0 15%;
        margin: 15px 0;
    }

    /* news */
    #news {
        padding: 3% 5%;
    }

    #news > .article > .image {
        height: fit-content;
        width: 100%;
        margin: auto;
    }

    #news > .article {
        width: 48%;
        height: auto;
        margin: 1%;
    }

    .article > .title > h3 {
        font-size: small;
        height: 40px;
    }

    .article > .description {
        min-height: fit-content;
        height: 125px;
    }

    .article > .description > p {
        font-size: .75em;
    }

    .article > .callToAction {
        padding: 0 15%;
        margin: 15px 0;
    }

    /* leadership */
    #leadership > .person {
        width: 48%;
        height: 250px;
        margin: 5% auto;
    }

    #leadership > .person > .image {
        height: 45vw;
        width: 90%;
    }

    #leadership > .person > .information {
        height: fit-content;
    }

    #leadership > .person > .information > h3 {
        min-height: 40px;
        font-size: x-large;
    }

    #committees > .person {
        width: 30%;
        height: 250px;
        margin: 5% 1% auto;
    }

    #committees > .person > .image {
        height: 30vw;
        width: 90%;
    }

    #committees > .person > .information {
        height: fit-content;
    }

    #committees > .person > .information > h3 {
        min-height: 40px;
        font-size: x-large;
    }

    #leadership, #committees {
        margin: 3% auto;
    }

    /* donate */
    #donationOptions > .column > .image {
        height: 40vw;
        width: 80vw;
        margin: auto;
    }

    /* documents */
    .document {
        margin: 100px auto;
        width: 80%;
        height: 400px;
        float: none;
    }

    /* forms */
    #clientForms > .clientForm {
        width: 46%;
        height: 65vw;
        margin: 1% 2%;
        float: left;
    }

    .clientForm > .title > h4 {
        font-size: 1.2em;
    }


    /*  */
}

@media (min-width: 600px) and (max-width: 899px) {
    /* common */
    p {
        font-size: small;
    }

    .callToAction > a > .button, .callToAction > .button {
        font-size: small;
        margin: 0 1%;
    }

    .image {
        height: 25vw;
    }

    .button {
        font-size: x-small;
    }

    .index {
        padding: 1%;
    }

    .homeLink > h1 {
        font-size: x-large;
    }

    .homepageTitle {
        margin: 0 auto;
        padding: 0;
    }

    .homepageTitle > h1 {
        font-size: x-large;
    }

    .homepageTitle > h1 > br {
        display: none;
    }

    .intro > h4 {
        font-size: large;
        width: 96%;
        margin: auto;
    }

    .heroImage {
        width: 100%;
    }

    .confidenceStatement > h1 {
        font-size: xx-large;
    }

    .mailchimp {
        padding: 5%;
    }

    .copyright {
        width: 100%;
    }

    .primaryFooter {
        height: 300px;
    }

    .twpLogo, .addtlLinks {
        width: 100%;
        text-align: center;
    }

    .twpLogo {
        position: relative;
        bottom: -225px;
    }

    .twpLogo > .image {
        height: 60px;
    }

    .twoColumnBanner {
        display: inline-block;
        height: unset;
    }

    .twoColumnBanner > .left, .twoColumnBanner > .right {
        width: 100%;
        float: none;
    }

    .twoColumnBanner > .left > .image, .twoColumnBanner > .right > .image, .twoColumnBanner > .left > .content, .twoColumnBanner > .right > .content {
        height: unset;
    }

    .column {
        width: 100%;
    }

    .column > .image {
        height: unset;
        min-height: 45vw;
    }

    .postImage {
        width: fit-content;
        height: 400px;
    }

    /* welcome */
    .homepageTitle > .logo {
        height: 25vw;
        width: 25vw;
        margin: 30vw auto 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .resource {
        width: 100%;
        height: auto;
        float: none;
    }

    .resource > .information {
        font-size: 16px;
        height: auto;
    }

    .resource > .information > h3 {
        font-size: 20px;
    }


    /* family-projects */
    #familyProjects {
        padding: 3% 15%;
    }

    #familyProjects > .project > .image {
        height: 25vw;
        max-height: 300px;
    }

    .project {
        width: 48%;
        margin: 2% 1%;
    }

    .project > .title > h3 {
        font-size: 20px;
    }

    .project > .description {
        min-height: 11em;
    }

    /* news */
    #news {
        padding: 3% 15%;
    }

    #news > .article {
        width: 48%;
        margin: 2% 1%;
    }

    .article > .title > h3 {
        font-size: 20px;
    }

    .article > .description {
        min-height: 11em;
    }

    /* documents */
    .document {
        margin: 100px auto;
        width: 80%;
        height: 700px;
        float: none;
    }

    /* forms */
    #clientForms > .clientForm {
        width: 46%;
        height: 55vw;
        margin: 1% 2%;
        float: left;
    }

    /* contact-us */
    .contactForm > .twoColumnBanner > .left > .image {
        height: 350px;
        width: fit-content;
        margin: 10% auto;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    /* common */
    p {
        font-size: medium;
    }

    .intro > h4 {
        width: 96%;
        margin: auto;
    }

    /* welcome */
    .homepageTitle > .logo {
        height: 200px;
        width: 200px;
        margin: 35vw auto 0;
        position: relative;
        top: 0;
        left: 35vw;
    }

    .resource {
        width: 70%;
        height: auto;
        margin: 2% auto;
        float: none;
    }

    .resource > .information {
        height: auto;
    }

    .resource > .information > h3 {
        font-size: 24px;
    }

    .resource > .information {
        font-size: 16px;
    }

    /* family-projects */
    .project {
        width: 31.33%;
        margin: 2% 1%;
    }

    #familyProjects > .project > .image {
        height: 20vw;
    }

    .project > .title > h3 {
        font-size: 20px;
    }

    .project > .description {
        min-height: 13em;
    }

    /* news */
    .article {
        width: 31.33%;
        margin: 2% 1%;
    }

    .article > .title > h3 {
        font-size: 20px;
    }

    .article > .description {
        min-height: 13em;
    }

    /* dashboard */
    #dashboardAdmin > a > button {
        width: 45%;
        max-width: unset;
        min-width: unset;
    }

    /* forms */
    #clientForms > .clientForm {
        width: 29.33%;
        height: 40vw;
        margin: 2%;
        float: left;
    }

    /* contact-us */
    .contactForm > .twoColumnBanner > .left > .image {
        margin: 20% auto 0;
    }

    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
}

@media (min-width: 1200px) and (max-width: 1799px) {
    /* welcome */
    #newsBanner > .right > .content > ul > li {
        font-size: 1.25vw;
    }

    .resource {
        width: 31.33%;
        height: auto;
        margin: 2% 1%;
    }

    .resource > .information {
        font-size: 1vw;
    }

    .resource > .information > h3 {
        font-size: 1.5vw;
    }

    .resource > .information {
        font-size: 1.25vw;
        height: 13vw;
    }

    /* family-projects */
    .project > .description {
        min-height: 14em;
    }

    .project > .description > p {
        font-size: medium;
    }

    /* news */
    .article > .description {
        min-height: 14em;
    }

    .article > .description > p {
        font-size: medium;
    }

    /* dashboard */
    #dashboardAdmin > a > button {
        width: 10%;
        min-width: 250px;
    }

    /* forms */
    #clientForms > .clientForm {
        width: 29.33%;
        height: 35vw;
        margin: 2%;
        float: left;
    }

    /* contact-us */
    .contactForm > .twoColumnBanner {
        padding: 0 15%;
    }

    .contactForm > .twoColumnBanner > .left > .image {
        height: 30vw;
        max-height: 600px;
        width: fit-content;
        margin: 10% auto;
    }


    /*  */
}

@media (min-width: 1800px) and (max-width: 4000px) {
    /* welcome */
    .resource {
        width: 31.33%;
        margin: 2% 1%;
    }

    .resource {
        width: 31.33%;
        height: auto;
        margin: 2% 1%;
    }

    .resource > .information {
        font-size: 28px;
        height: 15vw;
        max-height: 325px;
    }

    .resource > .information > h3 {
        font-size: 36px;
    }

    /* forms */
    #clientForms > .clientForm {
        width: 21%;
        height: 40vw;
        max-height: 500px;
        margin: 2%;
        float: left;
    }

    /* contact-us */
    .contactForm > .twoColumnBanner {
        padding: 0 15%;
    }

    .contactForm > .twoColumnBanner > .left > .image {
        height: 600px;
        width: fit-content;
        margin: 5% auto;
    }

    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
}
