* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #003 url("/img/bg.png") no-repeat fixed;
  color: #fff;
  font-family: 'Gibson', sans-serif, georgia, serif;
  line-height: 1.5;
}

ul {
  padding: 10px 60px;
}

p {
  padding: 0 0 15px 0;
}

#bttBtn {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 20%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #3af;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
}

#basing:focus {
  outline: none;
}

#bttBtn:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
  -webkit-transition-duration: .90s;  
}

#bttBtn:focus {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
}

h1, h2 {
  color: #3af;
  padding: 0 0 15px 0;
}

a {
  color: #bad0f1;
  font-weight: bold;
  text-decoration: none;
}

.visited {
  color: #bad0f1;
}

p a, p a:visited {
  color: #3af;
}  

.navlinks a {
  font-size: 16px;
  height: 50px;
  padding: 15px;
  text-align: center;
}

a:hover, p a:hover {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
  -webkit-transition-duration: .90s;
}

a:focus, p a:focus {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
  outline: none;
}

.navlinks a:active, .footer a:active, p a:active, h2 a:active {
  color: #fff;
	position: relative;
	outline: none;
	top: 1px;
	-webkit-transition-duration: .90s;
}

.navbox {
  background-image: url(img/smc-white50.png);
  background-origin: content-box;
  background-color: #003;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  height: 70px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row wrap;
  position: sticky;
  top: 0;
  z-index: 3;
}

.menubtn {
  display: none;
}

.navlinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.here {
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
}

.footer {
  background-color: #003;
  padding: 10px 20px;
  list-style-type: none;
  text-align: center;
  font-size: 12px;
  height: 75px;
}

.footer ul {
  font-size: 14px;
}

.footer ul {
  padding: 5px 0px;
}

.footer li {
  display: inline-block;
  padding: 0 5px;
}

.banner {
  background: url("/img/banner2025.png") no-repeat center;
  background-size: cover;
  background-color: rgba(0, 0, 50, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.banner > div {
  color: #fff;
  text-shadow: 1px 1px 2px #000, 0 0 10px #3af;
}

.banner h1, h2 {
  text-align: center;
}

.content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.row, .row2, .socials {
  display: flex;
  background-color: rgba(0, 0, 50, 0.75);
  width: 60%;
  min-width: 920px;
}

.socials {
  justify-content: center;
  padding: 50px 0 10px 0;
}

.socials img {
  opacity: 0.25;
  margin: 10px;
  max-width: 50px;
  max-height: 50px;
}

.socials img:hover {
  opacity: 1;
	-webkit-transition-duration: .90s;
}

.socials a:focus img {
  opacity: 1;
  /*box-shadow: 2px 2px 5px rgba(255,255,255,0.1) inset, -2px -2px 5px rgba(255,255,255,0.1) inset, 2px -2px 5px rgba(255,255,255,0.1) inset, -2px 2px 5px rgba(255,255,255,0.1) inset, 2px 2px 5px rgba(255,255,255,0.2), -2px -2px 5px rgba(255,255,255,0.2), -2px 2px 5px rgba(255,255,255,0.2), 2px -2px 5px rgba(255,255,255,0.2);
	-webkit-transition-duration: 0;*/
}

.socials img:active {
	position: relative;
	outline: none;
	top: 1px;
  -webkit-transition-duration: .90s;  
}

.left, .right, .mid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mid {
  width: 100%;
  text-align: center;
}

.mid-left {
  display: flex;
  width: 100%;
  align-items: center;
}

.mid > div, .mid-left > div {
  width: 100%;
  padding: 20px 5% 5px;
}

.mid-left h1 {
  text-align: center;
}

.left, .right {  
  flex: 50%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.left > div, .right > div, .mid-left > div{
  margin: 0 10% 20px 10%;
}

.left img, .right img {
  max-width: 450px;
  min-width: 250px;
  height: auto;
  margin: 0 auto;
}

.img-btm {
  position: relative;
  display: inline-block;
  max-width: 450px;
  min-width: 250px;
  z-index: 1;
  margin: 0 20px;
}

.img-top {
  display: none;
}

.right:hover .img-top, .left:hover .img-top {
  position: relative;
  display: inline-block;
  max-width: 450px;
  min-width: 250px;
  z-index: 1;
  margin: 0 20px;
}

.right:hover .img-btm {
  display: none;
}

#standardPaint {
  display: none;
}

#elitePaint {
  display: none;
}

.paintBtn {
  width: 30%;
  margin: 5px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  background-color: #003;
  font-size: 18px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.paintBtn:hover {
  background-color: #66c;
}

.paintBtn:active {
	position: relative;
	outline: none;
	top: 1px;
  -webkit-transition-duration: .90s;  
}

.btnActive {
  background-color: #33a;
}

.prices {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}

.prices td, .prices th {
  border: 1px solid rgba(30, 30, 90, 0.5);
  padding: 5px 10px;
}

.prices tr {
  background-color: rgba(10, 10, 30, 0.6);
}

.prices tr:nth-child(even) {
  background-color: rgba(20, 20, 60, 0.6);
}

.prices tr:hover {
  background-color: rgba(30, 30, 90, 1);
}

.prices th {
  background-color: #003;
  padding: 8px 10px;
}

.gbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
  overflow: hidden;
}

#filterCol {
  flex: 20%;
  max-width: 20%;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-self: stretch;
}

#filterCol > div {
  width: 100%;
  margin: 0;
  padding: 2px 5px 2px 20px;
  text-align: left;
  font-family: 'Gibson', sans-serif, georgia, serif;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

