﻿/* 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: #f0830a
    }

.nav-item a:hover {
    /*color: #b12995 !important;*/
    color: #f0830a !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; */
    /* alex, you had #bddce8 !important; light blue */
    background-color: #fcefd9 !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: #fffbf2 !important;
    border-radius: 10px;
    /*    padding: 10px; 05-31-19 CRS - remmed */
}

.media-body {
    background-color: #fffbf2 !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 5px;
    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;*/
    background-color: #f58038;
}

    .freefest:hover {
        background-color: #ffc061;
        color: white;
    }



.freefest2 {
    /*background-color: #b12995;*/
    background-color: #ab3f3f;
}

    .freefest2:hover {
        background-color: #de8e8e;
        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 - 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;*/
    background-color: #ffcd75 !important;
}

.ff-highlight-2 {
    /*background-color: #ffd285 !important;*/
    background-color:  !important;
}

.ff-highlightmore {
    background-color: #f58038 !important;
}

.ff-menu1 {
    background-color: #4a2636 !important;
}

.ff-menu2 {
    background-color: #473929 !important;
}

.ff-menu3 {
    background-color: #106587 !important;
}

.ff-menu4 {
    background-color: #21143d !important;
}

.ff-menu5 {
    background-color: #67030A !important;
}

.ff-s1 {
    background-color: #d6ac50 !important;
}
.ff-s2 {
    background-color: #d8d6d3 !important;
}
.ff-s3 {
    background-color: #edda4f !important;
}
.ff-s4 {
    background-color: #adf3ee !important;
}
.ff-s5 {
    background-color: #ecf7da !important;
}
.ff-s6 {
    background-color: #f7e1da !important;
}



/* 05 -28-19 CRS - moved this back here ro Alex.css highlighted background for boxes*/





.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.5;
opacity: 0.5;
}


.highlightit2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 1;
opacity: 1;
border-radius: 5%;
}

.highlightit2:hover img{
filter: brightness(110%) drop-shadow(4px 4px 5px gray); 
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
border-radius: 5%;
}

 




.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}





/* This line intentionally left above the line that's been left intentionally blank */

/* This space left intentionally blank *