body {
    margin: 0px;
    background-color: #000;
    color: #FFF;
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
}

.panel {
    color:#000;
}

nav {
    background-color: #333;
    overflow: hidden;
}
nav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
nav a:hover {
    background-color: #ddd;
    color: black;
}

.section {
    width: 100%;
}

/* 
///////////////
// Section 1 //
///////////////
*/

.section_1 .s1_image {
    width: 40%;
    padding: 25px;
}

.section_1 .s1_image img {
    max-height: calc(100vh - 50px);
    vertical-align: bottom;
    min-height: 500px;
}

.section_1 .s1_content {
    width: 55%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 50px;
    height: 100vh;
    min-height: 500px;
}

.section_1 .s1_content .s1_position {
    font-size: 21px;
    text-transform: uppercase;
}

.section_1 .s1_content .s1_name {
    text-align: right;
    text-transform: uppercase;
}

.section_1 .s1_content .s1_name h1 {
    margin: 0;
    font-size: 156px;
}

@media(max-width: 1500px) {
    .section_1 .s1_image {
        width: 55%;
    }

    .section_1 .s1_content {
        width: 45%;
    }
}

@media(max-width: 1200px) {
    .section_1 .s1_image {
        width: 65%;
    }
    
    .section_1 .s1_content {
        width: 35%;
    }

    .section_1 .s1_content .s1_name h1 {
        font-size: 100px;
    }
}

@media(max-width: 1024px) {
    .section_1 .section_1_inner {
        flex-wrap: wrap;
    }

    .section_1 .s1_image {
        width: 100%;
        order: 2;
        text-align: center;
        padding-bottom: 50px;
    }

    .section_1 .s1_image img {
        max-height: 700px;
        min-height: auto;
        text-align: center;
    }

    .section_1 .s1_content {
        width: 100%;
        order: 1;
        height: auto;
        flex-direction: row;
        min-height: 0;
        padding-left: 25px;
        padding-right: 25px;
    }

    .section_1 .s1_content .s1_name h1 {
        font-size: 60px;
    }
}

@media(max-width: 500px) {
    .section_1 .s1_content {
        display: block;
        padding-bottom: 0;
    }

    .section_1 .s1_content .s1_position {
        text-align: center;
        margin-bottom: 20px;
    }

    .section_1 .s1_content .s1_name {
        text-align: center;
    }
}

/* 
///////////////
// Section 2 //
///////////////
*/

.section_2 .s2_header {
    padding: 25px;
    padding-right: 60px;
    width: 100%;
    min-height: 100px;
}

.section_2 .s2_content_title {
    padding-right: 25px;
    width: 100%;
    letter-spacing: -12px;
    min-width: 760px;
}

.section_2 .s2_content_title .s2_title {
    text-align: left;
    text-transform: uppercase;
}

.section_2 .s2_content_title .s2_title h1 {
    margin: 0;
    font-size: 156px;
}

.section_2 .s2_content {
    padding-top: 40px;
    padding-left: 10px;
    width: 100%;
    flex-direction: row;
    text-align: left;
}

.section_2 .s2_position {
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}

.section_2 .s2_name {
    text-transform: uppercase;
    text-align: right;
}

.section_2 .s2_image_block {
    padding: 25px;
    padding-right: 60px;
    width: 100%;
}

.section_2 .s2_image {
    padding-right: 30px;
    width: 66.66%;
    height: auto;
}

.section_2 .s2_image img {
    max-height: 70vh;
}

.section_2 .s2_image_description {
    padding-left: 30px;
    padding-top: 100px;
    width: 33.33%;
    text-align: left;
    font-size: 28px;
    line-height: 42px;
}

@media(max-width: 1200px) {
    .section_2 .s2_content_title .s2_title h1 {
        font-size: 110px;
    }

    .section_2 .s2_content_title {
        min-width: 520px;
    }

    .section_2 .s2_image_description {
        font-size: 24px;
        padding-top: 40px;
    }
}

