body {
    font-family: Arial, Helvetica, sans-serif;
}

.spa {
    display: flex;
    flex-direction: column;
    /* background-color: lightskyblue; */
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    padding: 20px 0px 0px 0px;
}

nav {
    background-color: rgb(0, 50, 50, 0.1);
}

nav a {
    display: inline-block;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    background-color: rgb(0, 0, 0, 0.1);
    padding: 10px 20px 0px 20px;
}

nav a {
    text-decoration: none;
    padding-bottom: 2px;
}

nav a:hover {
    background-color: rgb(0, 0, 0, 0.2);
}

nav a.active {
    background-color: rgb(0, 0, 0, 0.2);
    color: black;
    transform: translate(0px, 1px);
    border-bottom: none;
    z-index: 100;
}

#main {
    padding: 10px;
}

.oneThird {
    position: relative;
    top: 70px;
    left: 0px;
    transform: scale(0.85);
    box-shadow: 8px 8px 15px grey;
    /*   width: 1000px; */
}

.usletter {
    max-width: 998px;
}

.maskTest {
    /* clip-path: ellipse( 25% 25% at 10%); */
    mask-type: alpha;
    mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), transparent);
}

.maskRight {
    /* clip-path: ellipse( 25% 25% at 10%); */
    mask-type: alpha;
    mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.bizEnvelopeContainer {
    display: flex;
    width: 912px;
    height: 396px;
    background-color: rgb(0, 0, 0, 0.1);
    margin-top: 10px;
    border: 1px solid black;
}

#returnAddressBlock {
    margin-top: 10px;
    margin-left: 10px;
    width: 230px;
    height: 186px;
    background-image: url("BizEnvelopeWithReturnAddress.svg");
    background-repeat: no-repeat;
    transform: scale(99.9%);
}

#ELCAforeverStamp {
    /* position: absolute;
    top: -260px;
    left: 455px; */
    margin-right: -80%;
    /* width: 450px;
    height: 400px; */
    transform: scale(50%);
    z-index: 100;
    background-image: url("ELCA.svg");
    background-repeat: no-repeat;
}

.envelopeAddressee {
    /* position: absolute;
    top: 240px;
    left: 320px; */
    margin-top: 200px;
    margin-left: 50px;
    font-size: 24px;
    color: rgb(0, 0, 100);
}

.envelopeAddressee p {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.bizCard-container {
    /* margin: 4px; */
    position: relative;
    top: 62px;
    left: 0px;
    width: 1085px;
    height: 635px;
    background: linear-gradient(to top, rgb(203, 218, 238), rgb(163, 187, 212));
    clip-path: inset(16px);
    z-index: -200;
}

.bizCard-bottom-right-background {
    position: relative;
    top: 40px;
    left: 0px;
    min-width: 998px;
    clip-path: inset(16px);
    /* This translate 330px is what pushes the logo over to the right edge of the business card */
    transform: scale(70%) translate(330px, -748px);
    /* mask-image: linear-gradient( to right transparent, transparent, transparent,  black, black, transparent, transparent ) ; */
    border-bottom: 40px solid rgb(24, 45, 93, 0.0);
    z-index: -1;
}

.bizCard-bottom-center-background {
    position: relative;
    top: 40px;
    left: 0px;
    min-width: 998px;
    clip-path: inset(16px);
    /* This translate 330px is what pushes the logo over to the right edge of the business card */
    transform: scale(70%) translate(40px, -748px);
    /* mask-image: linear-gradient( to right transparent, transparent, transparent,  black, black, transparent, transparent ) ; */
    border-bottom: 40px solid rgb(24, 45, 93, 0.0);
    z-index: -1;
}

.bizCard-fullBleed {
    width: 1083px;
    height: 633px;
    /* background: purple; */
    border: 1px solid rgb(24, 45, 93);
    border-bottom: 40px solid rgb(24, 45, 93);
    position: relative;
    top: 6;
    left: 6;
    z-index: 0;
    clip-path: inset(16px);
}

.bizCard-actual {
    width: 1052px;
    height: 600px;
    /* border: 1px dashed salmon; */
    /* border-bottom: 40px solid  brown; rgb(24, 45, 93); */
    /* background: radial-gradient(from bottom rgb(255,255,149), pink); */
    position: relative;
    /* background-color: rgb(24, 45, 93); */
    /* mask-mode: alpha;
    mask-image: polygon( 50 50, 900 50, 90 550, 50 550, 50 50 );
    mask-image:; */
    top: 16px;
    left: 16px;
    z-index: 1;
}

.bizCard-safe {
    width: 1012px;
    height: 558px;
    border-top-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 60px;
    border-style: solid;
    border-color: rgb(24, 45, 93, 0.0);
    position: relative;
    background: linear-gradient(from bottom, red, orange);
    top: 0px;
    left: 0px;
    z-index: 2;
}

.bizCard-border {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: url('bizCardBorder.svg');
    z-index: 10;
}

.bizCard-border-bottom-right {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    background: url('bizCardBorder-Right-Bottom.svg');
    z-index: 10;
}

.bizCard-bottom-right-personalContent {
    position: relative;
    top: 80px;
    left: 80px;
    width: 800px;
    height: 466px;
    border-bottom: 40px solid rgb(24, 45, 93);
    overflow: hidden;
    z-index: 30;
}

.bizCard-personalContent {
    position: relative;
    top: 70px;
    left: 100px;
    width: 800px;
    height: 466px;
    border-bottom: 40px solid rgb(24, 45, 93);
    overflow: hidden;
    z-index: 30;
}

.bizCard-name {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 0, 255, 0.0);
    font-size: 50px;
    z-index: 50;
}

.bizCard-position {
    position: relative;
    left: 0px;
    top: 81px;
    width: 100%;
    height: 46px;
    background-color: rgb(0, 230, 250, 0.0);
    font-size: 36px;
    z-index: 50;
}

.bizCard-role {
    position: relative;
    left: 0px;
    top: 128px;
    width: 100%;
    height: 46px;
    background-color: rgba(70, 117, 122, 0.0);
    font-size: 36px;
    z-index: 50;
}

.bizCard-email {
    position: relative;
    left: 0px;
    top: 174px;
    width: 100%;
    height: 46px;
    background-color: rgb(200, 100, 0, 0.0);
    font-size: 30px;
    z-index: 50;
}

.bizCard-phone {
    position: relative;
    left: 0px;
    top: 220px;
    width: 100%;
    height: 46px;
    background-color: rgb(200, 200, 0, 0.0);
    font-size: 30px;
    z-index: 50;
}

.bizCard-church {
    position: relative;
    left: 0px;
    top: 512px;
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-family: 'Raleway';
    letter-spacing: 0.8px;
    color: white;
    z-index: 90;
}

.bizCard-church2 {
    position: relative;
    left: 0px;
    top: 544px;
    width: 100%;
    height: 40px;
    font-size: 22px;
    letter-spacing: 0.9px;
    font-family: 'Raleway';
    color: rgb(255, 255, 255, .7);
    z-index: 90;
}