body {
            background-color:#000;
            color:#fff;

            background-image: url("/_img/bg-heavyconductor-001.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;

            /*height:100%;*/
        }

        /*
        .bg {
            background-image: url("_img/bg-heavyconductor-001.jpg");
            height:50%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position:relative;
        }
        */


        /*
        .SUPER-CONTAINER-BRUH {
            clear:both;
            background-color: green;
        }
        */


        .the-under-container {
            
            /*
            width: 100%;
            margin: 0 auto;
            */
            
            /*max-width: 700px;*/
            
            /*
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            */
            
            
            /*top:600px;*/ /* turn this one on for error display status check visibility*/
            /*
            top: 0;
            */

            

            /*
            background-image: url("/_img/bg-heavyconductor-001.jpg");
            height:100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            */
            

        }

        .the-over-container {
            width: 100%;
            
            
            margin-top: -20px;


            /*background-color:orange;*/
        }



        
        a:link {
        color:darkred;
        }

        
        a:visited {
        color:darkred;
        }

        
        a:hover {
        color:darkred;
        }

        
        a:active {
        color:darkred;
        }


        .centered-text {
            text-align: center;
        }
        .drop-d {
            font-family: "Notable", sans-serif;
            font-weight: 400;
            font-style: normal;
        }
        .outer-space {
            height:66px;
            display:block;
        }
        .very-loud {
            height:180px;
            display:block;
        }

        .beer-radical {
            font-family: "Lacquer", system-ui;
            font-weight: 400;
            font-style: normal;
        }
        .the-copyright {
            font-size:0.8em;
            color:#333;
        }
        .the-copyright:hover {
            color:#999;
        }
        .the-shadow {
            color:#999;
        }

        .so-loud {
            font-family: "UnifrakturCook", cursive;
            font-weight: 700;
            font-style: normal;
            font-size:4.4em;
        }

        .navbar {
            width:100%;
            overflow:auto;
        }

        .navbar a {
            /*float:left;*/
            padding:10px;
            /*margin:12px;*/
            margin:5px 0;
            color:darkred;
            text-decoration:none;
            font-size:1.0em;
            /*width:25%;*/
            text-align:center;
        }
        
        .navbar a:hover {
            background-color:#000;
            color:#fff;
        }

        .navbar a:active {
            background-color:darkred;
            color:#fff;
        }

        @media screen and (max-width: 500px) {
            .navbar a {
                float:none;
                display:block;
                width:100%;
                text-align: left;
            }
        }
