.grid-date-wrapper {top: 0;}
.page-section#cougar-bowling-club {padding:120px 0}



#games-heading {
    padding: 6rem 0 12rem 0;
    position:relative;
    background-position: bottom center;
}

#games-heading .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c8102e;
    mix-blend-mode: multiply;
}

#games-heading h1 {
    color: #ffffff;
    font-size: 14rem;
    text-transform: uppercase;
    display: inline-block;
    transform: skew(0deg,-8deg);
    text-shadow: 5px 5px rgb(0 0 0 / 20%);
    line-height: .85em;
    text-align: left;
}

#games-heading h1 span {
    display: block;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: normal;
    margin-left: 1.35em;
    color: #640817;
    text-shadow: none;
    opacity: .8;
}

#games-heading p {
    color: #ffffff;
    font-family: 'Crimson', serif;
    font-size: 25px;
}

.center-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
@media (min-width:846px) {
    #games-heading h1 {
        font-size: 14rem;
    }
}
@media (max-width:846px) {
    #games-heading h1 {
        font-size: 12rem;
    }
}
@media (max-width:694px) {
    #games-heading h1 {
        font-size: 10rem;
        text-align: center;
    }
        #games-heading h1 span {
        margin-left: 0;
    }
}


#features .section-grid {
    text-align: center;
}

#features .section-grid li {
    border-left:1px solid #e9e9e9;
}
#features .section-grid li:first-child {
    border-left:none;
}
#features img {
    width: auto;
    max-height: 100px;
    display: block;
    margin: 0 auto 30px auto;}

#features h4 {
    color: #000000;
    letter-spacing: normal;
    border: none;
    text-transform: normal;
    padding-bottom: 5px;
}

#hours {
    padding-bottom:6rem;
}

#hours h2 {
    display:block; 
    margin:0;
    text-align:center;
    }

#reserve {
    background-color:#f8f8f8;
    border-top: 1px solid #e9e9e9;
    text-align:center;
    overflow:visible;
}

#reserve-photos {
    margin:-5rem 0 1.125rem 0;
}


#reserve .btn-primary {
    padding: 10px 15px;
    font-size: 20px;
}

.square {
	 display:block;
	 width:100%;
	 padding-top:100%;
	 background-color:#ffffff;
	 -webkit-box-shadow:inset 0px 0px 0px 1px #f5f5f5;
	 -moz-box-shadow:inset 0px 0px 0px 1px #f5f5f5;
	 box-shadow:inset 0px 0px 0px 1px #f5f5f5;
	 background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
}

 .no-gutter {
	margin: 0;
}
 .no-gutter > [class*='col-'] {
	 padding-right:0;
	 padding-left:0;
}








#intro {
    overflow: visible;
    position: relative;
    border-top:1px solid #e9e9e9;
    }

#intro  h2 {
    margin: 0;
    display: block;
    text-align: center;
}

#intro p.lead {
    font-size: 1em;
}

#intro .nav {
    max-width: 780px;
    margin: 1.125rem auto;
    font-size:90%;
}

#intro .nav > li {
    display: block;
    float: none;
}

#intro .nav > li > a:hover, #intro .nav > li > a:focus {
    text-decoration: none;
    background-color: #FFFFFF;
}

#intro .nav-pills > li.active > a, #intro .nav-pills > li.active > a:hover, #intro .nav-pills > li.active > a:focus {
    color: #FFFFFF;
    background-color: #c8102e;
}

#intro .nav-pills > li > a {
    border-radius: 0px;
}

#intro .tab-content {
    max-width: 880px;
    margin: 0 auto -5rem auto;
    border: 1px solid #e9e9e9;
    padding: 1.125rem;
    background-color: #FFFFFF;
}

#intro table {
    margin-bottom:0;
    display:table;
}

@media (min-width:768px){
    
    #intro p.lead {
        font-size: 1.5em;
    }   
    
    #intro .nav {
        margin: 0 auto;
    }
    
    #intro .nav > li {
        display: inline-block;
    }
    
    #intro .nav > li > a:hover, #intro .nav > li > a:focus {
        text-decoration: none;
        background-color: #FFFFFF;
        border-bottom:1px solid #960c22;
    }
    
    #intro .nav-pills > li.active > a, #intro .nav-pills > li.active > a:hover, #intro .nav-pills > li.active > a:focus {
        color: #c8102e;
        background-color: #ffffff;
        border-bottom: 1px solid #c8102e;
    }
    
    #intro .tab-content {
    margin: -1px auto -5rem auto;
    padding: 3rem;
    }

    
}

#get-involved {
    padding-top: 5rem;
    background-color:#f8f8f8;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
}

#get-involved .section-grid {
    text-align: center;
    margin-top: 4.5rem;
    margin-bottom: 0;
}


/*#get-involved .section-grid li {border-left:1px solid #e9e9e9;}*/

/*#get-involved .section-grid li:first-child {border-left:none;}*/



#get-involved img {
    width: auto;
    max-height: 100px;
    display: block;
    margin: 0 auto 30px auto;}
#get-involved h2 {
    display: block;
    margin: 0;
    text-align: center;
}
#get-involved  h4 {
    color: #000000;
    letter-spacing: normal;
    border: none;
    text-transform: normal;
    padding-bottom: 5px;
}
#get-involved p.lead {
    font-size: 1em;
    color: #640817;
    text-align: center;
}
@media (min-width:768px){
    
    #get-involved p.lead {
        font-size: 1.5em;
    }
}

#contact h2 {
    display:block; 
    margin:0;
    text-align:center;
}

#contact .list-group {
    margin-bottom:0;
}

#contact h4.list-group-item-heading {
    border:none;
    letter-spacing: normal;
    text-transform: none;
    color: #2c2c2c;
    margin: 0;
    font-family: Milo;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

#contact p.list-group-item-text {
    color: #000000;
    font-size: 18px;
    font-family: 'Milo', serif;
}

#weekly-events {
    padding-bottom:6rem;
}
			
		#weekly-events .section-links {
			display:none;
			}	

#weekly-events .section-grid {
    margin: 2.25rem -1.125rem 0 -1.125rem;
    width: calc(100% + 2.25rem);
}
#weekly-events p {
    color: #000000;
}
#weekly-events h2 {
    display: block;
    margin: 0;
    text-align: center;
}
			
#get-involved p {
    color: #747474;
    font-size: 15px;
    line-height: 1.4rem;
}

#get-involved h3 {
    color: #2c2c2c;
    margin: 0;
    font-family: Milo;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-bottom: .5rem;
}

#get-involved h3 a {
    color: inherit;
}

#get-involved h3 a:hover {
    text-decoration:underline;
}	
			
#contact {
        background-color:#f5f5f5;
        border-top:1px solid #e9e9e9;
    }
    
#table-wrapper {
    background-color: #fff;
    margin: 1.5rem auto 0 auto;
    border:1px solid #e9e9e9;
    max-width: 1000px;
    padding:3rem;
}		