.WelcomeParagraph {
    background-color: #b5bdf5  !important;
    border-color: lightslategray !important;
    border-radius: 25px  !important;
    border-width: 4px !important;
    font-size: large  !important;
}

.home-logo-image {
    min-width: 50%  !important;
    max-height: 250px  !important;
    align-content: center  !important;
    margin: 10px;
}

.home-logo-div {
    text-align: center  !important;
}

.home-gallery-image {
        width: 100%  !important;
        max-height: 500px  !important;
        min-height: 400px  !important;
}

.homePageButton {
    background-color: #799191 !important;
    color: white !important;
}

.homePageSecondSection {
    background-color: #b5bdf5;
    border-color: rgb(0, 0, 0) !important;
    border-radius: 25px !important;
    border-width: 4px !important;
    text-align: center  !important;
    font-size: large  !important;
    
}

.homePageThirdSection {
    background-color: #b5bdf5;
    border-color: rgb(0, 0, 0) !important;
    border-radius: 25px !important;
    border-width: 4px !important;
    text-align: center  !important;
    font-size: large  !important;
}

.EventsImageDiv {
    text-align: center;
    flex-direction: row;
}

.eventsImage {
    max-height: 550px  !important;
    min-height: 350px  !important;
    padding: 10px;
}


@media screen and (max-width:580px){
    
    .home-logo-image {
        min-width: 50%  !important;
        max-width: 60%;
        max-height: 150px  !important;
        align-content: center  !important;
        margin: 10px;
    }
    
    .home-logo-div {
        text-align: center  !important;
    }
    
  
    .WelcomeParagraph {
        background-color: #b5bdf5  !important;
        border-color: lightslategray !important;
        border-radius: 25px  !important;
        border-width: 4px !important;
        font-size: medium  !important;
        text-align: left !important;
    }

    .homePageSecondSection {
        background-color: #b5bdf5;
        border-color: rgb(0, 0, 0) !important;
        border-radius: 25px !important;
        border-width: 4px !important;
        font-size: medium  !important;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left !important;
    }
    
    .homePageThirdSection {
        background-color: #b5bdf5;
        border-color: rgb(0, 0, 0) !important;
        border-radius: 25px !important;
        border-width: 4px !important;
        font-size: medium  !important;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left !important;
    }

    .home-gallery-image {
        width: 100%  !important;
        max-height: 250px  !important;
        min-height: 250px  !important;
    }

    .eventsImage {
        width: 100%  !important;
        max-height: 250px  !important;
        min-height: 250px  !important;
    }


  }
