/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
  font-family: cubic;
  src: url(../fonts/osd-mono.ttf);
}

body {
  background-image: url("../imgs/bg-tile.png");
  background-size: 200px 200px;
  font-family: Verdana;
  margin: 0 0;
}

.main-content {
  font-family: monospace;
  font-size: max(1.5vw,15px);
  background-color:#6A70A9F3;
  color:#EEEEEE;
  margin-left:10%;
  margin-right:10%;
  margin-bottom:25px;
  padding-bottom: 0px;
}

.main-text {
  padding: 5px 10px 5px 10px;
}

h1 {
  font-weight: normal;
  font-family: cubic;
  padding-top: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.banniere {
  margin: 0px 0px 0px 0px;
}

.banniere img {
  display:block;
}

.menu {
  background-color: #EEEEEE;
  margin: 0px 0px 10px 0px;
  text-align: center;
  box-shadow: 0px 5px 20px #AAAAAA88;
}

button {
  background-color:#EEEEEE;
  color: #6A70A9;
  padding: 20px 20px 20px 20px;
  border: none;
  font-family: cubic;
  font-size: max(1.7vw,15px);
}

button:hover{
  background-color:#6A70A9;
  color:#EEEEEE;
}

.menu ul {
  list-style-type:none;
  overflow: hidden;
  margin-top:0px;
  margin-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}

.menu li {
  float: left;
  margin-right: 1px;s
}

.music-list {
  list-style-type:none;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.music-links {
  float:left;
  padding:5px;
}

.music-links a{
    text-decoration: none;
    color:#AEB4ED;
}

.music-links a:hover{
  color: #EEEEEE;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

tr {
  margin-left: 10%;
  margin-right: 10%;
  padding: 0px 0px 0px 0px;
}

.musicTable td {
  width: 50%;
  aspect-ratio: 1 / 1;
  padding: 0px 0px 0px 0px;
}

.cover-img img{
  width:100%;
  height:100%;
  object-fit:fill;
  filter: grayscale(100%);
  display: block;
}

.cover-img img:hover{
  filter: grayscale(0%);
}

.music-text {
  font-size: 2.5vw;
  font-family: cubic;
  text-align: center;
}

.gallery {
  width:25%;
  aspect-ratio: 1 / 1;
  padding: 0px 0px 0px 0px;
}

.gallery img{
  width:100%;
  height:100%;
  object-fit:fill;
  filter: grayscale(50%);
  display:block;
}
