@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@1&family=Kulim+Park:wght@200&display=swap');


html, body {
    font-family: "Kulim Park", sans-serif;
    font-weight: 110;
    margin: 0;
    padding: 0;
    color: rgb(49, 48, 48);
    text-decoration: none;
    background-color: white;
    font-size: 1.03em;
    font-weight: 500;
}

h1 {
  padding-left: 20%;
  color: rgb(65, 63, 63);
  font-weight: 200;
}

/*----------------------------------------------Navigation Styles*/
.navBar {
  padding: 55px 30px 5px 30px;
  text-decoration: none;

}



.navSwopeLogoGuitar{
 float: left;
 padding-top: 0px;
 padding-left: 30px;
 width: 200px;
}

.navSwopeLogoDescendant {
  float:left;
  padding-top: 50px;
  padding-left: 30px;
  width: 110px;
}

li a{
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  text-decoration: none;
  
}

li {
  float: right;
  margin-left: 60px;
  text-decoration: none;
}

li a, .dropbtn {
  display: inline-block;
  color: rgb(92, 91, 91);
  text-align: center;
  padding: 16px 19px;
  
}

li a:hover, .dropdown:hover .dropbtn {
  
  text-underline-offset: .5em;
  
  text-decoration: underline;
 
  text-decoration-color: rgb(10, 157, 142);
  text-decoration-thickness: 2px;
  
 }

li.dropdown {
  display: inline-block;
  
}

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

.dropdown-content a {
  color: rgb(96, 95, 95);
  padding: 10px 16px;

  display: block;
  text-align: left;
  
}

.dropdown-content a:hover {background-color: #ffffff;
                            text-underline-offset: .5em;
                            
                          }

.dropdown:hover .dropdown-content {
  display: block;
  
}

/* ---------------------------------------------------------------Home Page image placement*/

.secondSwope {
  padding-top: 18px;
}


hr {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 70px;
  border: 1px solid rgb(96, 95, 95);
}

.newSound {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  font-size: 3.0vw;
  /*text-align: center;*/
 color: rgb(96, 95, 95);
  
  text-shadow: 2px 2px 3px rgb(186, 184, 184);
  animation: fadeIn 4.0s;
  
}

.dvNewSound{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.boutique {
 display: none;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.chrisContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 1.2em;
 padding-top: 200px;
}

.chrisQuoteTextAllign {
  text-align: left;
  width: 80%;
  line-height: 1.5em;
  padding-top: 40px;
}

.mobileHero {
  display: none;
}

.mobileH1 {
  display: none;
}


/* -------------------------------------------------FAQ Styles */

.faqBox {
  margin-top: 150px;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
  margin-top: 50px;
}
.row .col {
  flex: 1;
}
.row .col:last-child {
  margin-left: 5em;
  margin-right: 5em;
}


.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 7px 7px 12px gray;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border: white .1px solid;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 2em 1em 1em;
  background: #424243;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #303941;
  color: rgb(242, 215, 179);
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.2s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.2s;
  line-height: 1.4em;
  font-weight: 500 ;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #303941;
}

input:checked + .tab-label {
  background: #303941;
  color:rgb(242, 215, 179)
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

.spacer {
  height: 100px;
}


/*----------------------------------------Guitar Page*/

.guitarsMain {
  display: flex;
  flex-wrap: wrap;
  
  justify-content: space-around;
 margin-top: 75px;
 margin: 0, 0, 0, 10px;
 padding: 0;
  max-width: 95%;
  padding-bottom: 200px;
}
 

p {
  text-align: center;
  
}

p a {
  text-decoration: none;
  color: rgb(65, 63, 63);
}

p a:link{
  color: rgb(65, 63, 63);
}

p a:hover{color: rgb(118, 121, 121);
         font-weight: bold;  
         }

.guitars2Container {
  margin-left: 0px;
  margin-right: 0px;
padding-left: 10px;
padding-right: 0;
  }
 .guitars2 {
  width: 300px;
  margin-left: -50px;
  margin-right: -60px;
  padding: 0px;
 }

 .guitarNameSize{
  font-size: 1.5em;
 }

 .PageGuitarPics{
  display: flex;
  flex: 9;
  justify-content: center;
  align-items: start;
  padding-top: 40px;
 }

 .videoLink {
  display: flex;
  flex: 1;
  font-size: 1.2em;
  
  align-items: center;
  padding-right: 20px;
 }

 .guitarPicAndVidLink {
  display: flex;
  flex-direction: row;
  padding-top: 25px;

 }

 .mobileGuitarPics{
  display: none;
 }

 #specs{
  display: none;
 }

 .mobileExit {
  display: none;
 }

 .guitarDesktopBackToTop {
  display: none;
 }