@media(max-width: 1024px) {
    .section_2 .section_2_inner {
        flex-wrap: wrap;
    }

    .section_2 .s2_header {
        flex-direction: column;
    }

    .section_2 .s2_content_title {
        text-align: center;
        min-width: 480px;
    }

    .section_2 .s2_content_title .s2_title{
        text-align: center;
        width: 100%;
    }

    .section_2 .s2_content_title .s2_title h1 {
        font-size: 90px;
        text-align: center;
    }

    .section_2 .s2_content {
        order: 1;
        padding-top: 25px;
    }

    .section_2 .s2_image_block {
        flex-direction: column;
    }

    .section_2 .s2_image {
        width: 100%;
        order: 2;
        padding-right: 0px;
        text-align: center;
    }

    .section_2 .s2_image img {
        text-align: center;
        min-height: auto;
        width: 100%;
    }

    .section_2 .s2_image_description {
        width: 100%;
        order: 3;
        padding-top: 20px;
        text-align: center;
        font-size: 20px;
    }
}

@media(max-width: 500px) {
    .section_2 .s2_image_block .s2_image_description {
        font-size: 15px;
    }

    .section_2 .s2_content_title {
        min-width: 410px;
        padding-right: 10px;
    }
}

/* 
///////////////
// Section 3 //
///////////////
*/

.section_3_inner {
    padding: 25px;
    padding-bottom: 30px;
}

.section_3_inner .s3_content_title {
    text-transform: uppercase;
    padding-right: 25px;
}

.section_3_inner .s3_content_title h1{
    font-size: 156px;
    letter-spacing: -12px;
    margin: 0;
}

.section_3 .s3_image_block_1 {
    padding-right: 10px;
}

.section_3 .s3_image_1{
    width: 100%;
    padding-bottom: 10px;
}

.section_3 .s3_image_1 img{
    max-height: 70vh;
}

.section_3 .s3_image_block_2 {
    padding-left: 10px;
}

.section_3 .s3_image_2{
    width: 100%;
    padding-top: 28px;
    padding-bottom: 10px;
}

.section_3 .s3_image_2 img{
    width: 100%;
    max-height: calc(100vh - 120px);
}

.section_3 .s3_image_content {
    height: 55px;
}

.section_3 .s3_image_number h3{
    font-size: 52px;
    margin: 0;
}

.section_3 .s3_image_description_block {
    padding-top: 5px;
    padding-left: 15px;
}

.section_3 .s3_image_title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

@media(max-width: 1500px) {
    .section_3 .s3_image_1 img {
        max-height: 60vh;
    }

    .section_3 .s3_image_2 img{
        width: 100%;
        max-height: 78vh;
    }
    .section_3 .s3_content_title h1{
        font-size: 136px;
    }
}

@media(max-width: 1200px) {
    .section_3 .s3_content_title h1{
        font-size: 116px;
    }

    .section_3 .s3_image_1 img {
        max-height: 55vh;
    }

    .section_3 .s3_image_2 img{
        max-height: 70vh;
    }
}

@media(max-width: 1024px) {
    .section_3_inner {
        flex-direction: column;
    }

    .section_3 .s3_content_title {
        text-align: center;
        padding-right: 0;
    }

    .section_3 .s3_content_title h1{
        font-size: 90px;
        text-align: center;
    }

    .section_3 .s3_image_block_1 {
        padding-right: 0px;
    }

    .section_3 .s3_image_1 img {
        max-height: 60vh;
    }

    .section_3 .s3_image_1 {
        text-align: center;
    }

    .section_3 .s3_image_2 img{
        max-height: 80vh;
        width: 40%;
    }

    .section_3 .s3_image_2 {
        text-align: center;
    }

    .section_3 .s3_image_number h3{
        font-size: 46px;
    }
    
    .section_3 .s3_image_title {
        font-size: 20px;
    }

    .section_3 .s3_image_description {
        font-size: 16px;
    }

    .section_3 .s3_image_content {
        justify-content: center;
    }

}

@media(max-width: 500px) {
    .section_3 .s3_content_title h1{
        font-size: 78px;
        letter-spacing: -8px;
    }
}

/* 
///////////////
// Section 4 //
///////////////
*/

.section_4 {
    padding: 25px;
}

.section_4 .s4_image_1 {
    padding-right: 15px;
    width: 100%;
}

