/* Variables */
:root {
	--accent-1: #1A9BBA;
}

.primary-bg {
  background: #6e1535;
}

.secondary-bg,
.homepage-content .secondary-bg::after {
  background: #333;
}

.secondary-bg,
.homepage-content .secondary-bg::after {
  background: #333;
	color: #fff;
}

.secondary-bg h1,
.secondary-bg h2,
.secondary-bg h1,
.secondary-bg  p{
	color: #fff!important;
}

a {
  color: #1A9BBA;
}

.upcoming-events-wrapper h2 a,
.departments ul li a i,
.accordion-a i {
  color: #1A9BBA;
}

.btn-underline {
  border-color: #1A9BBA;  
}

.btn-primary,
input[type="submit"] {
  background: #1A9BBA;
  color: #ffffff;
}


/* FOOTER */
.top-footer, .main-footer {
  background: #191919;
}

.top-footer h1, .top-footer h2, .school-info i {
  color: #d8a942;
}

/* New Design Styles */
.primary-bg a {
	color: #fff;
}

.social-app-wrapper svg path {
	fill: #333;
}

.useful-link-wrapper span,
.useful-link-wrapper i{
	color: #6e1535;
}

.upcoming-events-wrapper a {
  color: #fff;
}