/*
Theme Name:   Overlay Child
Description:  Overlay Child is the child theme for the popular Overlay WordPress theme.
Author:       BreTweb.net
Author URI:   http//bretweb.net
Template:     overlay
Version: 0.1.0
*/
/* -- Add your Own Custom CSS Here -- */



.main-navigation {background-color: #17555e;
color: #ffffff;
 
}
.site-footer-inner {background-color: #17555e;
color: #ffffff;}
.site-footer {background-color: #17555e;
color: #ffffff}

.main-navigation.tiny {
 position: fixed;
 
 top: 0; left: 0px;
 width: 100%;
 z-index: 1000;
background-color: #17555e;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);}

.imagebouge:hover{ 
 width:250px;
margin-left:30px;
 -webkit-transform: rotate(25deg);
   -moz-transform: rotate(25deg);
   -ms-transform: rotate(25deg);
   -o-transform: rotate(25deg);
   transform: rotate(25deg);
}