body
{
    //background-color:cadetblue;
    margin: 0px;
}

div
{
    font-size: 18px;
    font-family: "PT Serif", serif;
    font-weight: 200; 
    font-style: normal;
}

.Mobile div
{
    font-size: 28px;
}

a:link,
a:visited,
a:hover,
a:active
{ 
    text-decoration: none; 
    color: #436885;
}

a:hover,
a:active
{ 
    color: #343c43;
}


#Home
{
    width: 100%;
    height: 100%;
}

#Header
{
    margin: 0 auto;
    min-width: 400px;
    padding-top: 0px;
}

#Logo
{
    background-image: url("images/header_2024.png");
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 32px;
    width: 800px;
    height: 137px;
}

.Mobile #Logo
{
    transform: scale( 1.05 );
}

#NavBar
{
    width: fit-content;
    margin: 0 auto;
    margin-top: 12px;
    min-width: 400px;
}

.NavItem
{
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 8px;
    border: none;
    border-width: 0;
}

.Mobile .NavItem
{
    width: 160px;
}

.Section_Portfolio .PortfolioLabel,
.Section_About .AboutLabel,
.Section_Shop .ShopLabel,
.Section_Contact .ContactLabel
{
    text-decoration: underline;
    text-underline-offset: 8px;
}


.NavIcon
{
    visibility: collapse;
}

.Mobile #NavBar
{
    margin-top: 42px;
}

#MainBody
{
    margin: 16px;
    margin-top: 32px;
    min-height: 400px;
}

#Footer
{
    padding-top: 8px;
    position:relative;
    width: 100%;
    bottom: 0;
    vertical-align: bottom;
    margin: auto;
    margin-bottom: 26px;
} 

#Footer > div
{
    margin: auto;
    text-align: center;
    height: fit-content;
    vertical-align: middle;
}

#Footer > a
{
    position: absolute;
}

.FooterLink
{
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
}

.FooterLinks
{
    position: relative;
}

.FooterLinkText
{
    position: relative;
    width: fit-content;
    bottom: 32%;
}

.PortfolioImages
{
    margin: 0 auto;
    min-width: 392px; 
    max-width: 820px;   
    align-items: center;
    justify-content: center;      
    display: flex;
//  flex-wrap: wrap;
    width: fit-content;
}

.Mobile .PortfolioImages
{
    max-width: 680px;
}

.Section
{
    align-items: center;
    justify-content: center; 
    min-width: 380px;

    display: none;
}

.Section.Show
{
    display: block;
}

.PortfolioThumbnail
{
    border-width: 0;
    border: none;

    display: none;
    margin: 8px;
    margin-top: 0px;
    width: 320px;
    height: 100%;
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
}

.Loaded.PortfolioThumbnail
{
    display: inline-block;
}

.Mobile .PortfolioThumbnail
{
    width: 378px;
}

.ImageColumn {
    vertical-align: top;
    float: left;
    width: 50%;
}

.ImageRow {
    max-width: 660px;
    margin: auto;
    align-items: start;
    //vertical-align: top;
    justify-content: center;      
    display: flex;
}

.Mobile .ImageRow
{
    max-width: 780px;
}

.ContactBodyGroupSummary,
.ContactBodyGroup,
.AboutBodyGroup
{
    margin: auto;
    align-items: center;
    justify-content: center;     
    margin-top: 12px;
    max-width: 500px;
}

.ContactBodyGroupSummary
{
    margin-bottom: 36px;
}

.Mobile .ContactBodyGroupSummary
{
    max-width: 640px;
}

.ContactText
{
    display: inline-block;
}

.Mobile .ContactBodyGroup,
.Mobile .AboutBodyGroup
{
    margin-top: 24px;
}

.Mobile .ContactBodyGroup,
.Mobile .AboutBodyGroup
{
    max-width: 640px;
}

.Section > h3
{
    max-width: 500px;
    margin: auto;
    text-align: left;
    align-items: left;
    justify-content: left;     
    margin-bottom: 42px;
    margin-top: 65px;
    font-size: 1.35em;
    color: #183153;
}

