body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color:  black
}

.hero img {
    width: 100%;
    height: auto;
}

.audition-container {
    background-color: #223965;
    color:  white;
    padding-top: 10px;
    padding-bottom: 20px;
}


.audition-container h1{
    font-family: sans-serif;
    font-size: 28px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0;
    line-height: 1em;
}

.audition-container h3{
    font-family: sans-serif;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 1em;
}

.audition-container h4{
    font-family: sans-serif;
    font-size: 18px;
    padding-left: 20px;
     margin-bottom: 0;
    line-height: 1em;
}

.audition-container hr{
    border-width: 2px;
    color: white;
    padding-left: 40px;
}

.next-step hr {
    border-width: 2px;
    color: white;
    padding-left: 40px;
}
p {
    margin-top: 0px;
    padding-top: 0px;
    padding: 20px;
    font-family: sans-serif;
   font-size: 14px;
    line-height: 1.6;
    text-align: justify;;
}

.next-step {
    background-color: white;
    padding: 20px;
    margin-top: 0px;
}

#application-form {
    margin-top: 20px;
}

#application-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

#file-upload {
    margin-bottom: 15px;
}

button {
    padding: 10px;
    background-color: #004080;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 3px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px; /* Adjust the font size as needed */
        text-align: center;
        padding: 0;
    }
    
    h3 {
        font-size: 18px; /* Adjust the font size as needed */
        text-align: left;
        padding: 0;
    }
    p {
        font-family: sans-serif;
        font-size: 14px;
    }}
    
    
