body   {background:linear-gradient(white,silver,white);}
#all   {width:100%;
        
		margin:0 auto;
		
        }
#top   {width:1000px;
        height:100px;
		margin:0 auto;
		}
        
#ada {color:red;font-size:67px;}
#adada{color:green;font-size:67px;}
#dada {color:green;}
#top-number  {width:230px;
              height:88px;
			  float:left;
			  border-radius:70px;
			  border-bottom:1px solid silver;
              }
#top-number:hover{width:230px;
              height:88px;
			  float:left;
			  border-radius:70px;
			  border-bottom:2px solid silver;
              }			  
			
#contact-tel  { width:210px;
				height:50px;
                float:left;
				margin-top:15px;
				margin-left:5px;
				color:red;
				}
				
#top-image	   {width:55px;
                height:70px;
				
                margin-top:5px;
				float:left;
				}

#top-num       {width:170px;
                height:55px;
				margin-top:10px;
				float:left;
				
                }
				
			  
#top-name    {width:400px;
              height:88px;
			  float:left;
			  margin-top:10px;
			  margin-left:20px;
			  
			  
              }
			  
#top-social  {width:120px;
              height:46px;
			  float:right;
			  margin-top:27px;
              }
			  
#menu-menu   {width:900px;
              height:46px;
		      margin:0 auto;
              }
			  
#dadan  {color:red;}

#klasa1 { width: 100% ;}
#klasa2 { width: 100% ;}
#klasa3 { width: 100% ;}
#klasa4 { width: 100% ;}
#klasa5 { width: 100% ;}
#klasa6 { width: 100% ;}
#klasa7 { width:498px;
          margin:0 auto; 
}




			  
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: lightgreen;
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: red;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #333;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}





			  
			  
#slider      {width:900px;
			  /*border-radius:20px;
              height:675px;*/
			  margin:0 auto;
			  transition: 0.3s;
			  }
			  
        	 
#op {text-align:center;
}	 

#anima  {background:linear-gradient(silver,silver);
         font-size:25px;
		 color:black;
         height:60px;
         width:120px;
		 padding:10px;
		 border-radius:30px;
         position:absolute;
		 font-family:Chalkduster, fantasy;
         z-index:1;
}


		 
			  