


.background
{
    background-image: url('../image/4.jpg');
    z-index:-1;
}

.imgbg{
     background-image: url('../image/6.jpg');  
     background-repeat: no-repeat;
     background-size:cover;
     background-position: center;
    
}


.background-color
{
    background-color: #f9f9f9;
    padding: 0 30 30 30 ;
    margin-top: 0px;
    
}

.img{
	
	margin:20px;
	float:left;
	max-width:300px;
}


.marginzero{
    margin-top: 0;
}


.button{
    background-color: black;
    border:2px solid red;
    color:red;
    text-align:center;
    padding:10px 15px;
    font-size:15px;
    cursor:pointer;
}

.pink{
	font-size:18px;
	color:#ff1493;
	margin-left:50px;
	margin-right:40px;
	margin-top:0px;
	
	
}




#slide {
    position: relative;
    left: -700px;
   
   
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

