@charset "utf-8";
@import url("style2.css");
/* CSS Document */
  body {
            background-color: #87D3F2;
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            color: #fff;
        }

        header {
            background-color: #00B09B;
            padding: 30px;
            text-align: center; 
        }

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.tiro-kannada-regular {
  font-family: "Tiro Kannada", serif;
  font-weight: 400;
  font-style: normal;
}

		body {
  		font-family: 'Tiro Kannada', serif;
}

		h1, h2, h3, h4, h5, h6 {
  		font-family: 'Permanent Marker', c;
}

        nav {
            display: flex;
			colour: #00B09B;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
			margin-top: auto;
}
		
        nav a {
            color: #fff;
            text-decoration: underline;
			height: 50px;
        }

        .container {
            display: flex;
            justify-content: space-around;
            padding: 20px;
            gap: 20px;
        }

        .band-info {
            width: 100%;
            text-align: center;
	
        }

        .band-img {
            width: 100%;
			border-left: thick;
        }

.container2 {
  background-color: #00B09B; 
  padding: 5px; 
  border: 1px solid #ddd; 
  align-content: flex-end;
  height: 80px;
}

.submenu-container a {
    display: grid; 
	gap: 20px; 
	justify-items: center; 
	padding:20px;
}

.submenu-container a {
  padding: 10px; 
  background-color: #fff; 
  border: 1px solid #ddd; 
  border-radius: 5px;
  text-decoration: none; 
  color: #333; 
}

.submenu-container a:hover {
  background-color: #f0f0f0; 
  color: #666; 
}
	


        .about-site {
            width: 60%;
            background-color: #00B09B;
            padding: 20px;
   		    border-radius: 5px;
            margin-bottom: 20px;
}
        

        .discography {
            display: grid;
            justify-content: space-around;
			justify-item: grid;
            padding: 20px;
            gap: 20px;
        }

        .disco-img {
            width: 20px;
			height: 20px;
			gap: 100px;
        }

.background{
  		 	background-image: url("images/disco-bg.jpg");
  			background-size: cover;
  			background-position: center;
 			height: 300px;
  			width: 300px;
}

        .concert-tour {
            background-color: #00B09B;
            padding: 20px;
            text-align: center;
			
        }
.table{
	align-content: center;
	padding: 20px;
}

	

        .social-links {
            background-color: #87D3F2;
			text-emphasis-color: black;
            padding: 20px;
            text-align: center;
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .social-links a {
            color: #00000;
			text-align: center;
        }
.social-link img {
  cursor: pointer;
  height: 80px;
	width: 80px;
}

.social-link img:hover {
  opacity: 0.7;
}

.a{
	height: 20px;
	width: 20px;
}
.instagram{
	height: 10px;
	width:auto;
}

        footer {
            text-align: center;
            padding: 20px;
            background-color: #87D3F2;
        }.Youtube {
}
