#h1Home {
    color: #990000;
    font-size: 36px;
	margin: 0px 0px 4px 0px;
	font-weight:bold;
	line-height: 1.1;
    text-align: center;
}

.pHome {
    text-align: center;
    margin:10px 0;
    width: 100%;
}

@media (min-width:990px) {
    #eventsHome {
        background: #ffffff;
        border-top:solid 0px;
        border-bottom:solid 0px;
        max-width: 70%;
        margin: auto;
        margin-top: 20px;
    }

    #imgHome {
        border-width: 3px;
        border-style: solid;
        width: 1000px;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    header {
        padding-bottom: 70px;
    }

    #contentHome {
        width: 100%;
        background:#ffffff;
        border-top:solid 0px;
        border-bottom:solid 0px;
        text-align:center;
        margin-top: 30px;
    }
}

@media (max-width:989px) {
    #eventsHome {
        background: #ffffff;
        border-top:solid 0px;
        border-bottom:solid 0px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    #imgHome {
        border-width: 3px;
        border-style: solid;
        width: 80%;
        height: auto;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 20px;
    }

    header {
        padding-bottom: 50px;
    }

    #contentHome {
        width: 90%;
        background:#ffffff;
        border-top:solid 0px;
        border-bottom:solid 0px;
        text-align:center;
        margin-top: 30px;
        margin: auto;
    }
}

#homeEventsLabel {
    font-size: 36px;
    color: #990000;
}
