        * {
            
            box-sizing: border-box;
            
        }
        
        body {
            
            background-color: #F9FAFF;
            margin: 0;
            padding: 0;
            
        }
        
        a {
            
            text-decoration: none;
            color: #F9FAFF;
            
        }
        
        /*Navbar styling*/
        
        #navbar {
            
            background-color: #1A0502;
            width: 100%;
            height: 67px;
            margin-top: -125px;
            position: fixed;
            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;
            
        }
        
        /*guitar styling*/

        #torres-title {
            
            text-align: center;
            font-family: 'Alegreya', serif;
            font-size: 48px;
            margin-top: 125px;
            margin-bottom: 25px;
            
        } 
        
        .slideshow-container { 
        
            max-width: 802px;
            position: relative;
            margin: 0 auto 0 auto;
     
        }
        
        .mySlides {
            
            display: none;
            
        }
        
        .prev, .next {
            
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: -22px;
            padding: 0 13px 0 13px;
            transition: 0.6s ease;
        
        }

        .next {
            
            right: 0;
            
        }

        .dot {
            
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
            
        }

        .active, .dot:hover {
            
            background-color: #717171;
            
        }

        .fade {
            
            -webkit-animation-name: fade;
            -webkit-animation-duration: 1.5s;
            animation-name: fade;
            animation-duration: 1.5s;
            
        }

        @-webkit-keyframes fade {
            
            from {opacity: .4}
            to {opacity: 1}
            
        }

        @keyframes fade {
            
            from {opacity: .4}
            to {opacity: 1}
            
        }
        
        .clear-float {
            
            clear: both;
            
        }
        
        .paragraph {
            
            max-width: 940px;
            margin: 20px auto 20px auto;
            font-family: 'Helvetica', sans-serif;
            font-size: 18px;
            line-height: 26px;
            padding: 5px;
            
        }

        .descriptions-container {
            
            width: 50%;
            padding-left: 50px;
            padding-top: 25%;
            font-size: 16px;
            font-family: 'Helvetica', sans-serif;
            line-height: 24px;
            float: left;
 
        }
        
        .torres-descriptions {
            
            height: 800px;
            max-width: 1024px;
            margin: 50px auto 0 auto;
            
            
        }
        
        .torres {
            
            width: 50%;
            height: 800px;
            margin: 0 auto;
            float: left;
            
        }
        
        .descriptions-titles {
            
            font-family: 'Open Sans', sans-serif;
            font-size: 24px;
            
        }

        .torres-review {
            
            clear: both;
            background-image: url(images/jenni-torres.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            max-width: 1024px;
            height: auto;
            margin: 50px auto 0 auto;
            font-family: 'Helvetica', sans-serif;
            font-size: 24px;
            color: #F9FAFF;
            font-style: italic;
            padding-top: 125px;
            padding-left: 75px;
            
        }

        .jenni-1 {
            
            font-style: normal;
            font-size: 18px;

        }

        .jenni-2 {
            
            font-style: normal;
            font-size: 16px;
            margin-top: 50px;
            padding-bottom: 300px;
}
        /*footer styling*/
        
        .footer {
            
            clear: both;
            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;
            
        }
        
        
        @media only screen and (max-width: 768px) {
            
            div.desktop-menu {
                
                display: none;
                
            }
            
            [class="mobile-button"] {
                
                position: relative;
                float: right;
            }
            
            [class="descriptions-container"] {
                
                width: 100%;
                padding-top: 0;
                
            }
            
            
            [class="torres"] {
                
                width: 100%;
                padding-top: 50px;
                padding-left: 25px;
                margin-bottom: 75px;
                
            }
            
            
            [class="torres-review"] {
                
                padding-top: 10px;
                padding-left: 10px;
                margin-bottom: -16px;
                
            }
            
            [class="jenni-2"] {
                
                margin-top: 200px;
                padding-bottom: 0;
            }
            
            
            
            [class="footer"] {
                
                height: 225px;
                text-align: center;
                padding-top: 2.5px;
                
            }
            
            [class="info"] {
                
                float: none;
                margin: 20px;
                
            }
            
            [class="david"] {
                
                float: none;
                margin-top: 20px;
                
            }
        }

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