a, a:visited {color: #014e71;text-decoration: none;}
a:hover {color: #b5b944;text-decoration: underline;}
.smallBullet {color: #4D3300;}
.citation a	{ color: #990000; }

body
	{ 
	background-color: #ffffff;
	}

.reportBody, #rBody, #pHeader, #menu ul
	{
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 2px 1px white;
	-webkit-box-shadow: 0px 0px 2px 1px white;
	box-shadow: 0px 0px 2px 1px white;
	}

#ddmenuspan
	{
	background-color: #ffffff;	
	}

.reportBody, .footer, .footerCustom,
.psFRecord, .psMRecord, .psRecord, .psNotesData, .showSC,
.pageTitle, .pageBody, .fhName, .surRecord, .rrNav, .fhNotes,
.wmItemRecord, .wmRelated, .wmPicture img, #rBody, #menu ul, #pHeader
	{
	/* color: #525252;
	border-color: #a3a3a3;*/
	}

.psName
	{
	background-image: url(titlefill.jpg);
	}

.tocLinks, .tocIntro, .tocContact, .tocSur,
.tocLinksTitle, .tocIntroTitle, .tocContactTitle,
.wcHusband, .wcWife, .wcFHusband, .wcMWife,
.wcHFather, .wcHMother, .wcWFather, .wcWMother,
.wcMChild, .wcFChild, .wcMChildBold, .wcFChildBold,
.idxBar, .idxSur, .srcEntry
	{
	color: #525252;
	border-color: #aeadad;
	}

.psFooter
	{
	border-color: #b5b5b5;
	}

.psPicture img
	{
	border-color: #b5b5b5;
	}


.pageTitle
	{
    color: #525252;
    }


.tocTitle, .tocAuthor
{
    color: #525252;
    font-size: 60px;
    font-weight: 700;
}


.tocLinksTitle, .tocIntroTitle, .tocContactTitle
	{
	color: #525252;
	}

.tocTitle, .pageTitle, .tocLinksTitle, .tocIntroTitle, .tocContactTitle, #pTitle, #dDMButton
	{
	text-shadow: #525252 2px 2px 5px;
	}
  
.footerWrapper
	{
	color: #525252;
	}

.idxBar
	{
	background-color: #e7e7e7;
	}

/* search results */
#results
	{
	background-color: white;
	}

table#results td.u
	{
	background-color: #e7ffc1;
	}

/* web cards */
.wcParentName, .wcChildName
	{
	color: #909090;
	}

.wcHFacts
	{
	border-color: #00aaf1;
	background-color: #fff;
	}

.wcWFacts
	{
	border-color: #de6a55;
	background-color: #fff;
	}

.wcHusband, .wcMWife,
.wcHFather, .wcWFather, .wcMChild, .wcMChildBold, table#results td.m,
.wcHFactsWrapper .wcFactPicture img
	{
	border-color: #00aaf1;
	background-color: #f8fcfd;
	}

.wcWife, .wcFHusband,
.wcHMother, .wcWMother, .wcFChild, .wcFChildBold, table#results td.f,
.wcWFactsWrapper .wcFactPicture img
	{
	border-color: #de6a55;
	background-color: #fdf8f8;
	}

.wcHFacts, .wcWFacts
	{
	color: #525252;
	}

.wcChild, .wcChildBold, table#results td.u
	{
	}

.wcHSpouses, .wcWSpouses, .psFooterRecord, .wcMarriage
	{
	}

.wcMarriageTitle, .drNumber, .drSourceName, .drSpouseName,
.drBoxBold .drNumber, .drBoxBold .drSourceName
	{
	}

.wcFactsRecord, .wcFactTitle
	{
	border-color: #d0d0d0;
	}
.psSpousesTitle, .psNotesTitle, .wcChildrenTitle, .psChildren
	{ 
	color: #888;
	}

.rrChildren
	{
	background-color: #ffffff;
	}

/* pedigree chart colors */
.box
	{
	border-color: #888;
 	background-position: bottom;
	}

.connect
	{
	border-color: gray;
	}
	
.showSC
	{
	color: black;
	background-color: white;
	border-color: #888;
	}
	
.scView
	{
	color: #ababab;
	background-color: white;
	border-color: #888;
	}

body {

    /*background:#f7f5f1; */

    font-family:'Inter',sans-serif;

}

#pHeader {
  
    /*background:#0F2340; */
    /*color:white;*/
    padding:5px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    
}

#pTitle {
    color:#ffffff;
    font-size:36px;
    font-family:'Libre Baskerville',serif;
    font-weight:700;
}

.tocTitle {
    font-size:54px;
    color:#0F2340;
    font-family:'Libre Baskerville',serif;
    margin-top:70px;
}

.tocAuthor {

    /* color:#C6A15B;*/

    font-size:24px;

    margin-bottom:40px;

}


.tocLinks {
    
    background:#ffffff;
    
    border:none;
    
    border-radius:16px;
    
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}
a {

    color:#0F2340;

}

a:hover {

    color:#C6A15B;

}

/* ===== GKarreman Header ===== */


.gk-header {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}


.gk-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    box-sizing: border-box;
}

.gk-logo a {
    color: #173D7A;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 3px;
}
.gk-logo img {
    height: 50px;
    width: auto;
    display: block;
}

.gk-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.gk-menu a {
    color: #1f2f4d;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin-left: 13px;
}

.gk-menu a:hover {
    color: #c49b47;
}

.gk-header,
.gk-header a,
.gk-menu a,
.gk-logo a {
    font-family: Arial, Helvetica, sans-serif !important;
}

.gk-logo a {
    font-weight: 700 !important;
    letter-spacing: 4px !important;
}


@media all and (max-width: 768px) {
    .gk-header-inner {
        display: block;
        text-align: center;
        padding: 15px 20px;
        min-height: auto;
    }

    .gk-logo {
        margin-bottom: 12px;
    }

    .gk-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 12px;
    }

    .gk-menu a {
        margin-left: 0;
        font-size: 12px;
        line-height: 1.4;
    }
}
