html {
   height: 100%;
}
@font-face {
  font-family: archivo;
  src: url('https://www.guitarandbassparts.com/Archivo-Regular.ttf');
}
@font-face {
  font-family: archivosemibold;
  src: url('https://www.guitarandbassparts.com/ArchivoNarrow-SemiBold.ttf');
}
body {
   height: 100%;
   background-color: #eee;
   font-family: archivo, arial, monospace;
   color:#000;
   font-size:175%;

    background: url('https://www.guitarandbassparts.com/graphics/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1 {
   color:#000;
   font-family: archivosemibold;
   padding:5px;
   margin: 0;
   font-weight: bold;
   font-size: 150%;
   letter-spacing: 1px;
}
h2 {
   color:#000;
   font-family: archivosemibold;
   padding: 2px;
   margin: 0;
   font-weight:bold;
   font-size:150%;
   color:#8f774a;
   letter-spacing: 0.5px;
}
.disabled {
    background-color: #000;
}
h3 {
   padding: 2px;
   margin: 0;
   font-family: archivosemibold;
   font-size:110%;
}
h4 {
   padding: 0;
   margin: 0;
   font-family: archivosemibold;
   font-size:100%;
}
a {
   color:#39C;
   font-weight: bold;
}
a.nonboldlink {
   font-weight: normal;
   color:#000;
}
a.footerlink {
   color:#fff;
}
.floatright {
    display: inline;
    float: right;
    margin:0;
    padding:0;
}
.floatleft {
    display: inline;
    float: left;
    margin:0;
    padding:0;
}
.pad4 {
   padding:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pad8 {
   padding:0.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
hr {
   border-top: 2px dotted #222;
   margin: 0.25em 0 0.25em 0;
}
hr.footertext {
   background-color: #222;
   border-top: 2px solid #fff;
   margin: 0.25em 0 1em 0;
}
ul {
    list-style-type: square;
    list-style-position: outside;
    margin:0;
}
.clearer {
    clear: both;
    height: 0;
}
.row {
    display: block;
    min-width: 100%;
    margin: 0;
    padding: 0;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.listingscontainer {
    width: 100%;
    margin: 0;
    padding:0;
    background-color:#eee;
}
.itemcontainer {
    display: block;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    background-color: white;
}
.optionalFloatLeft {
    float: left;
    margin-right:10px;
}
#loadmore {
    display: block;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    cursor: pointer;
    background-color: #f33;
    margin: auto;
    max-width:200px;
}
.footerlink1 {
   padding: 2px;
   margin: 0;
   font-family: archivo;
   font-size:100%;
   color: #999;
}
.footerlink2 {
   padding: 2px;
   margin: 0;
   font-family: archivo;
   font-size:100%;
   color: #39c;
}
.footerlink3 {
   padding: 2px;
   margin: 0;
   font-family: archivo;
   font-size:100%;
   color: #999;
}
.footerlink4 {
   padding: 2px;
   margin: 0;
   font-family: archivo;
   font-size:100%;
   color: #F33;
}
.maxwidth250 {
    max-width: 250px;
}
.maxwidth400 {
    max-width: 400px;
}
.maxwidth580 {
    max-width: 580px;
}
.maxwidth1200 {
    max-width: 1200px;
}
.margin0880 {
    margin: 0 8px 8px 0;
}
.margin0088 {
    margin: 0 0 8px 8px;
}
.twocol {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.warning {
    font-size: 24px;
    font-weight: bold;
    color: #f00;
}
.block {
    display: block;
    overflow: hidden;
}
.lightgrey {
   background-color: #eee;
}
.white {
   background-color: #fff;
}
.whitetext {
    color: #FFF;
    text-decoration: none;
}
.doshow400 {
    display: none;
    }
.redDottedBorder {
    background-color: #fff;
    border-width: 0.125em; 
    border-radius: 5px; 
    border-style: dotted; 
    border-color: red;
    margin: 8px 8px 16px 8px;
    padding: 4px 8px 4px 8px;
    display:inline-block;
    width:100%;
    max-width:700px;
}
.onpagemenu:link,.onpagemenu:active,.onpagemenu:visited {
    display:inline-block;
    border-width: 2px; 
    border-radius: 5px; 
    border-style: solid; 
    border-color: #c12010;
    margin: 4px 4px 4px 4px;
    font-size:90%;
    letter-spacing: 0px;
    padding: 3px;
    font-family: verdana;
    color:#c12010;
    font-weight: bold;
    text-decoration: none;
}
.onpagemenu:hover {
    display:inline-block;
    border-width: 2px; 
    border-radius: 5px; 
    border-style: solid; 
    border-color: #111;
    background-color: #111;
    margin: 4px 4px 4px 4px;
    font-size:90%;
    letter-spacing: 0px;
    padding: 3px;
    font-family: verdana;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}
.threecols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.flexrow {
    display: flex;
    flex-direction: row;
}
.flexitem {
    flex: 1;
}
.pointer {
    cursor: pointer;
}
.bars {
    padding:2px;
    border-top: thick double #f9f9f9;
    border-bottom: thick double #f9f9f9;
    margin-bottom:4px;
}
.cursordefault {
    cursor: default;
}




/* page loading graphic */
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px; /* Half the height */
  margin-left: -8px; /* Half the width */
  z-index: 100;
}




/* navbar */
.navbar-nav {
    display:flex;
    align-items:center;
}
.navbar-inverse {
    background-color: #222;
    border-width: 0;
    margin: 0 auto 0 auto;
    max-width:1200px;
}
/* Link */
.navbar-inverse .navbar-nav > li > a {
    color: #8f774a;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #5f5;
    background-color: #aea;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #76c7e5;
}
/* Caret */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #8f774a;
    border-bottom-color: #8f774a;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-inverse .navbar-toggle {
    border-color: #ebda9a;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #222;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ebda9a;
}


/* Navbar Search Box Position */
.input-group {
    position: relative;
    top: 50%;
    margin: 0px 0 0 12px;
    width: 200px;
    overflow: hidden;
}




/* dropdown menu */
.dropdown-menu{
    background-color:#8f774a;
}
.scroll-y {
    overflow-y: scroll;
    max-height: 500;
}
.dropdown-menu>li {
    position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu{
    position: relative;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    padding: 16px;
    background-color:#ebda9a;
}
.right-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.left-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #000;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
}
.dropdown-menu>li {
    margin: -6px;
}
.dropdown-menu>li>a {
    color: #000;
    font-weight:normal;
    text-decoration: none;
}
.dropdown-menu>li>a:hover {
    color: #000;
}
.lev1{
    column-count: 3;
    z-index:500;
}
.lev1>div>a{
    color: #000;
    font-weight:normal;
    text-decoration: none;
}
.menubutton {
  background-color: white;
  color: black;
  border: 2px solid #8f774a;
}
.menubutton:hover {
  background-color: #8f774a !important;
  border: 2px solid #000;
}
.dropdown-menu .divider {
    margin:12px 0 12px 0;
}



/* fix for non responsive images in mobile */
.img-responsive { 
    width:100%; 
}
/* fix for mobile navbar dropdown not scrolling */
.navbar-collapse.in, .navbar-collapse.collapsing {
    overflow-y: visible;
}

/* the next and previous buttons on the imageviewer pages */
.imageContainer {
    position: relative;
    text-align: center;
    color: white;
}
.inner {
    position: absolute;
    top: 50%;
    margin-top: -15px; /* half icon's height */
    left: 50%;
    margin-left: -15px; /* half icon's width */
    z-index: 999;
}
.inner i:hover{
    color: rgba(255,255,255,0.9);
}
.arrow {
    color: rgba(255,255,255,0.7);
    font-size:150%;
}
.roundblack {
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 20px;
    text-align:center;
}
.previous {
    position: absolute;
    top: 50%;
    left: 3%;
    text-align:center;
}
.next {
    position: absolute;
    top: 50%;
    right: 3%;
    text-align:center;
}

@media(max-width: 1000px){

.navbar-inverse .navbar-nav > li > a {
    padding-left:4px;
    padding-right:4px;
    margin-left:4px;
    margin-right:4px;
    }
    .wheel {
    display:none;
    }
    .menufont {
    font-size:90%;
    letter-spacing: -1px;
    }
    .sidebarright {
    float: none;
    width: 100%;
    }
}



@media(max-width: 950px){
    .flex-row-container-wraps {
    display:block;
    }
    .flex-row-item {
    display:block;
    width:100%;
    }
    .flexmainleft {
    width:100%;
    }
    .flexmainright {
    width:100%;
    margin: 24px 0 24px 0;
    }
}



@media(max-width: 767px){
    .navbar {
    overflow: auto;
    max-height: 85vh;
    align-items: unset;
    }
    .lev2 {
    background-color:#fff;
    }
    .navbar-nav {
    display:block;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ebda9a;
    margin:-4px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
    font-weight:bold;
    }
.right-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #ebda9a;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
    }
.left-caret:after {
    content:"";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #fff;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left:5px;
    }
    .maxwidth600 {
    max-width: 100%;
    }
.lev1>div>a{
    color: #fff;
    font-weight:normal;
    text-decoration: none;
}
.cursordefault {
    cursor: default;
    color: #76c7e5;
    font-weight:bold;
    text-decoration: none;
}


@media(max-width: 464px){
    .expand400 {
    max-width: 100%;
    }
    img.expand400 {
    max-width: 100%;
    }
}




@media(max-width: 500px){
    .flexrow {
    display: flex;
    flex-direction: column;
    }
    .floatleft500 {
    display: inline;
    float: left;
    margin:0;
    padding:0;
    }
    .margin8_400 {
    margin: 8px;
    }
}



@media(max-width: 400px){
    .expand400 {
    float:none;
    width: 100%;
    margin:0;
    }
    img.expand400 {
    max-width: 100%;
    }
    .itemcontainer {
    margin: 2px;
    }
    .itemdescription {
    font-size: 85%;
    line-height: 100%;
    }
    h3 {
    font-size:100%;
    }
    h4 {
    font-size:90%;
    }
    p {
    font-size:90%;
    }
    .dontshow400 {
    display: none;
    }
    .doshow400 {
    display: block;
    }
}