@charset "utf-8";
/* CSS Document */
.container-fluid{padding:0px;margin:0px;}
	body{
		  font-family: Cambria, 'Hoofler Text', 'Liberation Serif', times, 'Times New Roman', 'serif'; font-size:20px;
		}

	

		.color{
			margin-top:10px;
			background-color:#ffbfab;
		}
		a:link{
			color:black;
			font-size:20px;
		}
		.li:hover{
			background-color:#ed1e79;color:white;
		}
		
		.li{margin-left:20px;
			color:#ed1e79;
		
		}
		.li a{text-decoration: none;}
		.active{background-color:#ed1e79;color:white;}

    
        .font1{
			font-family: 'Pacifico', cursive;
			font-size: 50px;
			color: #ed1e79;
			text-align: center;
		}
     
	
	
	
	
	
		.btn1:hover{color:white;background-color:#ed1e79; }
		.btn1{color:#ed1e79;background-color: transparent;border:1px solid #ed1e79;}
	
	  .image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
     .image-hover {position:relative;display:inline-block;overflow:hidden;
       box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)}
       .image-hover a {text-decoration:none}
       .image-hover .img {margin:-100px 0px 0px -100px}


/*** effect zoom in ***/

      .img-zoom-in img 
     {
       transition:all .2s ease-in-out;
       -webkit-transition:all .2s ease-in-out;
       -moz-transition:all .2s ease-in-out;
       -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
     }

     .img-zoom-in:hover img 
    {
     transform:scale(1.2);
     -webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
     -ms-transform:scale(1.2);
    -o-transform:scale(1.2)
    }
		.footer{

           text-align:center;   
	       background-color:#ffbfab;
		   color:#ed1e79;
		}
		
		.fa-facebook-square{
			font-size:45px;
		}
		.fa-facebook-square:hover{
			color: #3C5A99;
			
			
		}
		
		.fa-twitter-square{
		font-size:45px;	
		}
		.fa-twitter-square:hover{
			color: #1DA1F2;
			
		}
		.fa-instagram{
		font-size:45px;
	
		}
		.fa-instagram:hover{
			color: #125688;
		}

