.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
  }



header{
    display: flex;
    background-color: #eaeaea;
    /* margin-top: 2.5rem; */
    border: solid #000000 2px;
}
.navigation{
    display: flex;     
    margin-right: 10px; 
}
a{
    margin-top: 5px;
    padding: 5px;
}
nav ul{
    display: flex;
}
h1 { font-size: 3em;
    font-family:"impact","Bitter", Arial, Helvetica, sans-serif;  
    color: #db3726; 
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
   
    text-align: center;
}
h2 { font-size: 1.7818em;
    font-family: "Merriweather","Bitter", Arial, Helvetica, sans-serif;
    color: #eaeaea; 
}
h3 { font-size: 1.5874em; 
    font-family: "Merriweather","Bitter", Arial, Helvetica, sans-serif;
    color: #eaeaea; }
h4 { font-size: 1.4142em; 
    font-family: "Merriweather","Bitter", Arial, Helvetica, sans-serif;
    color: #eaeaea; }
h5 { font-size: 1.2599em; 
    font-family: "Merriweather","Bitter", Arial, Helvetica, sans-serif;
    color: #eaeaea; }
h6 { font-size: 1.1225em; 
    font-family: "Merriweather","Bitter", Arial, Helvetica, sans-serif;
    color: #eaeaea; }
p { font-size: 1em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; 
    color:#eaeaea }
small { font-size: .8909em; }
main {
    padding: 1rem;
}
.main.navigation{
    display: flex;
}
.logo{
    margin-left: 0.5rem;
    height: 70px;
    width: auto;
}
.company.name{
    margin: 3rem 1rem 2rem 1rem;
}
img{
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
body.home{
    background-image: url("../img/guitarfinal\ large.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 95px;
}
form{
    border: 1xp solid red;
    padding: 1rem;
}
fieldset{
    border: 1px solid #444 ;
    margin: 0 0.05rem 2rem 0.5rem;
    padding: 1rem
}
label, input{
    display: block;
    width: 100%;
}
input[type="text"],
text[type="tel"]{
    margin: 0.125rem 0 1.2rem 0;
}
textarea {
    width: 100%;
    margin: 0.125rem 0 1.2rem 0;
}
.align-right{
    display: flex;
    justify-content: end;
}
input[type="submit"]{
    margin: 0 0.55rem;
    background-color: green;
}
input[type="reset"]
{
    background-color: red;
}
.button{
    width: 5rem;
    color: white;
    border-radius: 0.5rem;
}
.button:hover{
    filter:opacity(0.5);
}
nav svg{
    width: 70px;
    height: 70px;
}
body{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position-y: 4.35rem;
    background-color: #1a1a1a;
}
button#menu-button {
    height: 2rem;
    width: 2rem;
    display: block;
    border: none;
    background-image: url(../img/hamburger.svg); 
    background-repeat: no-repeat;
    background-size: cover;
}
#menu {
    display: none;
}
#menu.show-nav {
    display: block;
    position: absolute;  /* position the menu */
    z-index: 100;
    top: 0;
    right: 0.6rem;
    
    background-color: #eaeaea;  /* style the dropdown menu */
    padding: 1rem;
    width: 95%;
    margin: 0 auto;
    border: 1.5px solid #000000;
}  
#menu-button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    background-color: transparent;
    z-index: 10;
}
#menu-button:hover {
    cursor: pointer;
    }
    
    .hide-text {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
    }
    .icon a img {
        width: 2rem;
        height: auto;
    }
    li.icon {
        width: 100%;
        height: 1.8rem;
        margin: 1.3rem 0;  /* space apart for easier finger tapping */
      }
      li.icon a {
        display: flex;  /* place logo and span side by side */
        justify-content: start; /* align left */
        align-items: center; /* vertically align */
        
        font-family: arial, helvetica, sans-serif; /* style span text as desired */
        font-weight: bold;
        text-decoration: none;  /* remove underline */
        font-size: 1.5rem;
        margin: 0; 
        height: 1.5rem;
    }
    #menu a {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 0 2rem 0;
        font-family: arial, helvetica, sans-serif; 
        text-decoration: none;
        font-size: 1.3rem;
        font-weight: bold;
    }
    #menu li:nth-child(2) a svg {
        height: 6.5rem;
        width: 7rem;
    }
    footer{
        background-color:#eaeaea;
        height: auto;
        width: 100%;
        border: 1px solid #000000;
    }
    .home footer{
        margin-top: 19.025rem;        
    }
    .navigation{
        margin:1rem;
    }
    .copyright{
        margin: 1rem;
        color: #000000;
        text-align: center;
    }

  
    
    @media only screen and (min-width: 64em) {
        button#menu-button {
            display: none;
        }

        #menu {
            display: flex;
        }
    }


