body {
    margin-left: 0%;
    margin-right: 0%;
    background-color: #f0f0f0;    
    margin-bottom: 5rem
}

.header-container {
            display: flex;
            align-items: center; /* Aligns the logo and text vertically */
        }
.header-logo {
    margin-right: 30px; /* Adds space between the logo and the text */
}

.header-title {
    color: #006BAB;
    font-size: 3.5em; /* Adjust the font size if needed */
}

.heading-large { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: bold;
    color: #006BAB;
    font-size: 2.5rem;
    margin-left: 5rem;
    margin-right: 5rem;
}

.heading-small { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #006BAB;
    font-size: 2rem;  
    margin-left: 5rem;
    margin-right: 5rem;
}

.heading-very-small { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #006BAB;
    font-size: 1.75rem;  
    margin-left: 5rem;
    margin-right: 5rem;
}

.heading-examples { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #006BAB;
    font-size: 2rem;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 3rem
}

.p-normal {
    text-align: left; 
    margin-top: 0rem;
    margin-bottom: 1rem;  
    margin-left: 5rem;
    margin-right: 5rem;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 1.5rem;
}

.p-important {   
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';   
    font-size: 1.75rem;
    text-align: justify;
    margin-left: 5rem;
    margin-right: 5rem;
    font-weight: bold;
    color: #8B0000
}

.p-small {
    text-align: justify; 
    margin-top: 0rem;
    margin-bottom: 1rem;  
    margin-left: 5rem;
    margin-right: 5rem;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 1.25rem;
}

.p-large {
    text-align: justify; 
    margin-top: 0rem;
    margin-bottom: 1rem;  
    margin-left: 5rem;
    margin-right: 5rem;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 2rem;
}

.p-examples {
    text-align: left;     
    margin-left: 10%;
    margin-right: 10%;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 1.5rem;
}

.list-large { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size:1.5rem;    
    margin-left: 5rem;
    margin-right: 5rem;    
    list-style-position: outside;
}

.list-small { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size:1.25rem;
    margin-left: 5rem;
    margin-right: 5rem;    
    list-style-position: outside;    
}

.table-font {    
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size:1.5rem;     
}

.list-inside { 
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size:1.5rem;
    margin-left: 5rem;
    margin-right: 5rem;    
    list-style-position: inside;
}

.img-heading {    
    height: auto;    
    margin: 0rem 0rem 0.5rem 0rem; 
    width: 50%
} 

.img-float-left { 
    height: auto;    
    margin: 1rem 3rem 2rem 5rem;  
    float:left;
    border-radius: 5px;  
    width: 25%
} 

.img-float-left-large { 
    height: auto;    
    margin: 1rem 3rem 2rem 5rem;  
    float:left;
    border-radius: 5px;  
    width: 35%
} 

.img-float-right { 
    height: auto;    
    margin: 1rem 3rem 2rem 5rem;  
    float:right;
    border-radius: 5px;  
    width: 25%
} 

.img-float-right-large { 
    height: auto;    
    margin: 1rem 3rem 2rem 5rem;  
    float:right;
    border-radius: 5px;  
    width: 35%
} 

.img-examples { 
    height: auto;        
    border-radius: 5px;  
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 0rem            
}

.img-fullscreen { 
    display: block;  
    margin-left: auto;
    margin-right: auto;   
}