#filterCol h2 {
  font-size: 14px;
  padding: 2px 0;
}

.accordion {
  background-color: #003;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  color: #3af;
  font-weight: bold;
}

.acc-active, .accordion:hover {
  color: #bad0f1;
  -webkit-transition-duration: .90s;
}

.accordion:hover {
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
}

.accordion:after {
  content: '\002B';
  color: #8bf;
  
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.acc-active:after {
  content: "\2212";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  flex: 80%;
  max-width: 80%;
  min-width: 80%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  justify-content: center;
  align-content: flex-start;
}

.mini {
  position: relative;
  flex: 20%;
  max-width: 20%;
  margin: 0;
  padding: 0;
}

.mini img, .cThumb img {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 50, 0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 1px;
  transition: .5s ease;
  cursor: pointer;
}

.mini:hover .overlay {
  opacity: 1;
}

.overlay:focus {
  opacity: 1;
  outline: none;
}

.cThumb {
  position: relative;
}

.cThumb:hover .overlay {
  opacity: 1;
}

.caption {
  color: white;
  font-family: 'Gibson', sans-serif, georgia, serif;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.caption p {
  line-height: 1.1;
}

.show {
  display: block;
}

.btn {
  width: 100%;
  color: #bad0f1;
  background-color: transparent;
  border: none;
  font-family: 'Gibson', sans-serif, georgia, serif;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background-color: #116;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
  -webkit-transition-duration: .90s;  
}

.btn.active {
  color: #fff;
  background-color: #116;
  text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
}

.customs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  align-content: flex-start;
}

.col {
  width: 25%;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
  font-weight: bold;
}

/*lightbox stuff*/

#lightbox {
  display: none;
  position: fixed;
  z-index: 5;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 30, 0.8);
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#lightbox::-webkit-scrollbar{
    display: none;
  }
  
#showGal:focus {
  outline: none;
}
  
/* Modal Content */
.modal-content {
  position: relative;
  margin: 5px auto 0 auto;
  width: 100%;
  max-width: 1024px;
}

/* The Close Button */
.close {
  color: #6cf;
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 35px;
  font-weight: bold;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.mySlides {
  display: none;
  justify-content: center;
}

.mySlides > img {
  width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  color: #6cf;
  text-shadow: 0px 0px 2px #fff, 0 0 3px #fff, 0 0 4px #fff;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

.prev {
  left: 0;
}

.prev:hover, .next:hover {
  color: white;
}

.thumbrow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  cursor: pointer;
  margin-top: -7px;
}

.thumbrow > div > img {
  width: 100%;
}

.thumb {
  width: 100%;
  margin: auto;
  cursor: pointer;
  opacity: 0.5;
}

.thumb:hover {
  opacity: .8;
}

.active, .active:hover {
  opacity: 1;
}

.thumbs {
  display: flex;
  flex-flow: wrap row;
  margin: 15px;
}

.thumbs img {
  max-width: 25%;
  cursor: pointer;
}

iframe {
  border: none;
  width: 100%;
  height: 1020px;
  overflow: auto;
}

/*end lightbox stuff */

@media screen and (max-width: 1535px) {
  #bttBtn {
    width: 10%;
    right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  
  .col {
    width: 50%;
  }
  
  #bttBtn {
    width: auto;
    right: 0px;
  }
  
  .row {
    flex-direction: column-reverse;
    width: 90%;
    min-width: 585px;
  }
  
  .row2 {
    flex-direction: column;
    width: 90%;
    min-width: 585px;
  }
  
  .left, .right {
    width: 100%;
    text-align: left;
  }
 
  .left h1, .right h1 {
    text-align: center;
  }
  
  .socials {
    width: 90%;
    min-width: 585px;
  }
  
  .mid h1 {
    text-align: center;
  }
  
  #filterCol {
    flex: 35%;
    max-width: 33%;
    margin: 0;
    padding: 0;
  }
  
  .gallery {
    flex: 65%;
  }
  
  .filter {
    flex: 33%;
    max-width: 33%;
  }
}

@media screen and (max-width: 600px) {
  
  .col {
    width: 100%;
  }
  
  .banner img {
    width: 100%;
  }
  
  .navlinks {
    display: none;
  }
  
  #bttBtn {
    right: 0px;
  }
  
  .menubtn {
    display: block;
    height: 70px;
    width: 100%;
    border: none;
    margin: 0 0 0 60px;
    padding: 0 15px;
    background-color: #003;
    color: #bad0f1;
    font-family: 'Gibson', sans-serif, georgia, serif;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
  }
  
  .menubtn:focus {
    color: #fff;
    text-shadow: 1px 1px 2px #000, 0 0 10px #bad0f1, 0 0 5px #fff;
    outline: none;
  }
  
  .navbox:hover .navlinks {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #003;
  }
  
  .content {
    flex-direction: column;
  }
  
  .row {
    flex-direction: column-reverse;
    width: 100%;
    min-width: 200px;
  }
  
  .row2 {
    flex-direction: column;
    width: 100%;
    min-width: 200px;
  }
  
  .left, .right {
    flex: 100%;
  }
  
  .left h1, .right h1 {
    text-align: center;
  }
  
  .socials {
    width: 100%;
    min-width: 200px;
    justify-content: center;
  }
  
  #filterCol {
    flex: 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
  
  #filterCol > div {
    padding-left: 5%;
  }
  
  .gallery {
    flex: 100%;
    max-width: 100%;
  }
  
  .mini {
    flex: 100%;
    max-width: 100%;
  }
  
  .caption {
    font-size: 24px;
  }

  .close {
    top: 20px;    
  }
}
