@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
  font-family: 'Raleway';
  font-weight:500;
  margin-left:15%;
  margin-right:15%;
}

@media (orientation: portrait) {
    body {
        margin-left:0%;
        margin-right:0%;
    }
}

.top-section {
    text-align: center; 
    padding-top: 20px; 
    padding-bottom: 0px;
}

h1 {
    font-weight: normal;
    font-size: clamp(12px, 10vw, 100px); 
    color: #000000; 
}

section {
    font-size: clamp(12px, 5vw, 60px); 
    color: #000000; 
}

.textbox {
    text-align: left;
    font-size: clamp(12px, 2vh, 20px); 
    color: #000000;
    padding-bottom: 20px;
}

.textbox a {
    text-decoration: none;
    font-weight: bold;
    color: black; 
}

.textbox a:hover {
    color: #696969; 
}

.title {
    font-weight: bold;
    font-style: italic;
    font-size: clamp(15px, 3vh, 60px); 
    color: #000000; 
}

.music-title {
    font-weight: bold;
    font-style: italic;
    font-size: clamp(15px, 3vh, 60px); 
    color: #000000;
    margin-bottom: 10px;
}


.separator {
    xborder: 1px red dashed;
    height: 20px;
}


.desc {
    font-size: clamp(12px, 2vh, 20px); 
    color: #000000;
    padding-bottom: 10px; 
}

.desc a {
    text-decoration: none;
    font-weight: bold;
    color: black; 
}

.desc a:hover {
    color: #696969; 
}

.container {
    xborder: 1px solid red;
    display: flex;
    flex-direction: column; 
    width: 100%;
    gap:10px;
}

.description_section {
    width: 100%;
    align-content: center;
}

.item {
    padding: 15px;
    margin-bottom: 10px; 
}

.video {
    align-content: center;
    xwidth: 70%;
    height: 25vw;
    margin: 10px;
}

.video-small {
    align-content: center;
    xwidth: 70%;
    height:  10vw;
    margin: 10px;
}

.thumbnail {
    width: clamp(100px,550vw,4000px);
    height: 100%;
    align-self: center;
}


.thumbnail-small {
    width: clamp(100px,80%,2000px);
    height: 100%;
    align-self: center;
}

.thumbnail img {
    image-rendering: optimizeQuality;
    width: 100%; 
    height: 100%; 
}

.score img {
    image-rendering: optimizeQuality;
    height: 100%; 
}

.grid-container {
    display: flex;
    width: 100%;
    gap: 30px;
}

.music-grid {
    xborder: 1px blue dotted;
    display: flex;
    width: 100%;
    gap: 0px;
}

.big-desc {
    align-content: end;
}

.big-desc-left {
    align-content: end;
    text-align: right;
}

.big-desc-right {
    align-content: end;
    text-align: left;
}

.left {
    align-self: flex-start; 
    xbackground-color: rgb(201, 201, 201);
    width: 90%;
}

.left-small {
    align-self: flex-start; 
    xbackground-color: rgb(201, 201, 201);
    width: 50%;
}

.right-small {
    align-self: flex-end; 
    xbackground-color: rgb(201, 201, 201);
    width: 50%;
}

.middle {
    align-self: center;
    text-align: center;
    xbackground-color: rgb(201, 201, 201);
    xwidth: 70%;
    max-height:50vh;
    xborder: 1px green solid;
}

.middle-big {
    align-self: center;
    text-align: center;
    xbackground-color: #1b1a1f;
    width: 100%;
}

.right {
    align-self: flex-end; 
    text-align: right;
    xbackground-color: rgb(201, 201, 201);
    width: 90%; 
}

.white {
    color:white;
}

.music-sample {
    xborder: 1px solid red;
    margin: 30px 30px 100px 30px;
    width: 100%;
}

.score {
    border: 1px solid #999999;
    width: 100%;
    height: 45vh;
    margin-bottom: 10px;
}

.audio-ctrl {
    width: 100%;
}

footer {
    xborder: 1px blue dotted;
    padding-top: 100px;
    text-align: center;
    font-style: italic;
    color: #999999;
}