@font-face {
  font-family: BebasNeue;
  src: url('/webfonts/BebasNeue-Regular.woff2');
}
@font-face {
  font-family: Oswald;
  src: url('/webfonts/Oswald-Regular.woff2');
}

body {
  background-image: url('/images/confederate-flag_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #000000;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #990000;
}
a:hover {
  color: #000000;
}
img {
  max-width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
.strip-padding {
  padding: 0 !important;
}
.phantom-howl {
  display: none;
}
.fixed-fix {
  padding-top: 70px;
}
.trans-white-bg {
  background-color: rgba(255, 255, 255, 0.8);
}
.solid-blue-bg {
  background-color: #000022;
}
.white-txt {
  color: #ffffff;
}
.dshadow {
  -webkit-box-shadow: 5px 5px 5px 0px #000000;
  box-shadow: 5px 5px 5px 0px #000000;
}
.full-height {
  min-height: 100vh;
}
.h-100vh {
  height: 100vh !important;
}
.vertical-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottom-padding {
  padding-bottom: 15px;
}
.nav-logo {
  height: 40px;
}
.nav-link {
  padding: 10px;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
}
.dropdown-menu {
  background-color: #a3a3a3;
}
.dropdown-item, .nav-link {
  font-weight: 700;
  font-size: 25px;
}
.dropdown-item {
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.login-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  width: 500px;
  max-width: 75%;
  border: 10px solid #999999;
  border-radius: 10px;
}
.login-box h1 {
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}
.login-box input {
  width: 100%;
  padding: 5px;
}
.login-box .row {
  margin-bottom: 10px;
}
.login-error {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #990000;
}
#admin_item input,
#admin_item select,
#admin_item textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}
#admin_item textarea {
  margin-bottom: 0;
  white-space: pre-wrap;
}
#admin_item label {
  margin-bottom: 5px;
}
#admin_item h3 {
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  padding-top: 10px;
  margin-bottom: 0;
}
#admin_item input[type="file"] {
  padding: 0;
  margin-bottom: 0;
}
#admin_item input[type='checkbox'] {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-left: 5px;
  accent-color: #880000;
  cursor: pointer;
}
.admin-header {
  background-color: #000000;
  color: #880000;
  border-bottom: 1px solid #880000;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 35px;
}
.admin-header-padded {
  background-color: #000000;
  color: #880000;
  border-bottom: 1px solid #880000;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 35px;
  padding-top: 5px;
}
.admin-header a,
.admin-header-padded a {
  color: #880000;
}
.admin-header a:hover,
.admin-header-padded a:hover {
  color: #ffffff;
}
.admin-subheader {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 15px 15px 10px 15px;
}
.update-subheader-success {
  padding: 10px;
  background-color: #000033;
  color: #ffffff;
  border-bottom: 1px solid #440000;
  text-align: center;
}
.update-subheader-failure {
  padding: 10px;
  background-color: #dd0000;
  color: #ffffff;
  border-bottom: 1px solid #440000;
  text-align: center;
}
.preview-image {
  width: 200px;
  max-width: 100%;
  max-height: 200px;
}
.submit-button {
  width: 150px;
  height: 50px;
  max-width: 100%;
}
.footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 25px;
  color: #ffffff;
  width: 100%;
}
.sub-footer {
  width: 100%;
  padding: 10px;
  background-color: #000000;
  border-top: 1px solid #880000;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.sub-footer a {
  color: #bb0000;
  text-decoration: underline;
}
.sub-footer a:hover {
  color: #ffffff;
}
#footer-sitemap {
  list-style-type: none;
  padding: 0;
}
#footer-sitemap li {
  font-size: 20px;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
}
#footer-sitemap a {
  color: #990000;
}
#footer-sitemap a:hover {
  color: #ffffff;
}
#itemTable {
  font-family: sans-serif, Helvetica, Arial !important;
}
#itemTable a {
  color: #880000;
  font-weight: 700;
}
#itemTable a:hover {
  color: #000000;
}
#itemTable td,
#itemTable th {
  white-space: nowrap;
}
.date-time {
  cursor: pointer;
}
.carousel-wrapper {
  width: 100%;
  min-height: 500px;
  padding: 0;
  align-items: center;
}
.carousel-wrapper img {
  width: 100%;
}
.home-feature-row {
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
}
.home-feature {
  align-items: center;
  text-align: center;
  padding-top: 10px;
}
.home-feature p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 5px;
}
.home-feature a {
  color: #000000;
}
.home-feature a:hover {
  color: #990000;
}
.home-feature img {
  border: 3px solid #000000;
}
.home-contact .feature-header {
  padding-top: 0;
  padding-bottom: 5px;
}
.home-contact .col-sm-4 {
  margin-bottom: 10px;
}
.feature-button {
  display: block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  background-color: #330000;
  color: #ffffff !important;
}
.feature-button:hover {
  background-color: #220000;
}
.item-header {
  background-color: #000022;
  color: #ffffff;
  font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding: 10px 5px;
}
.item-header a {
  color: #990000;
}
.item-header a:hover {
  color: #ffffff;
}
.item-image img {
  width: 100%;
  max-width: 100%;
  border: 5px solid #000000;
}
.item-desc h1 {
  margin-top: 15px;
}
.item-desc h3 {
  margin-bottom: 5px;
}
.buy-button {
  display: inline-block;
  background-color: #330000;
  color: #ffffff;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.buy-button:hover,
.buy-button:active,
.buy-button:focus {
  background-color: #220000;
  color: #ffffff;
}
#main-img {
  height: auto;
}
.gallery {
  position: relative;
  margin-top: 15px;
}
.gallery img {
  border: 1px solid #000000;
}
.gallery .col-4 {
  margin-bottom: 10px;
}
.swap:hover {
  cursor: pointer;
}
.featured a {
  color: #990000;
}
.featured a:hover {
  color: #ffffff;
}
.feature-header {
  color: #ffffff;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 25px;
}
.feature-txt {
  text-align: center;
}
.page-item .feature-txt {
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.coming-soon {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #000033;
  margin-top: 5px;
}
#contact-form .row {
  margin-bottom: 10px;
}
#contact-form label {
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: 700;
}
#contact-form input,
#contact-form select,
#contact-form textarea {
  display: block;
  width: 100%;
  padding: 5px;
}
#contact-form input[type=submit] {
  width: auto;
  padding: 15px;
  min-width: 200px;
}
#contact-form input[type=textarea] {
  height: 300px;
}
.confirmation {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #330000;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
 .strip-padding {
   padding: 0 !important;
 }
 .strip-padding-horz {
   padding-left: 0 !important;
   padding-right: 0 !important;
 }
 .strip-padding-vert {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }
 #home .fixed-fix {
   padding-top: 74px;
 }
 .fixed-fix {
   padding-top: 74px;
 }
 .dropdown:hover .dropdown-menu {
   display: block;
   margin-top: 0;
  }
  .dropdown-menu {
    background-color: #dddddd;
  }
  .nav-link {
    padding: 10px;
  }
  .nav-link:focus, .nav-link:hover {
    background-color: #880000;
    border-radius: 5px;
  }
  #admin_item input,
  #admin_item select,
  #admin_item textarea {
    padding: 5px;
  }
  #admin_item h1 {
    margin-top: 5px;
    margin-bottom: 0;
  }
  .slider-bg {
    width: 100%;
    min-height: 600px;
  }
  .carousel-wrapper {
    background-image: url("/images/civilwar-bg-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
  .home-feature {
    background-color: rgba(255, 255, 255, 0.7);
  }
  #main-img {
    max-height: 480px;
  }
  .item-header {
    padding: 15px 15px 10px 15px;
  }
  .item-image img {
    width: auto;
  }
  .item-desc h1 {
    margin-top: 0;
  }
  .item-desc h3 {
    margin-bottom: 15px;
  }
  .buy-button {
    width: 200px;
    margin-top: 10px;
  }
  .feature-txt {
    font-size: 18px;
  }
  .page-item .feature-txt {
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
  }
  .home-contact .col-sm-4 {
    margin-bottom: 0;
  }
}
