/* @media only screen and (orientation: landscape) {
  body {padding-bottom:10vh;}
}
@media only screen and (orientation: portrait) {
  body {padding-bottom:33vh;}
} */
.bb-fullHeightContainer { 
    /*** debug::: border: 3px solid green;  ***/
    height: 90%;
    position: relative; 
}

.bb-Relative {
    position: relative;
}

.bb-CenteredLogo{
    /*** debug::: text-decoration: underline green dashed 2px; ***/
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.bb-BoxSlogan{
    /*** debug::: text-decoration: underline green dashed 2px; ***/
    display: inline;
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.25rem;
    padding-top: 2em;
}

.bb-BoxSlogan p {
    font-size: 1.25rem;
}

.bb-BoxSlogan p span {
    font-size: 1.25rem;
    font-style: italic;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bb-BoxSlogan{
        display: none;
    }
    .bb-BoxTriple{
        flex-direction: column;
        min-height: fit-content;
    }
    .bbBT-Title{
        text-align: center;
        /* flex: 1 0 150px; */
    }

}
@media only screen and (min-width: 600px) {
    .bb-BoxSlogan{
        display: none;
    }
    .bbBT-Title{
        text-align: center;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bb-BoxSlogan{
        display: none;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 900px) {
    .bb-BoxSlogan{
        display: none;
    }
    .bb-BoxTriple{
        display: flex;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bb-BoxSlogan{
        display: inline;
    }
    .bb-BoxTriple{
        display: flex;
    }
}

div.bb-FixedFooter{
    /*** Example structure:::
        <div class='bb-FixedFooter'>
            <p>You can call us at 
                <span><a href='tel:12075955997'>(207) 595-5997</a></span> 
                or email us at 
                <span><a href='mailto:trae.luttrell2@gmail.com'>mailto:trae.luttrell2@gmail.com</a></span>
                .
            </p>
        </div>
    ***/
    /*** debug::: background-color: aqua; color: black; border: 5px solid #a1f2f2; padding: 2px; ***/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.bb-Footnote{
    font-size:small;
    font-style:italic;
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}

.bb-iconBox{
    position: sticky;
    top: 8px;
    left: 0px;   
}

.bb-iconBox img{
    clip-path: circle(50%);
    shape-outside: circle(60%);
    max-width: 75px;
    height: auto;
}

.bb-FixedFooter > p{
    margin-block-start: 0.25rem; 
    margin-block-end: 0.25rem;
}

.bb-BoxTriple{
    display: flex;
    flex-wrap: wrap;    
    max-width: 100%;
    width: 100%;
    height: fit-content;
}
.bbBT-Title{
    /* flex: 1 0 300px; */
    padding: 18px;
}
.bbBT-Box1, .bbBT-Box2, .bbBT-Box3 {
    flex: 1 0 150px;
    padding: 18px;
    border-radius: 18px;
    margin: 4px;
}
.bb-CardLink{
    text-decoration: none;
    color:inherit;
}
.bb-CardLink:hover{
    text-decoration: none;
    color:inherit;
}
.bb-CardLink:visited{
    text-decoration: none;
    color:inherit;
}
.bb-BoxOne{
    padding: 18px;
    border-radius: 24px;
    margin: 6px;
}
@media only screen and (min-width: 700px)  {
   .bb-BoxOne{
        margin: 6px 24px;
    }
}
@media only screen and (min-width: 1200px)  {
   .bb-BoxOne{
        margin: 6px 150px;
    }
}
