: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%;
    background-color:rgb(255, 255, 255, 0.25);
    overflow: hidden;
}

    
.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;
    
}


.infodiv
{
    background-image: url("/images/infoback.png");
    background-repeat:no-repeat;
    background-size: 100% 100%;
    
    min-height: 400px;

    padding: 35px 30px 30px 35px; 
    align-content: center;
    justify-content: center;
    
}


.daycaretbl 
{
    margin-top: 24px;
    width: 60%;
    justify-self: center;
    font-weight: 500;
}


.groomingtbl {
    margin-top: 18px;
    width: 80%;
    justify-self: center;
    font-weight: 500;
}


.tblhead {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Cooper Black', 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
{
    overflow: hidden;
    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;
    
}





/* Gallery */
.imgpanel
{
    padding: 4px 2px 4px 2px;
    
}

.imgpanel:hover
{
    transform: scale(175%, 175%); 
    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;
    
}



@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;
    }
}


@media  (max-width : 400px) {

    .doghead {
        height: 50px;
    }

        .portalpanel h4 {
            font-size: 1.2rem;
        }
    

}