.cssversion::after
{
   content: "2.0" 
}

:root 
{
    --hbbackedge: #644d2b;
    --hbback: #dab98b;
    --hbborder: #644d2b;
}

body {
    
    background-image: url('/images/BarkBack.png');
    background-repeat: repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: auto;
    
}


main 
{
    width: min(1000px, 95%);
    
    background-image: radial-gradient(circle,  var(--hbback) 80%, var(--hbbackedge) 100%);
    border: 3px solid var(--hbborder);
}

a {
    text-decoration: none;
    color: inherit;
}


footer
{
    padding-top: 0.5rem;

}


.topheader {
    max-height: 125px;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    border-bottom: var(--hbborder) solid 2px;
    
}


.bheader
{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    

    
.doghead
{
    width: 100%;
    height:120px;
    max-width: 200px;
    overflow: hidden;
}    

.dogimg 
{
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
    padding: 10px;
    border: 2px solid var(--hbborder);
    border-radius: 50%;
    background-color: silver;
    
}

.barkingham 
{
    font-size: min(4vw, 2.0rem);
    font-family:  'Cooper Black', Georgia, Times, 'Times New Roman', serif ;
    
}

.barkingham2 {
    font-size: min(3vw, 1.5rem);
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;

}

.subtext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: min(3.5vw, 1.5rem);

}

.top-row {

    border-bottom: 1px solid var(--hbborder);
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

    .top-row .navitem {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        background-color: rgb(255, 255, 255, 0.35);
        
        border-radius: 6px;
        padding: 0.125rem;
    }

    .top-row a:hover,
    .top-row .navitem:hover {
        transition: 250ms;
        
        border-bottom: 1px var(--hbborder) solid;
        border-right: 1px var(--hbborder) solid;
        border-top: 1px white solid;
        border-left: 1px white solid;
    }

.bhaddress 
{
    font-size: 1.0rem;
    text-align: center;
    font-weight: bold;
}   
    

.bhbtn
{
    font-size: min(3vw, 1.1rem);
}


.bhtnav {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    gap: 2px;
    padding: 5px;
    width: 100%;
}


.bhpanel
{
    width: 100%;
    height: 100%;
   
}

    
.bhtextpanel
{
    background-color: rgb(255, 255, 255, 0.45);
    height: 100%;
    padding: 8px;
    text-indent: 0.75rem;
    width: 100%;
    max-width: 475px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
    
}




.homeimg 
{
    width: 100%;
    max-width: 475px;
    height: auto;
    border: 2px solid #162c7f;
    margin: 5px;
}

.pricetable {
    font-weight: 500;
    width: 90%;
    justify-self: center;
    font-size: 0.9rem;
    
}

.pricedesc 
{
    text-wrap: nowrap;
    min-width: 85px;
}

.daycare
{
    
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-wrap: nowrap;
}

.gptable {
    background-color: transparent;
    align-self: center;
}

.gptable th
{
    background-color: transparent;
}


.gptable td
{
    background-color: transparent;
    padding: 2px;
}


.infodiv
{
    background-image: url("/images/infoback.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    
    min-height: 400px;

    padding: 35px 30px 30px 35px; 
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    
    
}

.penimg
{
    height: 500px;
    width: auto;
}


.daycaretbl 
{
    margin-top: 24px;
    width: 60%;
    justify-self: center;
    font-weight: 500;
}


.groomingtbl {
    margin-top: 18px;
    width: 80%;
    justify-self: center;
    font-weight: 500;
}


 .bhtitle {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 1px 5px 7px #b2b2b2;
    font-size: 1.375rem;
    
    

}



.tblhead {
    text-align: center;
    font-size: 1.2rem;
    font-family:  Georgia, Times, 'Times New Roman', serif;
    
}

.gptag 
{
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
    padding: 1px;
}

.gptag a
{
    font-weight: 500;
}
.gpimg
{
    height: 2.0rem;
}

.sidetext
{
    font-style: italic;
    font-size: 0.85em;
}

.infotext 
{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 550;
    text-indent: 1rem;
    
}

.tshirtpanel
{
    border: darkblue solid 2px;
    
}


.tshirtinfo
{
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: rgb(255, 255, 255, 0.45);

}

.tshirttext
{
    font-size: 1.2rem;
    
    
}



.dogparkpanel
{
    background-color:#111aa7;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;

    padding: 1rem;


}

.dogparkheader
{
    height: 20%;
    text-align: center;
    
}

.dogparkheader .dogparkimg
{
    width: 80%;
    
}

.dogparktext
{
    color: white;
    font-size: 1.1rem;
    padding: 10px;
    font-weight: 500;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    
}

.dogparktext h4
{
    color: white;
    font-size: 1.9rem;
    text-align: center;
    text-shadow:
            -1px -1px 0 red,
            1px -1px 0 red,
            -1px 1px 0 red,
            1px 1px 0 red;
}
.dogparktext h5 {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    text-shadow:
        -1px -1px 0 red,
        1px -1px 0 red,
        -1px 1px 0 red,
        1px 1px 0 red;
    
}



/* Gallery */
.imgpanel
{
    padding: 4px 2px 4px 2px;
    transition: 300ms;
    
}

.imgpanel:hover
{
    transform: scale(200%, 200%); 
    transition: 250ms;
}
    
/* Portal */

.portalcontainer
{
    min-height: 360px;
}

.portalpanel
{
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.portalpanel h4
{
    font-size: 1.25rem;
}

.portalbtndiv
{
    width: 100%;
    
}


.portalbtn
{
    width: 40%;
    border-bottom: 3px #808080AF solid;
    border-right: 3px #808080AF solid;

}


.portalbtn:hover
{
    outline: 2px blue solid;
    transform: scale(102%, 102%);
    transition: 100ms;
}

.portalbtn:active
{
    transform: translate(-2px, -2px);
        /* outline: blue 2px solid; */
        border-top: 3px #808080AF solid;
        border-left: 3px #808080AF solid;
        border-bottom: 3px white solid;
        border-right: 3px white solid;
    
}

.siteversion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
}

@media (max-width : 600px) {

.doghead {
        width: 100%;
        height: 80px;
        max-width: 200px;
        padding: 0;
        margin: 0;
    }

    .dogimg {
        height: 100%;
        width: auto;
        padding: 2px;
        border: 2px solid var(--hbborder);
        

    }

        .tshirtinfo h4 {
            font-size: 2.0rem;
        }



    .portalpanel h4 {
        font-size: 1.0rem;
    }

    .portalpanel
    {
        padding-top: 32px;
    }


        .imgpanel:hover {
            transform: scale(75%, 75%);
            transition: 250ms;
            position: absolute;
            left: 3px;
            top: 3px;
        }


.gptag {
    font-size: 0.8rem;
   
    
}

.gptag a {
    font-weight: 500;
}

.gpimg {
    height: 1.25rem;
}


.pricetable {
    font-weight: 400;
    width: 95%;
    font-size: 0.95rem;
    
}

.pricetable th {
    font-size: 0.9rem;
    text-wrap: nowrap;

}

.tblhead {
   font-size: 1.0rem; 
}


.dogparktext h4 {
    font-size: 1.75rem;
}

.dogparktext h5 {
    font-size: 1.5rem;
    
}

.dogpawimg {
    height: 0.75rem;
}

.bhtitle 
{
    font-size: 1.2rem;
}

}


@media  (max-width : 400px) {

    .doghead {
        height: 50px;
    }

        .portalpanel h4 {
            font-size: 1.2rem;
        }
    

    .siteversion
    {
        font-size: 0.5rem;
    }

}