        * {
            
            box-sizing: border-box;
            
        }
        
        body {
            
            background-color: #F9FAFF;
            margin: 0;
            padding: 0;
            
        }
        
        a {
            
            text-decoration: none;
            color: #F9FAFF;
            
        }

        div {
            display:  block;
        }
        
        /*Navbar styling*/
        
        #navbar {
            
            background-color: #1A0502;
            width: 100%;
            height: 67px;
            position: fixed;
            top:  0;
            left:  0;
            z-index: 3;
            
        }
        
        .mobile-button {
            
            position: absolute;
            left: -15px;
            top: 15px;
            outline: none;
            margin: 0;
            border: solid 2px #F9FAFF;
            border-radius: 5px;
            background-color: inherit;
            cursor: pointer;
            color: #F9FAFF;
            font-size: 24px;
        
        }
        
        #logo {
            
            float: left;
            padding-top: 18px;
            padding-left: 43px;
            
        }
        
        #insta {
            
            float: right;
            padding-top: 28px;
            padding-right: 73px;
            
        }
        
        #menu {
            
            overflow: hidden;
            padding-top: 37px;
            padding-right: 28px;
            font-family: "Helvetica", sans-serif;
            font-size: 16px;
            color: #F9FAFF;
            
        }
        
        #menu a {
            
            float: right;
            margin-left: 28px;
            
        }

        
        #menu a:hover {
            
            color: #aaaaa9;
        }

        .dropdown button:hover {
    
            color: #aaaaa9;
            
        }

        .mobile-menu a:hover {
            
            color: #aaaaa9;
        
        }

        .active {
    
            color: #aaaaa9;
            
        }
        
        .dropdown {
    
            float: right;
            overflow: hidden;
            margin-left: 28px;
            margin-top: -1px;
    
        }

        .dropdown .dropbtn {
            
            cursor: pointer;
            font-size: 16px;
            font-family: 'Helvetica', sans-serif;
            border: none;
            outline: none;
            color: #F9FAFF;
            background-color: inherit;
            margin: 0;
        
        }

        .dropdown-content {
            
            display: none;
            position: absolute;
            background-color: #1A0502;
            width: 250px;
            z-index: 1;
            
            
        }

        .dropdown-content a {
            
            float: none !important;
            color: #F9FAFF;
            padding: 12px 16px;
            display: block;
            text-align: left;
            padding-left: -20px;
            
        }

        .responsive-menu {
            
            display: none;
            clear: both;
            float: left;
            font-family: 'Helvetica', sans-serif;
            padding-left: 30px;
            padding-top: 10px;
            height: auto;
            background-color: rgba(26, 5, 2, 0.7);
            width: 100%;
            height: auto;
            
        }

        .show {
            
            display: block;
            
        }

        .responsive-menu a {
            
            display: inline-block;
            margin: 20px;
        
        }

        #responsive-guitars {
            
            padding-left: 20px;
            color: #F9FAFF;
        
        }

        #responsive-guitars-menu {
        
            padding-left: 40px;
            
        }
        
        /*contact screen styling*/
        
        .contact-container {
            
            width: 100%;
            height: calc(100vh - 177px);
            display: flex;
            flex-wrap: nowrap;
            margin: 67px 0 0;
        
        }
        
        .contact-info {
            
            text-align: center;
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-family: 'Helvetica', sans-serif;
            line-height: 48px;
            
        }
        
        .contact-map {
            
            width: 50%;
            margin: 0;
        }

        .contact-map iframe {
            width:  100%;
            height: 100%;
        } 
        
        .map {
            
            width: 640px;
            height: 580px;
            margin-bottom: 0;
            
        }
        
        /*footer styling*/
        
        .footer {
            
            width: 100%;
            height: 110px;
            background-color: #1A0502;
            color: #F9FAFF;
            font-family: "Helvetica", sans-serif;
            font-size: 16px;
            
        }
        
        .info {
            
            float: left;
            margin-top: 45px;
            margin-left: 20px;
            line-height: 24px;
            
        }
        
        .david {
            
            float: right;
            margin-top: 72px;
            margin-right: 20px;
            margin-left: 20px;
            
        }

        .contact-info a {
            color:  #000;
        }
        
        
        @media only screen and (max-width: 768px) {
            
            div.desktop-menu {
                
                display: none;
                
            }
            
            [class="mobile-button"] {
                
                position: relative;
                float: right;
            }

            .contact-container {
                flex-wrap: wrap;
                height:  auto;
            }

            .contact-map iframe {
                width:  100%;
                height: 450px;
            } 
            
            [class="contact-info"] {
                
                width: 100%;
                height:  450px;
            
            }
            
            [class="contact-map"] {
                
                width: 100%;
                height: auto;
                margin-bottom: -4px;
                
            }
            
            [class="map"] {
                
                width: 100%;
                height: auto;
                
            }
            
            [class="footer"] {
                
                height: 225px;
                text-align: center;
                padding-top: 2.5px;
            }
            
            [class="info"] {
                
                margin: 20px;
                
            }
            
            [class="david"] {
                
                float: none;
                margin-top: 20px;
                
            }
        }

        @media only screen and (min-width: 768px) {
            
            
            [class="mobile-menu"] {
                
                display: none;        
                
            }