html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}


/*.flexButton {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    width: 100%;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*}*/


.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    padding: 10px;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    border-right: 1px dashed #7c0028;
}

.sidebar ul li {
    font-size: 2rem;
    text-align: center;
}

.sidebar a {
    color: #ff1661;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sidebar a:hover {
    color: #00b7ff;
}



.wrapper {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flexParent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}



.sectionContent {
    width: 85%;
    margin-left: 15%;
    padding-top: 25px;
    position: relative;
}


/*JC UPDATED STYLES*/
:root {
    --pinkDk: #e94e77;
    --pinkLt: #D68189;
    --cream: #f3e7d7;
    --sage: #5d7869;
    --sageDk: #004444;
    --lustScript: lust-script-display, sans-serif;
    --lustSerif: lust, serif;
    --lustSanSerif: lust-sans, sans-serif;
    --lustDidone: lust-display-didone, serif;
    --lustText: lust-text, serif;
    --opensans: 'Open Sans', sans-serif;
}


body {
    background: var(--cream) !important;
    font-family: var(--lustText);
    font-size: 18px;
    line-height: 1.75;
}

h1, h2 {
    font-family: var(--lustDidone);
    font-size: 42px;
    color: var(--sageDk);
    text-align: center;
    margin-bottom: 0;
}
h2 {
    font-size: 30px;
}
span {
    font-family: var(--lustScript);
}

.sidebar {
    background: var(--cream);
    background-image: url("/assets/bkg.png");
    height: 100vh;
    width: 15%;
    background-size: contain;
    border: 0;
    overflow-x: visible;
    background-repeat: repeat-y;
}

.flexSection {
    display: flex;
    justify-content: center;
}

.homePart {
    background-image: url("/assets/DSC_9636.jpg");
    background-size: cover;
    height: 75vh;
    width: 95%;
    background-position: center center;
    /*overflow: visible;*/
}
.aboutText {
    width: 80%;
    margin-right: 50px;
}
/*.aboutImage {*/
/*    width: 30%;*/
/*}*/
/*.aboutImage img {*/
/*    margin-top: 150px;*/
/*    width: 100%;*/
/*    border: 15px solid var(--pinkDk);*/
/*    box-shadow: 5px 5px 0px -1px var(--sageDk);*/
/*}*/
.photoGallery {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 25px;
}
.imageContainer {
    position: relative;
    width: 25%;
}
.imageContainer:after {
    content: "";
    display: block;
    padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}
.imageContainer img {
    position: absolute; /* Take your picture out of the flow */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /* Make the picture taking the size of it's parent */
    width: 100%; /* This if for the object-fit */
    height: 100%; /* This if for the object-fit */
    object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
    object-position: center;
    border-radius: 50%;
}
.socialFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
i {
    color: var(--pinkDk);
    font-size: 24px;
    padding: 0;
    margin: 10px;
}
.social {
    color: var(--pinkLt);
    font-size: 16px;
    text-decoration: none;
    margin: 0;
}

.statement {
    font-family: var(--lustScript);
    font-size: 24px;
    color: var(--sage);
}
.newsletterP {
    font-family: var(--opensans);
    font-weight: 300;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}
.newsletter {
    width: 75%;
    margin: 0 auto;
}
#mc_embed_signup {
    background: transparent !important;
    font-family: var(--lustText) !important;
    font-size: 16px !important;
}
div.mc-field-group label {
    font-weight: bold !important;
}
div.mc-field-group input {
    font-family: var(--lustSanSerif);
}
div.mce_inline_error {
    color: var(--pinkDk) !important;
    font-size: 12px !important;
}
input.mce_inline_error {
    border: 2px solid var(--pinkDk) !important;
}

input.button {
    background: var(--pinkDk) !important;
    font-family: var(--lustScript) !important;
    font-size: 22px !important;
    padding: 5px 15px !important;
    height: auto !important;
    /*width: auto !important;*/
    /*margin: 0 auto !important;*/

}
#mc_embed_signup div#mce-responses {
    margin: 0 !important;
}
#mc_embed_signup #mce-success-response {
    color: var(--sage) !important;
}



footer {
    background: var(--pinkLt);
    font-family: var(--opensans);
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    width: 100%;
    /*padding: 5px;*/
    z-index: 999;
    position: absolute;
}
footer .container {
    width: 70%;
    text-align: center;
}
