/* --------------- GLOBAL --------------- */
/************
CONTAINER 100%
************/
/*set container full bleed for photos*/
.fullBleed .primaryAndSecondaryContainer .blockContent {
    padding-left: 0;
    padding-right: 0;
}

.pageTitle {
    font-family: 'Satisfy', cursive;
    font-size: 300%;
    font-weight: 400;
}
/************
HEADER IMAGES
************/
/*add padding to content except header images*/
.fullBleed .primaryAndSecondaryContainer .blockContent:not(.headerImg) {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1104px;
}
/*stretch images 100%*/
.headerImg img {
    width: 100%;
}
/*header images w/ custom caption*/
.headerImg {
    position: relative;
    margin-top: -1.5em;
}
.headerImg .customCaption {
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
/*custom caption font styling*/
.headerImg .customCaption .contentTitle {
    color: #FBF9F4;
    font-family: 'Satisfy', cursive;
    font-size: 160%;
    font-weight: 400;
    padding-bottom: 0;
    text-shadow: 2px 2px 1px rgba(53, 51, 46, 1);
    text-transform: none;
}
.headerImg .customCaption p {
    color: #FBF9F4;
    font-size: 70%;
}
 /*--------------- FOOTER --------------- */
.footerContainer {
    padding-top: 3em;
}
.zocial:before, .ieLTE8 .zocial {
    font-size: 16px;
    line-height: 30px;
}
 /*--------------- HOME --------------- */
.blockWrap_b4b2d4f553954aa18c71202b9f559a7c {
    position: relative;
    margin-top: 10%;
}
.block_b4b2d4f553954aa18c71202b9f559a7c {
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    background: rgba(251,249,244,0.9);
    border: 2px solid #F1E8D2;
    max-width: 50%;
    padding: 2em;
    outline: 2px solid #F1E8D2;
    outline-offset: -12px;
    margin: auto;
}
.block_b4b2d4f553954aa18c71202b9f559a7c .blockText p {
    font-size: 70%;
}
 /*--------------- TEAM --------------- */
 /*bio - name*/
.block_6wj0uOdEhnAVVad6 .contentTitle {
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6;
}
/*bio - rates*/
.block_ywowxoPeY0zn85UG .blockText .contentTitle,
/*bio - contact*/
.block_NIA6lZZu0AM6ude3 .contentTitle {
    border-bottom: 1px solid #636057;
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6;
}
 /*--------------- SERVICES --------------- */
 /*category header custom font*/
#page_facc8ccee45f4b66a529f329a50288e4 .categoryHeader {
    border-bottom: 1px solid #636057;
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6;
}
.block_aaafdbfc4d91469b9a3aa90e5e8446f4 .contentTitle a {
/*    border: 1px solid #636057;*/
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6; 
}
#page_f77ab469aa99494087598c19e518cbe2 .pageTitle,
#page_bb771d501c044464b25807aed0ce5286 .pageTitle,
#page_c415a04aefca475f9778cea8e12fcefc .pageTitle,
#page_b0ed4151b21c4c269c751a95af8781f0 .pageTitle,
#page_c7ecec9a0d994b89821828311fc2f6de .pageTitle,
#page_a50c6f20f78e428f90e27c1ca7a38f1d .pageTitle,
#page_d571e98caffa42dd8a9fdfc8356e0e07 .pageTitle,
#page_eef6ffe091454cebbef3528f49640d07 .pageTitle,
#page_be3349de9e044b45b534a99012c7b7f3 .pageTitle {
    color: #FBF9F4;
    font-family: 'Satisfy', cursive;
    font-size: 400%;
    font-weight: 400;
    padding-bottom: 0;
    text-shadow: 2px 2px 1px rgba(53, 51, 46, 1);
    text-transform: none;
}

 /*--------------- WEDDINGS --------------- */
#page_b5a373d931ec4d4e80ef768127862568 .categoryHeader {
    border-bottom: 1px solid #636057;
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6;
}
 /*--------------- LOOKBOOK --------------- */
.block_0BH6rCxefX5BOFdT .contentTitle {
    font-family: 'Satisfy', cursive;
    font-size: 220%;
    text-transform: none;
    color: #8FA7D6;
}
@media only screen and (max-width: 768px) {
    .headerContainer {
        background-color: rgba(251,249,244,0.9);
    }
    .headerContent h1.logo {
        float: none;
    }
    .headerContent h1.logo img {
        margin: auto;
    }
}
 /*--------------- MEDIA QUERIES --------------- */
 @media only screen and (min-width: 600px) {
    .headerImg .customCaption .contentTitle {
        font-size: 220%;
    }
    .block_b4b2d4f553954aa18c71202b9f559a7c .blockText p {
        font-size: 100%;
    }
    .block_b4b2d4f553954aa18c71202b9f559a7c {
        width: 50%;
    }
 }
@media only screen and (min-width: 768px) {
/* --------------- HEADER & NAV --------------- */
/***********
Header/Nav
***********/
    /*stretch container 100%*/
    .headerNavAndContentContainer {
         max-width: 100%;
    }
    /*fixed nav*/
    .headerAndNavContainer {
        position: fixed;
        left: 0;
        height: 100%;
        max-width: 320px;
        width: 100%;
        outline: 2px solid #F1E8D2;
        outline-offset: -12px;
        overflow-y: auto;
    }
    .headerContainer {
        min-height: auto;
}
    .navContainer {
        height: 100%;
    }
    .footerContent {
        max-width: 100%;
        margin-left: 320px;
    }
    #navTopLevel >  li:last-child > a {  
        background: #8FA7D6;
        color: white;
        width: 90px;
        padding: .6em 1em;
        margin-bottom: 80px;
    }
/***********
primary container
***********/
   .fullBleed .primaryAndSecondaryContainer {
       width: 100%;
    }
    .primaryContentContainer {
        margin-left: 320px;
    }    
}
@media only screen and (min-width: 1024px) {
/************
HEADER IMAGES
************/
    .headerImg .customCaption .contentTitle {
        font-size: 360%;
    }
        .headerImg .customCaption p {
        font-size: 100%
    }
}
@media only screen and (min-width: 1600px) {
        .headerImg .customCaption {
        top: 35%;
    }
}