.Section > h4
{
    max-width: 500px;
    margin: auto;
    text-align: left;
    align-items: left;
    justify-content: left;     
    margin-bottom: 22px;
    margin-top: 8px;
    font-size: .95em;
    color: #436885;
}

.SubSection > h3
{
    max-width: 500px;
    margin: auto;
    text-align: left;
    align-items: left;
    justify-content: left;     
    margin-bottom: 42px;
    margin-top: 65px;
    padding-top: 8px;
    font-size: 1.35em;
    color: #183153;
}

.SubSection > h4
{
    max-width: 500px;
    margin: auto;
    text-align: left;
    align-items: left;
    justify-content: left;     
    padding-top: 12px;
    margin-bottom: 16px;
    margin-top: 8px;
    font-size: .95em;
    color: #436885;
}


.Mobile #Contact h3,
.Mobile #About h3,
#Portfolio h3,
#Portfolio h4
{
    width: 640px;
    max-width: 640px;
}

.Mobile #Portfolio h3,
.Mobile #Portfolio h4
{
    width: 770px;
    max-width: 770px;
}

#Portfolio h3
{
    margin-bottom: 12px;
    border-bottom: 1px solid #183153;
}

.Section > h3.AboutLogoHeader
{
    margin-bottom: 8px;
    margin-top: 22px;
}

.AboutLogos
{
    max-width: 640px;
    width: fit-content;
    margin: auto;
    margin-top: 16px; 
    margin-bottom: 12px;
    justify-content: center; 
    display: grid;
    grid-template-columns: auto auto auto;
}

.AboutLink
{
    margin: 0 auto;
}

.AboutLogo
{
    padding: 4px;
    width: 160px;
    height: 160px;
}

#PortfolioOverlay
{
    visibility: collapse;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;    
    background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
}

.PortfolioOverlayImage
{
    //background-image: url("images/portfolio/2_Tortoise_Hare_sleep.jpg");

    //background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;

    background-size: contain;

    width: 100%;
    height: 100%;
}

#PortfolioOverlay.Show 
{
    visibility: visible;
}

#About.Section
{
    max-width: 500px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.Mobile #About.Section
{
    max-width: 640px;
}

.AboutPhoto
{
    background-image: url("images/jess.jpg");

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 200px;
    height: 300px;
    background-color: white;
    float: right;
    margin: 12px;
}

.Mobile .AboutPhoto
{
    width: 280px;
    height: 420px;
}

.ContactImage
{
    background-image: url("images/phone.jpg");

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 538px;
    height: 538px;
    align: center;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 22px;
}

#NavAbout .NavIcon
{
    background-image: url("images/nav_about.png");
}

#NavContact .NavIcon
{
    background-image: url("images/nav_contact.png");
}

#NavShop .NavIcon
{
    background-image: url("images/nav_shop.png");
}

#NavPortfolio .NavIcon
{
    background-image: url("images/nav_portfolio.png");
}

.IconEmail,
.IconEtsy,
.IconInstagram,
.IconFacebook,
.IconTwitter,
.IconBsky
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border: none;
    border-width: 0;
    display: inline-block;
    margin: 2px;
    width: 38px;
    height: 38px;
    background-color: white;
}

.IconEtsy
{
    background-image: url("images/icon_etsy.png");
}

.IconInstagram
{
    background-image: url("images/icon_instagram.png");
}

.IconFacebook
{
    background-image: url("images/icon_facebook.png");
}

.IconBsky
{
    background-image: url("images/icon_bsky.png");
}

.IconTwitter
{
    background-image: url("images/icon_twitter.png");
}

.IconEmail
{
    background-image: url("images/icon_email.png");
}

.ContactBodyGroup .IconEmail,
.ContactBodyGroup .IconEtsy,
.ContactBodyGroup .IconInstagram,
.ContactBodyGroup .IconFacebook,
.ContactBodyGroup .IconTwitter,
.ContactBodyGroup .IconBsky
{
    vertical-align: middle;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}