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

.LeftParagraph {
    background-color: #97b0b0  !important;
    border-color: lightslategray !important;
    border-radius: 25px  !important;
    border-width: 4px  !important;
    font-size: large  !important;
    text-align: left  !important;
}

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

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

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


@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;
    }

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

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

  }