.section_4 .s4_image_1 img {
    max-height: 45vh;
}

.section_4 .s4_image_2 {
    padding-top: 200px;
    padding-left: 15px;
    width: 100%;
}

.section_4 .s4_image_2 img {
    max-height: 65vh;
}


.section_4 .s4_image_content {
    height: 80px;
    padding-top: 20px;
}

.section_4 .s4_image_number h3{
    font-size: 72px;
    margin: 0;
}

.section_4 .s4_image_description_block {
    padding-top: 10px;
    padding-left: 25px;
    font-size: 22px;
}

.section_4 .s4_image_title {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: bold;
}

@media(max-width: 1500px) {
    .section_4 .s4_image_number h3{
        font-size: 68px;
    }
    
    .section_4 .s4_image_description_block {
        font-size: 20px;
    }
    
    .section_4 .s4_image_title {
        font-size: 24px;
    }
}

@media(max-width: 1200px) {
    .section_4 .s4_image_number h3{
        font-size: 66px;
    }
    
    .section_4 .s4_image_description_block {
        font-size: 18px;
    }
    
    .section_4 .s4_image_title {
        font-size: 22px;
    }
}

@media(max-width: 1024px) {
    .section_4 .s4_image_number h3{
        font-size: 46px;
    }
    
    .section_4 .s4_image_description_block {
        font-size: 16px;
    }
    
    .section_4 .s4_image_title {
        font-size: 18px;
    }
}

@media(max-width: 500px) {
    .s4_inner {
        flex-direction: column;
    }

    .section_4 .s4_image_1 {
        padding-right: 0px;
    }

    .section_4 .s4_image_1 img {
        width: 100%;
    }

    .section_4 .s4_image_2 {
        padding-top: 20px;
        padding-left: 0px;
    }

    .section_4 .s4_image_2 img {
        width: 100%;
    }

    .section_4 .s4_image_content {
        justify-content: center;
    }

    .section_4 .s4_image_number h3{
        font-size: 46px;
    }
    
    .section_4 .s4_image_description_block {
        font-size: 16px;
    }
    
    .section_4 .s4_image_title {
        font-size: 20px;
    }
}

/* 
///////////////
// Section 5 //
///////////////
*/
.s5_inner {
    padding: 20px;
}

.section_5 .s5_text_box {
    font-size: 32px;
    text-transform: uppercase;
    width: 30%;
    padding-right: 15px;
}

.section_5 .s5_image {
    padding-left: 30px;
    justify-content: right;
}

.section_5 .s5_image img{
    height: 65vh;
    width: 100%;
}

@media(max-width: 1500px) {
    .section_5 .s5_image img{
        height: 55vh;
    }

    .section_5 .s5_text_box {
        font-size: 28px;
    }
}

@media(max-width: 1200px) {
    .section_5 .s5_image img{
        height: 50vh;
    }

    .section_5 .s5_text_box {
        font-size: 20px;
    }
}

@media(max-width: 1024px) {
    .s5_inner {
        flex-direction: column;
    }
    .section_5 .s5_image {
        padding-left: 0px;
        text-align: center;
    }
    .section_5 .s5_image img{
        height: 40vh;
        width: 70%;
        text-align: center;
    }

    .section_5 .s5_text_box {
        font-size: 20px;
        width: 100%;
        text-align: center;
        padding-right: 0px;
        padding-bottom: 15px;
    }
}

@media(max-width: 500px) {
    .section_5 .s5_image img{
        height: 25vh;
        width: 100%;
    }

    .section_5 .s5_text_box {
        font-size: 18px;
    }
}

/* 
//////////////////
// Guitar Table //
//////////////////
*/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion:after {
    content: '\02795'; /*"plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
  
.active:after {
    content: "\2796"; /*"minus" sign (-) */
}
.active, .accordion:hover {
    background-color: #ccc;
}
  
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.action-bar {
    background-color:dimgrey;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.song-add-form-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 2;
}

.song-add-form {
    padding: 20px;
    background-color:midnightblue;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.guitar-table-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 65%;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
}

.guitar-table-container h1 {
    text-align: center;
}