.main_banner{
    display: flex;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top:150px;
    padding-bottom: 150px;
    background-image: url('../images/logos/banner_bg.PNG');

    /* Step 3: Make the image look professional and responsive */
    background-size: cover;       /* Scales image to fill the div without distorting */
    background-position: center;  /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating/tiling */
}

.home_banner{
    display: flex;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top:150px;
    padding-bottom: 150px;
    background-image: url('../images/logos/ndw_digital_banner.png');

    /* Step 3: Make the image look professional and responsive */
    background-size: cover;       /* Scales image to fill the div without distorting */
    background-position: center;  /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating/tiling */
}

.news_story_banner{
    display: flex;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top:50px;
    padding-bottom: 50px;

    /* Step 3: Make the image look professional and responsive */
    background-size: cover;       /* Scales image to fill the div without distorting */
    background-position: center;  /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating/tiling */
}

h1{
    background-color: transparent;
    font-size: 36px;
    border-color: black;
    border-width: 2px;
    text-shadow: 0 0 10px #4400ff;
}