
	img {
				max-width: 20%;
				height: auto;
				opacity: 0.6;
				
							}
							
		.icons a:link, a:visited {
			  background-color: white;
			  color: green;
			  border: 2px solid green;
			  padding: 3px 60px;
			  text-align: center;
			  text-decoration: none;
			  display: inline-block;
			  active-color: black;
									}
									
		.icons a:hover, a:active {
			  background-color: green;
			  color: white;
									}
										
		.footer {
				  position: fixed;
				  left: 0;
				  bottom: 0;
				  width: 100%;
				  background-color: opacity:0.5;
				  text-decoration: none;
				  color: white;
				  text-align: center;
										}
		.icons	{								
				  float: center;
				  color: black; 
				  padding: 3px;
				  color: white;
				  text-decoration: none;
				  font-size: 17px;
										}
										
		.hide {
				display: none;
										}
    
		.myDIV:hover + .hide {
				display: block;
				color: green;
										}	
		
		.column {
		  float: left;
		  width: 25%;
		  padding: 50px;
		  text-align: center;
		  font-size: 15px;
		  cursor: pointer;
		  color: black;
		  border-width: 1px;
		  border-style: solid;
		  border-color: gray;
		}

		.containerTab {
		  padding: 20px;
		  color: black;
		}

		
		.row:after {  --bs-form-range-thumb-bg:            var(--fb-primary);
  --bs-form-range-thumb-border:        0;
  --bs-form-range-thumb-box-shadow:    0 .125rem .25rem rgba(0,0,0,.15);

		  content: "";
		  display: table;
		  clear: both;
		}

		
		.closebtn {
		  float: right;
		  color: black;
		  font-size: 35px;
		  cursor: pointer;
		}

        .badge { $badge-color:                       $green;}