body {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.row div {
    height: 240px;
    position: relative;
    /* cursor: pointer; */
}

.row div a {
    display: block;
    height: 240px;
    color: inherit;
}

.row div p a {
    color: #FFFFFF;
}

.row div h3 {
    position: absolute;
}

.container-fluid {
    position: relative;
}

#footer {
    position: fixed;
    bottom: 0px;
    height: 26px;
    width: 100%;   
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 2px;
}

#footer a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
}


#footer {
    background-color: #1a497f;
    color: #FFFFFF;
}






/*-----------------*/
/***** Selena *****/
/*-----------------*/

div.effect-selena {
   border: 0px solid #1a497f;	 
  
}
div.effect-selena:hover {
   border: 5px solid #1a497f;
	 transition: border-width 0.25s ease-in-out;
}

div.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
div.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
/*
div.effect-selena h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
div.effect-selena:hover h3 {
  -webkit-transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
*/