/*------------------------------ Descendant Page */

.descendantHome{
  display: flex;
  flex-direction: row;
  margin-right: 0%;
  
  
}

.descendantLogo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  
}

.dvBridgesVerbage {
  display: flex;
  flex-direction: row;
  padding: 75px;
  font-size: 1.15em;
}

#dvVerbage {
  display: flex;
  flex-direction: column;
  flex: 5;
  padding-right: 50px;
  padding-left: 50px;
}

#dvVerbage > h2 {
  text-align: center;
}

#bridgesVerbage > h2 {
  text-align: center;
}

#dvVerbage > ul{
  display: flex;
 
  flex-direction: column;
  
}


#dvVerbage ul li {
  margin: 20px;
  list-style-type: disc !important;
}

#bridgesVerbage {
  display: flex;
  flex-direction: column;
  flex: 5;
  padding-right: 50px;
  padding-left: 50px;
}

#bridgesVerbage > ul{
  display: flex;
 
  flex-direction: column;
  
}


#bridgesVerbage ul li {
  margin: 20px;
  list-style-type: disc;
}


#descendantContainer > img {
  border: #303941 1px solid;
  width: 900px;
}

#descendantContainer > h1 {
  padding-left: 10px;
}


#descendantContainer {
margin-top: 75px;
display: flex;
flex-direction: column;
align-items: center;
}



.videoContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 75px;
}

.dvPurchase {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-size: 1.3em;
  border: 1px solid gray;
 
  background-color: #f2f3f5;
  margin: 0% 30% 0% 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 5px 5px 10px gray;
  
}



.purchaseDVfont {
  text-decoration: none;
  color: rgb(61, 59, 59);
  
}

.purchaseDVfont:hover {
   color: rgb(10, 157, 142);
  text-decoration: underline;

}


.dvImages {
  padding: 50px;
}





/*----------------------------------------------------Reviews Page*/                                              

.magazineCovers {
  display: flex;
  flex-direction: column;
  
  justify-content: space-around;
  align-items: center;
 
}

.reviewMagazineImages {
 margin-bottom: 40px;
  border: #424e59 2px solid;
}

.reviewLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: center;
  
  margin-top: 100px;
  
}

#fred{
  margin-top: 100px;
}

.reviewLinkName {
  text-decoration: underline;
  color: #303941;
  font-size: 1.0vw;
  line-height: 2em;
}

.reviewLinks :hover {
  text-decoration: underline;
  color: rgb(10, 157, 142);

}
 
.reviewLinksNamePadding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;

  padding: 30px;
  }

  .pdfs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }



   /*----------------------------------------------- How To Purchase Page*/                                    

.purchaseColumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 margin-top: 80px;
}

.howToPurchaseUnderline {
  text-decoration: underline;
  padding-left: 0% !important;
}
.international {
  display: flex;
  flex: 5;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  
}

.logoNameVendor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  
}

.logoNameVendor a {
  text-decoration: underline;
  color: rgb(61, 59, 59);
  font-size: 1.2em;
}

.logoNameVendor a:hover{
  text-decoration: underline;
  color: rgb(10, 157, 142);
}

.domestic {
  display: flex;
  flex: 5;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 200px;
  
}



.domesticSalesVerbage {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 50px 20px 100px 20px;
  text-align: center;
  
}

.swopeShopify {
  font-size: 18px;
  text-decoration: none;
  color: rgb(61, 59, 59);
  border: #424e59 solid .5px;
  border-radius: 7px;
  padding: 20px 100px 20px 100px;
  background-color: #f2f3f5;
  box-shadow: 5px 5px 10px gray;
}

