
body {

    background-image: url('images/CharOverlay2024.png');
    
    

    background-attachment: fixed;  
    background-size: cover;        
    background-position: center;     
    background-repeat: no-repeat;  
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0; 
}

img {
    width: 55%;
    max-width: 500px;
    height: auto; 
}

.main-content {

    width: 1060px; 

    margin: 40px auto;

    background-color: #ffffff;
    
 
    padding: 30px;
    
    
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    
    /* Rounds the corners */
    border-radius: 8px;
}


/* 3. Content Styles (Nav, Headings, Dialogue)
*/

/* --- Navigation Bar --- */
.nav {
    text-align: center;
    font-size: 1.1em;
    border-bottom: 1px solid #eee; 
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.nav a {
    color: #007bff;
    text-decoration: none;
    padding: 0 8px;
}

/* --- Main Page Heading --- */
h1 {
    font-size: 2.2em;
    text-align: center;
    color: #333;
    margin-top: 0;
}



.main-content ul {
    list-style-type: none; 
    padding: 0;
}

.main-content li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd; /* Dotted separator */
}


.main-content li > b:first-child {
    color: #B22222; 
}

.main-content li i {
    color: #555; 
    font-family: 'Courier New', Courier, monospace;
}

figure {
    background-color: #D4AF37;
    margin: 50px auto;
    padding: 5px;
    width: 60%;
    text-align: center;
    border: double;
    
}

input[type = checkbox]
{
    display: none
}

input[type = checkbox]:checked ~ label > img
{
    transform: scale(2.5);
    cursor: zoom-out;
    border: 5px solid #9B30FF;
}

div.side-by-side {
    display: flex;
    margin: 1em auto
}

.container img {
    margin: 50px;
    cursor: zoom-in;
    transition: transform 2s ease;
    background-color: #FFDBBB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: solid #9B30FF;
    /* Rounds the corners */
    border-radius: 8px;
    
}

.small-title {

    font-family: 'Impact', 'Arial Black', sans-serif;

    font-weight: 900;
    font-size: 2.5rem; 
    text-transform: uppercase;
    margin: 0.5em 0; 
    
    font-style: italic;

background-image: linear-gradient(180deg, #00c6ff 0%, #00396c 100%);
    color: transparent;
    -webkit-background-clip: text; 
    background-clip: text ;  
    }

.lined {
  text-decoration: underline;
}

.align-right {
  float: right;
  }
