#test {
 
 padding: 0% 25%;

}
 
}
    body {
            font-family: Arial, sans-serif;
            
        }
        .container {
            border: 1px solid #ddd;
            padding: 20px;
            text-align:center;
        }
        h2 {
            font-weight: bold;
            font-family: "Times New Roman", Times, serif;
            
        }
        .section {
            margin: 10px;
            border-style:solid;
            text-align:left;
            padding:8px;
            
                background: rgba(105,60,0,0.3);
            
            
        }
        .bold {
            font-weight: bold;
        }
        h3 {
            font-family: "Times New Roman", Times, serif;
            color::   
        }
       
       
       .left{
            float:left;
            height:25%;
            width:30%;
       }
       
       .right{
           float:right;
           height:25%;
           width:20%;
       }
       
       
       
       
       /* Background Image Code  */ 
       
       
       body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-image: url("https://kiddingaroundgreenville.com/wp-content/uploads/2022/02/Max-Patch-Sunrise.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* everything below creates the Nav Bar */
    
   nav ul {
       list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: DarkSlategrey;
   }
   
    
    nav li {
        display:inline;
        float:left;
        
    }
    
    nav a {
       display: block;
  color: Black;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family:Monospace;
  font-weight: Bolder;
  font-size:15px;
}
  nav li a:hover{
    background-color:#333;
}
  .active{
 background-color:goldenrod;   
}
 

/* end of Nav Bar Css */


/* Beginning of regular body tags */

body.BGC {
    background-color: LightSteelBlue;
}

h1 {
    text-align:center;
}

ul li {
    color:Goldenrod;
}
  ul.color{
    background-color:SlateBlue;
    margin:1px;
    padding:1px;
    border:solid 2px;
    max-width:600px;
        
  }
body > h1{
    color:Goldenrod;   
}

span{
 color:black;   
}



/* end of regular Body tags */

/* Beginning of Special Journal CSS */
 
 
 #span:hover{
    color:black;   
 }