/* Removes the Class title Header on all the merch pages */
.page_header {
display: none;
}

/* Removes the Bookmark and Share from the suggested sell */

.addthis_button {
display: none;
}

.dropdown-menu > #H_Search {
display: none;
}


.nav.navbar-nav.navbar-right {
float: right;
flex-direction: row;
padding-right: 50px;
}

.navbar-nav > li > a {
font-size: 17px;
}

.header {
  background-color: #b20000;
}

.row {
align-items: center;
}

.toptext1 {
  color: #800000;
  position: relative;
  bottom: 51px;
}

.toptext2 {
  color: #ffefd5;
  position: relative;
  bottom: 29px;
}

.header-icon > img {
  width: 150px;
  height: auto;
  margin: 3px;
}
.social {
  list-style-type: none;
  padding-right: 24px;
}

li {
  display: inline;
}

#fontawesome {
  font-size: 55px;
  color: #ffefd5;
  padding-right: 5px;
}

#fontawesome:hover {
  color: white;
}




/*1. Navbar */

#h_nav {
  min-height: 0px;
}
#h_nav > .container-fluid {
  padding: 0px;
}
.navbar-toggler {
  margin-left: auto;
}
.navbar-toggler:focus {
  box-shadow: none;
}
#myNavbar {
  display: flex !important;
  justify-content: center !important;
  background-color: #800000 !important;
}
.navbar-nav > li > a {
  color: white;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #daa000;
}
.botRow {
  height: auto;
  text-align: center;
}
.footText {
  color: white;
}
.title a {
  font-size: 30px;
  color: white;
}
.link a {
  color: white;
}
@media only screen and (max-width: 768px) {
  .botRow {
    height: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .botRow {
    height: 500px;
  }
}
.reasons {
  background-color: #b20000;
}
/***** Media Queries ******/
@media (max-width: 991px) {
  .toptext1,
  .toptext2 {
    text-align: center;
  }

  .logo img {
    margin: 0 auto;
  }
  .social {
    float: none;
    text-align: center;
  }
  #H_Search {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #search-here {
    position: absolute;
    top: 50%;
    right: 2%;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a,
  .dropdown-menu > li > a {
    color: #fff;
  }
}




footer {
display: none;
}


/*-------------Updates 4-24-25 --------------------- */


#MyCarousel, .carousel, #contentSection {
    padding: 0 !important;
    justify-content: center;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 350px;    /* Set slide height here */
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 450px;    /* Set slide height here */
width:100%;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 min-height: 200px;    /* Set slide height here */
width:100%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
         min-height: 180px;
         width: 100%;
         }


.carousel-control.left {
       background-image: none;
    }
.carousel-control.right {
       background-image: none;
    }

.carousel-right{
    right: 0;
    left: auto;
    
   
    background-repeat: repeat-x;
}

.carousel-left{
   
    background-repeat: repeat-x;
    
}


.carousel-control{
	width: 10%;
background-image: none;
}


@media (max-width: 767px) {
    .nav.navbar-nav * {
        text-align: center;
        padding-bottom: 5px;
    }
}



