$(document).ready(function(){
						   $(".rest-links-img").fadeTo("fast", 0.4); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".rest-links-img").hover(function(){
						   $(this).fadeTo("fast", 1.0); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 0.4); // This should set the opacity back to 30% on mouseout
						   });
						   });


$(document).ready(function(){
						   $(".index-lower-2-1").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".index-lower-2-1").hover(function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });


$(document).ready(function(){
						   $(".index-lower-2-2").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".index-lower-2-2").hover(function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".index-lower-2-3").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".index-lower-2-3").hover(function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".index-lower-2-4").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".index-lower-2-4").hover(function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".members-card").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".members-card").hover(function(){
						   $(this).fadeTo("fast", 0.8); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".menus").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".menus").hover(function(){
						   $(this).fadeTo("fast", 0.8); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });

$(document).ready(function(){
						   $(".menus-links").fadeTo("fast", 1,0); // This sets the opacity of the thumbs to fade down to 30% when the page loads
						   $(".menus-links").hover(function(){
						   $(this).fadeTo("fast", 0.6); // This should set the opacity to 100% on hover
						   },function(){
						   $(this).fadeTo("fast", 1,0); // This should set the opacity back to 30% on mouseout
						   });
						   });



