/* Custom css configuration for Stitchin Awesome Custom Embroidery and Tees*/

@charset "UTF-8";

/*#sp-header {
  background-image: url(https://texasavalanche.com/images/headers/tx-avalanche-colors.jpg) !important;
  background-position: center;
  background-size: cover;
}*/

.burger-icon>span {
  background-color: #830078;
}

.menu>div>p {
  font-size: medium;
  color: #191970;
}

ul.social-icons a {
  color: #00aeb4 !important;
}

ul.social-icons a:hover {
  color: #7fff00 !important;
}

/* match off canvas social icons for twitter.x */
.offcanvas-menu .social-icon-twitter>a>svg {
  color: #990000 !important;
}

.fa-twitter::before {
  content: "\e61b";
  font-family: "Font Awesome 6 Brands";
}

#sp-main-body {
  padding: 5px 5px;
}

h1 {
  padding-bottom: 5px;
}

h5 {
  font-size: 1rem;
}


/* sides */
#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 5px;
  border: 0;
  padding: 20px;
  border-radius: 3px;
}


/* Article Settings */
.imgfltrt {
  float: right;
  padding-left: 20px;
  padding-right: 10px;
}

.clean {
  clear: both;
}

div.menu p {
  font-size: large;
  font-family: Itim, Arial, Helvetica, sans-serif;
  text-align: center;
}

.column {
  width: 46%;
}

.article-list .article {
  padding: 10px 20px;
  border: none;
}


span.badge.bg-danger.featured-article-badge {
  display: none;
}


#sp-bottom {
  padding: 5px 5px;
  background-color: #dbb781;
}