/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2018 | 17:44:21 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/*CineSuntStyles*/


/*CeAmFacutHover*/
.panel-grid{
position: relative;
z-index: 1;
}

.panel-grid:hover{
position: relative;
z-index: 2;
}

.fullGallery img, .frontGallery img {
transition: all .2s ease-in-out;
}
.fullGallery img:hover, .frontGallery img:hover{
transform: scale(1.5);
}
/*MenuThickness*/
.site-logo{
max-height: 250px;
position: fixed;
left: 20px;
}
/*MenuColor*/
#mainnav ul li a{
color: black;
font-size: 20px;
font-family: 'Kaushan Script', cursive;
}
/*Text-slider styles*/
.text-slider .maintitle, .text-slider .subtitle{
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
