.container {
  max-width: 1040px;
}

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 0.875rem;
  line-height: 24px;
  font-family: sans-serif;
  color: #2e2b24;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    font-weight: inherit; }

h1 {
  font-size: 3.0rem; }

h2 {
  font-size: 1.875rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
	font-size: 1.1rem;
	margin: 0 0 1.2em 0; }

p img {
  margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

p.large {
  font-size: 1.75rem;
  line-height: 2.25rem; }
  
small {
  font-size: 0.75rem; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }
  
a {	
	color: #dd1229;
	text-decoration: underline;
	}
a:hover {	
	color: #dd1229;
	text-decoration: none;
	}

.notice {
	background: #f7fde8;
	border: 1px dashed #dd1229;
	padding: 2em;
	}
	
/*============================================================================
  #Header
==============================================================================*/

.site-header {
  background-color: #f4f4f4;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-top: .4em solid #dd1229;
}
.site-header a {
  color: #050607;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
.navbar {
  margin-bottom: 20px;
}
.nav-item a.nav-link {
	color: #6d6e71;
	font-family: sans-serif;
  	font-weight: 700;
  	font-style: normal;
	margin-left: 1.1em;
	margin-right: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-item a.nav-link:hover {
	color: #dd1229;
	text-decoration: underline;
}
.nav-item a.nav-link.active {
	color: #dd1229;
	text-decoration: underline;
}
.navbar-toggler {
	border: 1px solid #6d6e71;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 4, 44, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*============================================================================
  #Headlines buttons and content
==============================================================================*/
.title-with-redlines {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 3em 0 1em 0;
	padding: 0;
}
.title-with-redlines h2 {
	margin: 0 .5em;
}
.redline {
	flex: 1 1 auto;
	background: #dd1229;
	height: 2px;
	overflow: hidden;
}
.product-title a {
	color: #dd1229;
	text-decoration: none;
}
.product-title a:hover {
	color: #101010;
	text-decoration: underline;
}
a.outline-squared {
	border-radius: 0;
	border: 1px solid #CDCDCD;
  	font-family: sans-serif;
  	font-weight: 700;
  	font-style: normal;
	text-transform: uppercase;
}
.narrow {
	font-family: sans-serif;
  	font-weight: 700;
  	font-style: normal;
}
.red {
	color: #dd1229;
}
.tan {
	color: #f4f4f4;
}
.uppercase {
	text-transform: uppercase;
}
.bg-red {
	background: #dd1229;
	color: #fff;
}
#index .hero {
	background: url("../images/hero-clubhouse.jpg") no-repeat center;
	background-size: cover;
}
#register .hero {
	background: url("../images/hero-course.jpg") no-repeat center;
	background-size: cover;
}
#schedule .hero {
	background: url("../images/hero-schedule.jpg") no-repeat center;
	background-size: cover;
}
#winners .hero {
	background: url("../images/hero-final.jpg") no-repeat center;
	background-size: cover;
}
#about .hero {
	background: url("../images/hero-aerial.jpg") no-repeat center;
	background-size: cover;
}
.hero-panel {
	background-color:rgba(0, 0, 0, 0.6);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ac162c;
    --bs-btn-border-color: #ac162c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ac162c;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #930419;
    --bs-btn-active-border-color: #ac162c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ac162c;
    --bs-btn-disabled-border-color: #ac162c;
}
/*============================================================================
  #Footer
==============================================================================*/
.footer-wrap {
	background: #2e2b24;
}
.footer-pga {
	text-align: center;
	margin: 0 auto 2em auto;
}
.footer-pga > a > svg {
	fill: #ffffff;
	width: 120px;
}
.footer-club {
	text-align: center;
	margin: 0 auto 2em auto;
}
.footer-club > a > img {
	width: 100px;
}
/*============================================================================
  #Extra Utilities
==============================================================================*/
.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
/*============================================================================
  #Video
==============================================================================*/
.videoWrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.videoWrapper iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
/*============================================================================
  #Privacy Modal
==============================================================================*/

.modal-body {
	font-size: .84rem;
	line-height: 1.2em;
}
.modal-body > ul > li {
	font-size: .84rem;
	line-height: 1.2em;
}
.modal-body > p {
	font-size: .84rem;
	line-height: 1.2em;
}
.modal-body a {
	color: #dd1229;
	text-decoration: none;
}
.modal-body a:hover {
	color: #dd1229;
	text-decoration: underline;
}
