body,
html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

* {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 16px;
}

.eventLink {
    color: #333;
    font-weight: bold;
}

.event-table th {
    text-align: left;
}



table {
    margin-top: 20px;
}



.shareButtons {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 20px;
}

.portfolio {
    padding: 50px;
}


.bottom {
    position: fixed;
    bottom: 20px;
    padding-left: 10px;
}

a,
a:hover {
    color: orangered
}

.orangered {
    color: orangered
}

.intro {
    padding: 20px;
    margin: 0px;
    background-color: #eee;
    text-align: justify;
}


.submitForm input[type=text],
.submitForm input[type=email],
.submitForm input[type=url] {
    width: 100%;
    max-width: 400px;
}

.rss-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #f26522;
    font-size: 24px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 50%;

}

.rss-button i {
    margin: 0;
}

.rss-button:hover {
    color: white;
}


.calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #333;
    font-size: 24px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 50%;

}

.calendar-button:hover {
    color: white;
}

.calendar-button i {
    margin: 0;
}

.title {
    float: left;
    padding-top: 15px;
}

.subscribe {
    float: right
}

.header {
    background: #000;
    color: orange;
    padding: 0px 10px 0px 10px;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
}



@media only screen and (min-width : 320px) {

    .portfolio {
        padding: 0px;
    }


}

.message {
    font-weight: bold;
}

label { 
    cursor: pointer
}