@font-face {
  font-family: 'SlatePro';
  src: url('https://sponsorshipassociation.com/wp-content/uploads/2022/02/Monotype-Slate-Pro-Black.woff') format('woff');
}

h1 {
  font-family: 'SlatePro', sans-serif;
}


  /*Remove border from button*/
.btn
{
    text-transform: none;
    &.btn-custom {
		background:rgba(220,220,220,1);
		border:solid 0px rgba(220,220,220,1);
		color:$black;
		&:hover,&:active,&:focus {
			background:rgba(220,220,220,.85);
			border:solid 0px rgba(220,220,220,.1);
		}
	}
}

  /*Change color of skinny nav bar*/
.wrapper.theme-1-active .fixed-sidebar-left .side-nav, .wrapper.theme-3-active .fixed-sidebar-left .side-nav {
    background: #000000;
}

  /*Change top main nav bar*/
#top-menu {
    background: #232323;
}

.navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #232323;
}

.award-name {
    display: none;
}