body {
    background-color: #F2F3EE;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

.mobileNavToggle {
    display: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    background-color: #F2F3EE;
}

.navLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #86A59D;
    font-weight: 700;
    margin-right: 1rem;
    text-decoration: none;
}

.navLinks[data-visible="true"] {
    transform: translateX(0%);
}

.navLink {
    text-decoration: none;
    color: #86A59D;
}
.navLink:visited {
    color: #86A59D;
}
.navLink:hover {
    color: #5e8379;
}

@media (max-width: 35em) {
    .navLinks {
        position: fixed;
        z-index: 1000;
        margin: 0;
        inset: 0 0 0 20%;
        background-color: #f2f3eef8;
        flex-direction: column;
        padding: min(20vh, 7rem);
        text-align: center;
        gap: 3rem;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }
    .mobileNavToggle {
        position: absolute;
        display: block;
        z-index: 9999;
        background: url(Images/mobileNavButton.png);
        background-repeat: no-repeat;
        background-position: center;
        border: 0;
        width: 2rem;
        aspect-ratio: 1;
        top: 2rem;
        right: 2rem;
    }

    .heroImage{
        justify-content: center;
    }
} 

@media (min-width: 561px) and (max-width: 830px){
    .navLinks {
        text-align: center;
        gap: 1rem;
        padding: 1rem;
    }
} 
@media (min-width: 831px) {

    .navLinks {
        gap: 1.5rem;
    }

}


.heroImage {
    display: flex;
    background-image: url(Images/B&W\ Piano_3.jpg);
    max-width: 100%;
    min-height: 25rem;
    background-position: center;
    background-size: cover;
    justify-content: center;
}

.heroContainer {
    display: flex;
    color: white;
    flex-direction: column;
    text-align: center;
    padding-top: 2.5rem;
    align-items: center;
}

.heroHeader {
    
    font-size: 2.5rem;
    font-family: "DM Serif Display", serif;
}
.heroText {
    font-size: 1.5rem;
    padding-top: 0.5rem;
    margin-bottom: 4rem;
    font-family: Arial, Helvetica, sans-serif;
}
.musicians {
    color: #86A59D;
}
.heroButton {
    background-color: #86A59D;
    color: white;
    border-radius: 2rem;
    width: 8rem;
    height: 3rem;
    border-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.heroButton:hover {
    box-shadow: 2px 2px 2px rgb(128, 125, 125);
    cursor: pointer;
}

.footer {

    display: flex;
    flex-direction: column;
    text-align: center;
    
}
.footerHeader {
    font-size: 1.5rem;
    font-weight: bold;
    color: #86A59D;
    font-family: "DM Serif Display", serif;
}
.footerText {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}
.footerContainer {
    padding: 2rem;
}
.footerButton {
    border-radius: 2rem;
    width: 7rem;
    height: 2.5rem;
    color: white;
    background-color: #86A59D;
    border-style: none;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footerButton:hover {
    box-shadow: 2px 2px 2px rgb(128, 125, 125);
    cursor: pointer;
}

















/* body {
    background-color: #F2F3EE;
}


.navLogo:hover {
    cursor: pointer;
}

.navbar {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 10px;
    box-shadow: 0px 3px 0px rgba(29, 29, 29, 0.144);
    
}

.navLinks {
    
    display: flex;
    gap: 4.375rem;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    
    
}
.navLink{

    text-decoration: none;
    color: black;
}
.navLink:visited {

    text-decoration: none;
    color: black;
    
}
.navLink:hover {
    color: #86A59D;
    cursor: pointer;
}


.heroImage {
    background-image: url(Images/B&W\ Piano_3.jpg);
    max-width: 100%;
    min-height: 31.25rem;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4.375rem;
    background-repeat: no-repeat;
}

.heroContainer {
    margin-left: 15.63rem;
    
}

.heroHeader {
    color: white;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 96px;
}

.musicians {
    color: #86A59D;
}

.heroButton {
    width: 150px;
    height: 45px;
    margin-top: 25px;
    background-color: #86A59D;
    border: none;
    border-radius: 10px;
    color: white;
}

.heroButton:hover {
    cursor: pointer;
    box-shadow: 2px 2px 2px rgb(128, 125, 125);
}

.heroText {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 25px;
    margin-top: 25px;
    
}



.footer {
   
    display: flex;
    justify-content: center;
}

.footerContainer {
    max-width: 350px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 6.25rem;
    margin-right: 6.25rem;
    text-align: center;
}

.footerHeader {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 25px;
}

.footerButton {
    width: 120px;
    height: 40px;
    background-color: #86A59D;
    border: none;
    border-radius: 10px;
    color: white;
}

.footerButton:hover {

    cursor: pointer;
    box-shadow: 2px 2px 2px rgb(128, 125, 125);

}

.footerText {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
} */




























































































/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, span, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}