* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    font-family: 'Inter', sans-serif;
}

h2{
    font-weight: normal;
    font-size: 48px;
}

h3{
    font-weight: bold;
    font-size: 36px;
}

span{
    transition: all 1s ease;
}

span.fade{
    color:rgb(244, 113, 6);
}

.navbar {
    
    background-color: #1e1e1e;
    display: flex;
    align-items:center;
    color: #ffffff;
    justify-content:space-between;
    box-sizing: border-box;
}

.header{
    font-size: 60px;
    font-weight: normal;
    padding: 10px 0px;
    margin-left: 130px;
}

.header a{
    
    text-decoration:none;
    color: #ffffff;
}

.navbar-links ul{
    display: flex;
    margin-right: 130px;
    padding: 0;
}

.navbar-links li{
    list-style: none;
    font-size: 20px; 
    padding: 10px;
}

.navbar-links li a{
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.navbar-links li a:hover{
    background-color: #ffffff;
    color:#1E1E1E;
    transition: .5s;
}

.hamburger{
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.hamburger .bar{
    height: 3px;
    width: 100%;
    background-color: #1E1E1E;
}

#wrapper {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) repeat(8, minmax(0, 150px)) minmax(0px, 1fr);
    grid-auto-rows: minmax(0, auto);
    background-color: #F4EBE7;
}

#hero{
    background-color: #D9D9D9;
    background-image: url("media/bridge.png");
    background-position: center;
    background-repeat: no-repeat;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    height: 478px;
    box-shadow: 3px 21px 9px rgba(0, 0, 0, 0.25);
}

.contact-box{
    display: flex;
    background-color: #1E1E1E;
    color:#ffffff;
    justify-content: space-between;
}

.contact-text h3{
    padding-bottom: 25px;
}

.contact-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 200px;
}

#contact-hero{
    display: grid;
    grid-column: 2 / 6;
    grid-row: auto;
    height: 750px;
    width: auto;
    justify-content: end;
}

.contact{
    display: inline-flex;
    grid-column: 3 / 6;
    grid-row: auto;
    width: 50%;
}

#about {
    background-color: #1E1E1E;
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    height: 90px;
}

#about h2{
    color: #ffffff;
    text-align: left;
    padding-left: 130px;
    padding-top: 15px;
    
}


#teacher {
    background-color: #D9D9D9;
    grid-column: 1 / -1;
    grid-row: 4 / 5;
}

#teacher h3{
    margin: 10px 0px 10px 10%;
}

.top-box{
    display:flex;
    background-color: #d9d9d9;
    width: 100%;
    height: auto;
    align-items: center;
}

.left-flex{
    width: 50%;
    display: flex;
    max-height: auto;
}

.main-content{
    height: 100%;
    width: 50%;        
    position: relative;
    padding:20px;
    font-size: 20px;
    background-color: #D9D9D9;
}

.main-countent h3{
    padding: 50px;
    display: flex;
}

.main-countent p{
    display: flex;
    
}


main {
    background-color: #D9D9D9;
    grid-column: 2 / -2;
    grid-row: 5 / 6;
    padding: 10px;
    box-shadow: 3px 21px 9px rgba(0, 0, 0, 0.25);
}

.section-head{
    display: block;
    text-align: right;
    padding: 0px 10px 10px 10px;
    font-size: 36px;
    margin-top: -5px;
    color: #1E1E1E;
}

.section-head a{
    text-decoration: none;
    color:#1E1E1E;
}

.section-head a:hover{
    padding:0px 5px;
    background-color: black;
    transition: .5s;
    color:white;
}

.cello-box{
    
    background-color: #d9d9d9;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    align-items: center;
    grid-column: 1 / -1;
    grid-row: auto;
}

#cello-header{
    height: 100%;       
    position: relative;
    padding:20px;
    font-size: 20px;
    background-color: #D9D9D9;

}

.cello-video{
    display: block;
    text-align: center;
}

.instruments {
    display: flex;
    height:400px;
    flex-grow: 1;
    flex-basis: 0;
}

#mybridge{
    background-image: url("media/bridge.jpeg");
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 100%;
    padding:20px; 
    margin-top: 10px;
}

#bridge-text{
    display: block;
    padding-left: 235px;
    text-align: left;
    font-style: italic;

}

#front-back-text{
    display: block;
    padding-left: 48px;
    text-align: left;
    font-style: italic;   
}

.front-back{
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    align-items: center;
}

.front-back img{
    width: 60%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.instruments h5{
    display:block;
    font-size: 32px;
    font-weight: bold;
}

footer {
    background-color: #1E1E1E;
    grid-column: 1 / -1;
    grid-row: 6 / 7;
    color: #ffffff;
    padding:20px;
    align-items: center;
    display:flex;
    flex-direction: column-reverse;
}

footer ul{
    list-style-type: none;
    float: right;
}

footer ul li{
    display:inline-flex;
}

@media only screen and (max-width: 768px) {
    .hamburger{
        display: flex;
    }
    .navbar-links{
        width: 100%;
    }

    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul{
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li{
        text-align: center;
    }

    #hero{
        grid-row: 3 / 4;
    }
    
    .left-flex{
        min-width: 100%;
    }

    .main-content{
        min-width: 100%;
    }
    
}