.swopeShopify:hover {
  color: rgb(10, 157, 142);
  text-decoration: underline;
 
}

  /*-------------------------------------Contact Page------------------*/                                    

.contactBorder {
  border: #222427 solid .5px;
  
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 200px;
  margin-top: 20px;
  padding: 50px;
  background:#f2f3f5;
  border-radius: 8px;
  box-shadow: 10px 10px 10px rgb(174, 171, 166);
}

.contactInfoForm {
  
  padding-top: 100px;
}
.contactSwopeGuitarsHeader {
   font-size: 1.7vw;
   margin-bottom: 100px;
}

.contactVerbage {
 
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5em;
  
}

.chrisEmailLink {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgb(61, 59, 59);
  border: #424e59 solid .5px;
  border-radius: 7px;
  padding: 20px;
  background-color: white;
 
  box-shadow: 5px 5px 10px gray;
}

.chrisEmailLink a:hover {
  color: rgb(10, 157, 142);
  
}

/* ------------------------------------footer----------------------------------- */

footer {
  margin-top: 25px;
  
}

.copyright {
  background-color:  #4b4e51;
  color: #929294;
  padding-left: 10px;
  padding-bottom: 10px;
}

.navBarFooter ul{
  border-radius: 7px;
  border: 10px solid rgb(152, 156, 157);
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footerPosition{
  background-color: #4b4e51;
  display: flex;
  flex-direction: row;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: space-around;
  
}

.navBarFooter ul li{
  background-color: white;
  margin: 0%;
  padding: 0%;
  line-height: 1em;
  
}

.logoPosition {
  display: flex;
  flex-direction: row;
  
}

.guitarInstagram{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 50px;
  color: white;
}

.dvInstagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  color: white;
}



.navBarFooter .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
 
  z-index: 1;
}


.dropdown-content a:hover {
  background-color: white;
  text-underline-offset: .25em;
}

.navBarFooter ul li .dropdown:hover .dropdown-content {
display: block;
}

.specs {
  display: none;
}

.top-nav {
  display: none;
}

.mobileHero {
  display: none;
}


.topPage a {
  color: #494848;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-top: 50px;
}

.topPage a:hover {
  color: rgb(10, 157, 142);
}

/* ------------------------------------------------------------------------Mobile ---------------------------------*/


@media (max-width: 1000px)  
  

  {

   /*------------------------------home*---------------------------*/

    header {
      display: none;
    }

    .mobileH1{
      display: block;
    }

    .mobileHero {
      display: block;
      padding: 65px 0px 0px 0px;
     
    }

  .footerPosition {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 25px;
    align-items: center;
    padding-bottom: 50px;
    margin-top: 25px;
  }

  .dvInstagram {font-size: 15px;}
  .guitarInstagram {font-size: 15px;}

  .navBarFooter {
    display: none;
  }

  footer .copyright {
    font-size: 10px;
  }

  .navSwopeLogoGuitar {
    width: 120px;
    
  }
  
  .dvLogo {
    width: 70px;
  }
  
  .logoPosition {
    padding-top: 50px;
  }

  .newSound {
    font-size: 6vw;
    margin-top: 20px;
    padding-bottom: 0px;
    animation: fadeIn 4.0s;
  }



  .dvNewSound {
    display: flex;
    flex-direction: column;
  }

  hr {
    margin-left: 10%;
    margin-right: 10%;
  }

  .boutique {
    display: block;
    font-size: 18px;
    margin-top: 50px;
    
    
      
      text-shadow: 1px 1px 2px rgb(186, 184, 184);
      
      color: rgb(96, 95, 95);
    
  }

  

  .chrisQuoteTextAllign {
    width: 80%;
    padding-bottom: 0%;
    margin-bottom: 0%;
  }

  .chrisContainer {
  margin-bottom: -70px;
  margin-top: -70px;
}

.mobileChrisImage {
    width: 300px;
    margin-top:-40px;
  }

.secondSwope {display: none;}

.mobileNavDVLogo {
  padding-top: 15%;
  padding-left: 15px;
}


/*-------------------------------------reviews--------------------*/
  
  .reviewLinks {
    display: flex;
    justify-content: row;
    flex-wrap: wrap; 
    margin-top: 60px;
   }

    .pdfs {
      display: none;
    }

  .guitarPicAndVidLink {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    
  }
  
  /*-------------------------------contact---------------------------*/
  .contactBorder {
    margin: 10px 20px 0px 20px;
    padding: 20px;
  }

  .contactVerbage {
    font-size: 20px;
    
  }

  .contactSwopeGuitarsHeader {
    font-size: 2vw;
    padding-bottom: 0px;
    padding-top: 0px;
    }

   .chrisEmailLink a {
     font-size: 16px;
     text-align: center;
   }

  .videoLink{
    padding-right: 0px;
  }

  /*----------------------------guitars--------------------*/
 .guitarsMain {
  margin-bottom: 0px;
  padding-bottom: 0px;
 }
 
 .mobileH1 {
     text-align: center;
     padding-left: 0;
 }
 
 #specs > h1 {
     text-align: center;
     padding-left:0;
 }


