body {
font-family: "SackersGothicMedium", "Arial", "Helvetica", sans-serif;
}

.ProductIcon__LargeCircle--program{
    visibility: hidden;
}
.ProductIcon__LargeCircle--course{
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6, .hero-region h1, .hero-region .h1, .hero-region .AdminSynopsis__Title {
    font-family: 'SackersGothicMedium', sans-serif;  
} 

#caption-text {
    font-family: 'SackersGothicMedium', sans-serif; 
}

.feature-region {
	background-image: none;
}

/* Logo in the course listing Bigger */
.product-account-image-wrapper {
    height: 60px;
}

/* Changes size and color of Login */
a, .Product__AssociatedProductsList--below-the-fold>li>a {
    color: #012169;
    font-size: 16px;
    text-decoration: none;
}

/* Changes size and color of Name */
.btn-link {
    color: #012169;
    font-weight: normal;
    font-size: 16px;
}

/*
/* Makes Search bar thicker */
#search-form .search-form-container {
    padding: 21px 0px;
    background-color: #012169;
}
/* Add a banner above the product listings */
.catalog-listings::before {
  content: "🚀 Please go to butler.catalog.instructure.com to register for courses.";
  display: block;
  background-color: #13294b; /* Butler blue */
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* Optional: make the URL look clickable */
.catalog-listings::before {
  cursor: pointer;
}

.catalog-listings::before:hover {
  text-decoration: underline;
}