@charset "utf-8";

/* CSS Document */

*{ margin:0 auto;
 padding:0;}
 
.body{text-indent:inherit;}
 
.container {width:100%;
            height:auto;}
			
.slider{width:100%;
        height:auto;;}
		
.icon{width:100%;
      height:auto;
	  background-color:#fffff;
	  text-align:center;
	  margin-top:30px;
	  margin-bottom:0px;
	  animation-delay:10s;}
	  
.icon h1{color:#1d212d;
         font-family: Tahoma, Geneva, sans-serif;
		 font-style:inherit;
		 font-size:32px;
		 margin-top:12px;
		 font-weight:900;
		 margin-bottom:10px;
		 line-height:33px;}
		 

.play{width:100%;
     height:auto;
	 background-color:;
	 text-align:center;
	 margin-top:14px;
	 margin-bottom:10px;}	
