﻿body {


}

a {
    text-decoration: none;
    color: blueviolet
}

img {
    float: left;
    margin-right: 20px; /* adjust the spacing between the image and the text */
}

/*Classes*/
.fundraiserEvent {
    color: red;
}

.favouriteEvent {
    color: red;
}

.favouriteAct {
    color: darkorange;
}

.multicolortext {
    background-image: linear-gradient(to left, violet, indigo, green, blue, yellow, orange, red);
    -webkit-background-clip: text; /* Required for Chrome/Safari */
    background-clip: text; /* Standard (for Firefox with flag) */
    -webkit-text-fill-color: transparent; /* Required for Chrome/Safari */
    color: transparent; /* Fallback */
}


/*.halloweencolortext {
    background-image: linear-gradient(to left, white, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}*/

/*.xmascolortext {
    background-image: linear-gradient(to left, white, red);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
}*/

.form-control.rounded {
    border-radius: 0.25rem 0.25rem 0 0;
}


.eventColor {
    background-color: mistyrose !important;
}

.panelDetails {
    background-color: mistyrose;
    border: medium;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    margin-bottom: 8px;
}

.error-message {
    color: red;
}

.MessageBox {
    background-color: mistyrose;
}
.MessageWarning {
    background-color: red;
    padding: 10px 10px 10px 10px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.MessageSuccess {
    background-color: lightgreen;
    padding: 10px 10px 10px 10px;
    border-radius: 0.25rem 0.25rem 0 0;
}




