@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
body
{
    font-family: 'Oswald', sans-serif;
}

.firefighters
{
    padding:4rem 5rem;
    
    background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.43), hsla(0, 0%, 100%, 0.28)),url(/files/images/afff/63655b9abc920ccf6e71c15a_firefighter-put-of-the-fire-2022-11-02-17-44-59-utc%20Medium.jpg);
    background-size:cover; 
    background-position:center;
    position:relative;
    border-radius:10px;
    
}

.firefighters h2
{
    color:white;
     z-index:2;
        position:relative;
}

.firefighters a
{
    color:white;
     z-index:2;
        position:relative;
}


.aff_button
{
    display:inline-block;
    background:black;
    color:white;
    border-radius:40px;
    padding:1rem 3rem;
    
}

.aff_button:hover
{
    text-decoration:none;
     color:white;
}





.section 
{
    padding-top:4.5rem;
    padding-bottom:4rem;
}


.section-white
{
    background:white;
}

.section-light
{
    background:#FBFBFB;
    
}

.section-teal
{
    background:#ECFEFF;
}


.shadow-box
{
    box-shadow: rgb(93 93 93 / 25%) 2px 0 5px 1px;
    background:white;
    border-radius:0.625rem;
    padding:2rem;
    margin-bottom:1rem;
    font-size:1.2rem;
    height:100%;
}
.shadow-box p
{
    margin-top:1rem;
    margin-bottom:0;
}



#logo-container
{
    padding-top:20px;
    padding-bottom:20px;
}

.shadow-block
{
    background:rgba(0,0,0,0.6);
    padding:15px;
    margin-bottom:30px;
}

#main-container
{
    background:url(/files/images/judge_gavel_on_law_books.jpg);
    background-size:cover;
    background-attachment: fixed;   
}

#body-container > .container
{
    background:white;
    border-radius:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
}

#header h1
{
    margin-top:40px;
    margin-bottom:40px;
    
    font-size:50px;
    font-weight:bold;
}
#right-content
{
    background:rgba(255,255,255,1);
    color:black;
    padding:15px;
    border-radius:15px;
    margin-bottom:30px;
    font-size:1rem;
    border:1px solid #010E3F;
    overflow:hidden;
    
}

#right-content a
{
    color:black;
    font-weight:bold;
}

#right-content h2
{
    color:white;
    background: #010E3F;
    margin:-15px -15px 15px -15px;
    padding:15px;
    font-size:1.3rem;
 

}

#right-content h3
{
    color:black;
    font-size:1.3rem;
    font-weight:bold;
}

label
{
    font-weight:bold;
    color:#313131;
}

label a
{
    
    color:#313131 !important;
}


h2
{
   
    font-weight:bold;
    font-size:2.2rem;
    margin-bottom:2rem;
}


blockquote
{
    padding-left:20px;
    margin-left:10px;
    border-left:3px solid #18BA60;
}

.bordered
{
    border:1px solid grey !important;
    border-radius:10px;
    padding:20px;
}

.main
{
color:#fff;
}
img
{
    max-width:100%;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}


.button .form-check
{
    padding-left:0;
}


.button .radio_answers
{
    text-align:center;
}

.button .form-check label
{
    display: inline-block;
    color:black;
    font-weight:bold;
    font-size: 18px; 
    text-align: center;
    box-sizing: border-box;
    min-width: 100px;
    margin: 5px 10px;
    background: white;
    border-radius: 5px;
    padding:5px;
    cursor: pointer;
    border:solid 2px #75AB49;

}

.button .form-check  input[type="radio"]:checked + label,
.button .form-check  input[type="checkbox"]:checked + label
{
    background-color: #75AB49;
    color:white;
    
}

.inline .form-check
{
    display:inline-block;
}

.btn-primary
{
    background:#23B020;
    color:white;
    border-radius:0;
    border:none;
    font-weight:bold;
    text-transform:uppercase;
    padding:10px 30px;
    width:80%;
    margin:0 auto;
    display:block;
}

.red
{
    color:red;
}


#footer-container
{
    

    z-index:1;
    font-size:1rem;
    padding-top:40px;
     padding-bottom:40px;
    color:white;
    font-weight:bold;
    background:#555555;
    color:white;

}



#main-container {
    background: none;
    background-size: cover;
    background-attachment: fixed;
    position:relative;
    z-index:1;
    font-size:1rem;
    color:black;
}


#body-container > .container {
    background: none;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    
}
h1
{
    font-weight:bold;
    font-size:3rem;
    
}

h3
{
    font-weight:bold;
}

#post-footer-container
{
    background: #555555;
    color:white;
    padding-top:1rem;
    padding-bottom:100px;
    font-size:0.8rem;
}

#post-footer-container a
{
    color:black;
}