:root {
 

    --content-container--padding: 1.0rem;
    --content-container--margin: 0.5rem;

    
}

body {
    width: 100%;
    max-width: 100vw;
    
    background: rgb(10, 10, 10, 1);
    margin: 0;
    padding: 0; /* var(--content-container--padding);*/
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 2.5rem auto 6rem;
    grid-template-areas: "navhead" "maincontent" "footer";
    grid-gap: .125rem;
}

.tm main.main-container-dark {
    background: url(/media/images/logo/wny-neighborhood-bullies-blank-logo_1024.jpg) no-repeat;
    display: block;
    background-size: contain;
    background-position: top;
    background-attachment: fixed;
    color: rgb(225, 225, 250);
    background-color: rgba(6, 6, 6, .85);
/*     width: calc(100vw - 0rem); */
    width: calc(100% - calc(var(--content-container--padding) * 2));
    margin: 0 auto;
    padding: 0;
    
/*     height: max-content; */
/*     max-height: unset; */
/*     margin-left: 0.9rem; */
/*     position: absolute; */
    /* overflow: hidden;
     */
    
    background-position-y: -3.0rem;
 
}

.tm .header-container {
    position: fixed;
    display: inline-block;
    width: 100vw;
    height: 2.5rem;
    background: rgba(13, 13, 13, .85);
    color: rgb(200, 215, 225);
    z-index: 1;
    text-align: center;
    font-family: Gruppo;
    padding: 0;
    margin: 0 auto;
    font-size: 1.75rem;
    overflow: hidden;
    top: 0;
    width: calc(100% - calc(var(--content-container--padding) * .5));
}

.tm .header-container > h1 {
      width:100%;
    font-size: 1.75rem;
    padding: .25rem;
    margin: auto;
  
}


.tm footer {
/*     position: absolute; */
    display: block;
    width: calc(100% - calc(var(--content-container--padding) * 2));
    padding: .125rem;
    font-size: .6rem;
    background: rgba(13, 26, 13, .90);
    z-index: 1;
    height: auto;
    top: unset;
    bottom: 0rem;
    color: rgb(200, 200, 220);
    margin: 0;
    padding: 0 var(--content-container--padding);
    
}


.tm footer section div p {
    margin: auto;
    padding: .125rem;
    text-align: center;
    font-size: .85rem;
    font-family: Gruppo;
    font-weight: 900;
    letter-spacing: 0.15rem;
}


.tm .statement-content-container, .tm .important-content-container {
    display: inline-block;
    /* margin-left: 0; */
    max-width: 95vw;
    /* margin-right: 0px; */
/*     left: calc(50% - 1.5rem); */
 /*   left: 50%;
    top: calc(50% + 10rem);
    transform: translate(-50%, -5*/0%);
/*     width: calc(100% - 4rem); */
/*     width: calc(98% - calc(calc(var(--content-container--padding) * 2) + calc(var(--content-container--margin) * 2))); */
    margin: 0.5rem auto;
    position: relative;
/*     height: calc(100% - 9.5rem); */
    text-align: justify;
/*     height: auto; */
    padding: var(--content-container--padding) calc(var(--content-container--padding) * .25);
    border-radius: .75rem;
    overflow-x: hidden;
    overflow-y: auto;
    border: .125rem outset rgba(50, 200, 100, .95);
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(6, 13, 6, .75);
    background: rgba(13, 26, 13, 0.95);
    width: calc(100vw - 3rem);
    
    
    
}

.tm .important-content-container.middle {
    top: 50%;
    transform: translate(-50%, -50%);
}


.tm .important-content-container.top {
    top: 10%;
    transform: translate(-50%, -10%);
}


.tm .important-content-container.bottom {
    top: 60%;
    transform: translate(-50%, -10%);
}


.tm .flashMsgContainer {
    
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    bottom: 0;
    z-index: -1;
    max-width: 100vw !important;
    max-height: 100vh !important;
    height: 100vh !important;
    width: 100vw;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    
}

.tm .flashMsgContainer.show {
    display: block !important;
    z-index: 500;
}



.tm .flash-msg__message {
    position: fixed;
    max-width: 80%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1000;
    padding: .5rem 1rem;
    color: rgb(225, 225, 250);
    display: block;
    background: rgba(0, 75, 13, .9);
    display: none;
    border: 0.2rem outset rgba(130, 230, 130, .5);
    border-radius: 0.45rem;
    box-shadow: 3px 3px 3px rgba(13, 13, 13, 0.6);
    transition: all .2s ease-in-out;
}



.tm .flash-msg__message.show {
    display: block !important;
}



.showflash {
    display: block !important;
}
            

@media (max-width: 768px) {
    
    .tm .statement-content-container, .tm .important-content-container {
/*         top: calc(25% + 4rem); */
       
    }
    
    .tm main.main-container-dark {
        background-position: center;
        background-position-y: 1.5rem;
    }
    
    .tm .main-container-dark .important-content-container:nth-child(1) {
        margin-top: 15rem !important;
    }

    
    .tm .header-container {
        height: 2rem;
    }
    
    .tm .header-container > h1 {
        font-size: 1.25rem;
        font-weight: 900;
        font-variant: small-caps;
        letter-spacing: .075rem;
    }


}