.PageGuitarPics {
  display: none;
}

.mobileExit {
  display: flex;
  justify-content: right;
}

.mobileGuitarPics {
  display: flex;
  flex-direction: column;
  }

  .videoLink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  #specs {
    display: flex;
    flex-direction: column;
    text-align: left;
  padding: 5%;
  margin: 5%;
  border: #2c3e50 solid 1px;
}

.mobileInstallVideo {
  width: 400px;
  height: 400px;
}

.guitarDesktopBackToTop {
 
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  margin-top: 50px;
}
.guitarDesktopBackToTop a{
  color: #494848
}

.guitarDesktopBackToTop a:hover {
  color: rgb(10, 157, 142);
}
 



/*-----------------------------------How to Purchase---------------------*/
.purchaseColumns {
  display: flex;
  flex-direction: column;
  
}

.domestic {
  margin-bottom: 100px;
  background-color: #e3e9e9;
  padding-bottom: 30px;
 
}

.howToPurchaseUnderline{
  text-decoration: none;
}

.domesticSalesVerbage {
  padding: 40px;
}

.international {
  background-color: #e3e9e9;
  padding-bottom: 60px;
}

.swopeShopify{
  font-size: 14px;
  padding: 10px;
 
}

.logoPosition a img {
  width: 50px;
}

.logoNameVendor img {
  width: 100px;
}






.reviewLinkName {
  font-size: 16px;
}

.magazineCovers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

.reviewMagazineImages a img{
  width: 300px;
  padding: 0px;
}

.reviewMagazineImages img {
  width: 300px;
  padding: 0px;
}
 /*--------------------------hamburger-------------------------*/
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(10, 157, 142);
  background: white;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 20px;
  padding: 20px;
  margin-top: 20px;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
  
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: rgb(96, 95, 95);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 70px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
    
  }

  .top-nav .menu a {
  color: white;

}


/*---------faq page positioning*-----------------*/
.row .col:last-child {
  margin-left: 1.5em;
  margin-right:1.5em;
}
.faqBox {
  margin-top: 75px;
}

/*---------------DV Page----------------------*/

#descendantContainer {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

#descendantContainer > img {
  width: 100%;
}

.mobileInstallVideo {
  width: 100%;
  
}

.dvPurchase {
 
  font-size: 14px;
  margin: 0% 10% 0% 10%;
  padding: 10px;
  } 

  #dvVerbage ul li {
    margin: 10px;
    
  }

  

  .dvInstallVideo {
    padding-top: 70px;
  }

  

.dvDemo > iframe {
  padding: 0px;
  margin: 0px;
  width: 400px;
  height: 250px;
}

.dvBridgesVerbage {
  display: flex;
  flex-direction: column;
  padding: 0px;
  font-size: 1.0em;
  margin: 0px;
  
}
#dvVerbage ul li {
  margin: 20px;
  list-style-type: disc !important;
}


#dvVerbage {
  
  padding: 15px 0px 15px 15px;
  margin: 0px;
}

#bridgesVerbage {
  padding: 15px 0px 15px 15px;
  margin: 0px;
  
}

.dvInstallVideo > iframe {
  width: 400px;
  height: 250px
  

}

.videoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}





.copyright{
  font-size: 17px;
}
}

  
  
