﻿/* 05-19-2019 CRS ------------- ALEX CSS -----------------*/

body {
}


.page-footer p{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.page-footer h4 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

footer.page-footer a {
    color: #ffffff;
    text-decoration: none;
}

    footer.page-footer a:hover {
        color: #b12995
    }

.nav-item a:hover {
    color: #b12995 !important;
}


span.purple {
    color: #b12995;
}

span.blue {
    color: #0000A0;
    background: none;
}

/* 05-25-19 CRS - change to bg-light (#f8f9fa) for now to match database media blocks*/
/*page background*/
.ff-background {
    /*    background-color: #fbf9fc !important; */
    background-color:#f8f9fa !important;
}


.ff-ol {
    list-style-type: disc;
    margin: 5px;
    padding: 5px; 
}

.ff-bold {
    font-weight: 600;
}


/*main page body container*/
.container {
    background-color: white;
}

/*MEDIA - box across page colour - media outer wrapper, media body inside bit*/
.media {
    background-color: #f7f5f7 !important;
    border-radius: 10px;
    /*    padding: 10px; 05-31-19 CRS - remmed */
}

.media-body {
    background-color: #f7f5f7 !important;
    border-radius: 10px;
    /*    padding: 10px; 05-31-19 CRS - remmed */
}
/*CARD DECK- box across page colour - card outer wrapper, card body inside bit*/

/* 05-25-19 CRS - commented this out... LOSING POINT OF DECK
.card-deck {
    background-color: #faf3fb;
}
*/
.card {
    background-color: #f7f5f7;
}

.card-body {
    background-color: #f7f5f7;
}


/*CARD COLUMNS - variable columns box style default 3 card outer wrapper, card body inside bit*/
/* 05-25-19 CRS - commented this out DUPLICATE
card-deck {
    background-color: #faf3fb;
}
*/

.btnAlex {
    border: 2px solid white;
    color: #f7eded;
    padding: 3px 15px;
    font-size: 1rem;
    font-family: inherit;
    font-variant: small-caps;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.5s;
}

.btnAlex span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnAlex span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 10px;
    transition: 0.5s;
}

.btnAlex:hover span {
    padding-right: 20px;
}

.btnAlex:hover span:after {
    opacity: 1;
    right: 0;
}

/* 05-25-19 CRS - added to make a href look like button*/
.btnAlex:hover {
    color:white;
    text-decoration:none;
}

.freefest {
    background-color: #b12995;
}
.freefest:hover {
    background-color: #963682;
    color: white; 
}

/* Blue */
.info {
    background-color: #2196F3;
}

.info:hover {
    background: #0b7dda;
    color: white; 
}

/* Orange */
.warning {
    background-color: #ff9800;
}
   
.warning:hover {
    background: #e68a00;
    color: white; 
}

/* Red */
.danger {
    background-color: #f44336;
}
    
.danger:hover {
    background: #da190b;
    color: white; 
}

/* Gray */
.default {
    background-color: #e7e7e7;
    color: black;
}
  
.default:hover {
    background: #ddd;
}

/* 05-25-19 CRS - commented this out... DUPLICATE (see above)
.ff-background {
    background-color: mediumpurple;
}
*/

/* 05-25-19 CRS - added for a href*/
/* 05-25-19 CRS - NOTE! Must be in this order: LINK, VISITED, HOVER, ACTIVE */
a.btnAlex {
    color: white;
}
    a.btnAlex:link {
        color: white;
    }

    a.btnAlex:visited {
        color: white;
    }

    a.btnAlex:hover {
        color: white;
    }

    a.btnAlex:active {
        color: white;
    }

.ff-calendar {
    background-color: #ffffff !important;
}

/* 05 -28-19 CRS - moved this back here ro Alex.css highlighted background for boxes*/
.ff-highlight {
    background-color: #eed5e9 !important;
}

.ff-highlight-2 {
    background-color: #ff9800 !important;
}


.ff-highlightmore {
    background-color: #ed5558 !important;
}

/* This line intentionally left above the line that's been left intentionally blank */

/* This space left intentionally blank */