#logo {
	padding: 34px 0;
}


.primary.scrolled #logo {
    width: 197px;
    padding: 13px 0;
}

#tag h1 {
    font-size: 4.5EM;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
#livestream {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 117px;
	background: rgba(153, 136, 74, 0.89);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	z-index: 40;
}
#livestream h2 {
	font-size: 35px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	padding: 0 40px;
}
#livestream strong {
	font-weight: 600;
}
#livestream p {
	font-size: 15px;
	font-weight: 500;
	padding: 0 40px;
	letter-spacing: 4px;
}
a.outline-btn {
	padding: 12px 35px;
	border: 4px solid white;
	color: white;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 40px;
	transition: all .7s;
	
}
a.outline-btn:hover {
	background: white;
	color: rgba(153, 136, 74, 0.89);
}

.new-locations {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #F2F0E7;
	min-height: 533px;
	height: auto;
	position: relative;
	padding-bottom: 150px;
	height: auto;

}
.new-locations p {
	font-size: 28px;
	max-width: 1050px;
	font-weight: 100;
	line-height: 2;
	padding: 0;
    margin: 0;
    margin-top: 20PX;
}
.new-locations strong {
	font-weight: 600;
}
.new-locations span.red {
	color: #5D1C1C;
}
.new-locations span.yellow {
	color: #BCA552;
}
.new-locations h2 {
	margin: 2px;
	padding: 0;
	font-weight: 100;
}
.new-locations h2 strong {
	font-weight: 600;
}
.hours p {
	font-size: 14px;
	text-align: left;
	
}
.footer-blocks .left .hours p {
	font-size: 14px;
	text-align: right!important;
	
}
.footer-blocks .left {
	flex-direction: column!important;
	align-items: flex-end;
	justify-content: center;
	background: #2C2C27;
}
.footer-blocks .right {
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 40px;
	background:#393830;
}
.footer-blocks .title {
    font-size: 27px;
    color: #fefefe;
    font-weight: 600;
    width: auto;
    border-bottom: 0px solid #727068;
    padding-bottom: 10px;
}
.footer-blocks .hours {
    margin-left: 0px; 
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
}
.three-section {
	display: flex;
	min-height: 405px;
	
	width: 100%;
}
.three-section .third {
	width: 33.33%;
	height: 405px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.third.children:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(98, 31, 32, 0.75);
	content: '';
	transition: all.9s;
}
.third.children:hover:before {
	background: rgba(98, 31, 32, 0.95);
}
.third h3 {
	color: white;
	position: relative;
	font-size: 32px;
	font-weight: 100;

}
a.third {
	text-decoration: none;
	cursor: pointer;
}
strong {
	font-weight: 600;
}
.third.youth:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(56, 55, 47, 0.76);
	content: '';
	transition: all .9s;
}
.third.youth:hover:before {
	background: rgba(56, 55, 47, 0.96);
}

.third.adult:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(189, 166, 83, 0.76);
	content:'';
	transition: all .9s;
}
.third.adult:hover:before {
	background: rgba(189, 166, 83, 0.96);
}
.spacer {
	background: #F2F0E7;
	width: 100%;
	height: 53px;
}
.section1 {
	min-height:480px;
	height: auto; 
}
.section1 .right {
	min-height: 480px;
	height: auto;
	color: white;
	
}
.section1 .left {
	background: none;
	color: black!important;
}
.section1 .left h3 {
	color: black;
}
.section1 p {
	margin-bottom: 2px;
	text-align: center;
}
a.yellow-outline-btn {
	padding: 12px 35px;
	border: 4px solid #9F8E4F;
	color: #9F8E4F;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 40px;
	transition: all .7s;
	
}
a.yellow-outline-btn:hover {
	background: #9F8E4F;
	color: white;
}
a.red-outline-btn {
	padding: 12px 35px;
	border: 4px solid #602F30;
	color: #602F30;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 40px;
	transition: all .7s;
	
}
a.red-outline-btn:hover {
	background: #602F30;
	color: white;
}

.section1 h3 {
	font-weight: 100;
	margin-bottom: 60px;
}
.section1 strong {
	font-weight: 600;
}
div.btn {
	margin-top: 80px;
}
.section2 .container {
	background: rgba(225, 223, 212, 0.86);
	padding: 60px 0px;
}
.section2 {
	padding: 0;
	
}
.section2 p {
	font-size:14px;
}
.section2 h2 {
	color: black;
	font-weight: 100;

}
.section2 h2 strong {
	font-weight: 600;
}
.ind-event {
	width: 80%;
    margin: 0 auto;
    height: 165px;
    display: flex;
    background: white;
	margin: 35px auto;
}
.slide-descriptions {
	display: flex;
	flex-direction: column;
	padding: 15px 20px;
	width: 75%;
	color: black;
	overflow: scroll;
}
.ind-event .title a {
	font-size: 20px;
	color: black;
	text-decoration: none;

}
.ind-event p {
	color: black;
}
.section2 .date {
	width: 25%;
	background: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;

}
.section2 .date p {
	font-size: 28px!important;
	color: white;
	line-height: 1;
	text-transform: uppercase;
}
.section2 .events .ind-event:nth-child(1) .date {
	background: #9F8E4F;	
}
.section2 .events .ind-event:nth-child(2) .date {
	background: #602F30;
	order: 2;	
}
.section2 .events .ind-event:nth-child(3) .date {
	background: #393830;	
}

@media (max-width:768px) {
header a#giving {
		display: none;
	}
.new-locations p {
	font-size: 18px;
	max-width: 1050px;
	font-weight: 100;
	line-height: 2;
	padding: 0;
    margin: 0;
    margin-top: 20px;

}
.new-locations {
	padding-bottom: 246px;
}
header .navigation {
	width: 250px;
	right: -320px;
}
.footer-blocks .half {
    height: auto;
    text-align: center;
}
.footer-blocks .left .hours p {
    font-size: 14px;
    text-align: center!important;
}
.new-locations p {
    font-size: 14px;
    max-width: 1050px;
    font-weight: 100;
    line-height: 2;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
#livestream p {
    font-size: 11px;
    font-weight: 500;
    padding: 0px 40px;
    letter-spacing: 4px;
    padding-bottom: 26px;
    text-align: center;
}
#livestream {
	flex-direction: column;
	height: auto;
	padding: 30px 0px;
	padding-bottom: 40px
}
.section2 .date p {
    font-size: 17px!important;
    color: white;
    line-height: 1;
    text-transform: uppercase;
}
.primary {
	max-height: 80px;
}
.footer-blocks .right {

    padding-left: 0px;

}
}
@media (max-width:640px){
	.three-section {
		flex-direction: column;
	}
	.third {
		width: 100%!important;
	}
	.three-section .third {
    height: 250px;
    }
}