/*Reset*/
ul {
	list-style: none;
	padding-left: 0;
}
a:hover {
	text-decoration: none;
}
/*Global*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", sans-serif !important;
	background-color: #fff;
}
.green {
	color: #00853f;
}
.pink {
	color: #f7c8d2;
}
.gray {
	color: #2d2926;
}
.bg-pink {
	background-color: #f7c8d2;
}
.btn {
	font-weight: 800;
	font-size: 20px;
	padding: 15px 60px;
	border-radius: 40px;
	text-transform: uppercase;
	letter-spacing: 1.08px;
}
.btn-green {
	background-color: #00853f;
	color: #fff;
}
.btn-green:hover {
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #00853f;
}
.btn-white:hover {
	color: #00853f;
}
/*@media screen and (min-width: 1920px) {
	.container {
		max-width: 1550px;
	}
}*/

/*Header*/
header {
	padding: 20px 0 30px;
}
.menu {
	justify-content: space-evenly;
}
.menu a:not(.brand) {
	font-size: 17px;
	line-height: 36px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	margin: 12px 0 0;
	letter-spacing: 0.68px;
}
.menu a:last-child {
	margin-right: 0;
}
.menu a.btn-header {
	padding: 5px 25px;
	border-radius: 30px;
	font-weight: 800;
	border: 4px solid #f7c8d2;
	text-align: center;
}

/*Top-section*/
.top-section {
	text-align: center;
	padding-bottom: 100px;
}
.top-section img {
	margin-bottom: 30px;
}
.top-section ul {
	margin-bottom: 40px;
}
.top-section li {
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #222;
	border-right: 2px solid #f7c8d2;
	padding: 0 15px;
	letter-spacing: 0.4px;
}
.top-section li:last-child {
	border-right: none;
}
.top-section span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-bottom: 20px;
	letter-spacing: 0.76px;
}
.top-section span span {
	display: inline;
}

/*Text-section*/
.text-section {
	text-align: center;
	padding: 60px 0 60px;
}
.text-section .col-lg-6:first-child {
	display: flex;
	align-items: center;
}
.text-section img {
	max-width: 80%;
}
.text-section span {
	display: block;
	font-size: 22px;
	line-height: 48px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.text-section span strong {
	font-size: 23px;
}
.text-section p {
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #2d2926;
	margin: 0 auto 30px;
	max-width: 700px;
}
.text-section .container > strong {
	display: block;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.text-section .btn {
	padding: 15px 30px;
}

/*Video Section*/
.video-section {
	padding: 100px 0 90px;
}
.video-section .row:first-of-type {
	margin-bottom: 50px;
}
.video-section h2 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 90px;
}
.video-section h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	padding: 20px 10px;
	text-align: center;
	max-width: 85%;
	margin: -1px auto 0;
	position: relative;
	z-index: 1;
}

/*Footer*/
footer {
	padding: 80px 0 170px;
	text-align: center;
	background: url(../comedyshow/img/footer-bg.jpg) no-repeat center;
	background-size: cover;
}
footer p {
	font-size: 23px;
	line-height: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
footer p strong {
	display: block;
}
footer .btn {
	padding: 15px 20px;
}

/*Media queries*/
@media screen and (max-width: 768px) {
	.menu {
		justify-content: space-between !important;
	}
	.menu a:nth-child(2),
	.menu a:nth-child(3) {
		display: none;
	}
	.top-section ul {
		flex-wrap: wrap;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.top-section li {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.top-section span br {
		display: none;
	}
	.text-section {
		text-align: center;
	}
	.text-section img {
		margin: 0 auto 80px;
	}
	.video-section .row:first-of-type {
		margin-bottom: 0;
	}
	.video-section h2 span {
		display: block;
	}
	.video-card {
		max-width: 480px;
		margin: 0 auto 50px;
	}
	footer {
		padding: 60px 0 120px;
		background: url(../comedyshow/img/footer-bg-mobile.jpg) no-repeat center;
		background-size: cover;
	}
	footer p {
		max-width: 460px;
		margin: 0 auto 50px;
	}
	footer p strong {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	header {
		padding: 30px 0;
	}
	.menu a.brand img {
		max-width: 150px;
	}
	.menu a.btn-header {
		font-size: 14px;
		padding: 5px 14px;
	}
	.menu a:not(.brand) {
		margin-left: 0;
	}
	.top-section {
		padding-bottom: 60px;
	}
	.top-section img {
		display: block;
		max-width: 80%;
		margin: 0 auto 30px;
	}
	.top-section ul {
		margin-bottom: 0;
	}
	.top-section li {
		font-size: 16px;
		line-height: 15px;
		padding: 0 5px;
	}
	.top-section span {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	.top-section span span {
		display: block;
	}
	.text-section {
		padding: 40px 0 50px;
	}
	.text-section img {
		margin: 0 auto 40px;
	}
	.text-section span {
		font-size: 19px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.text-section span strong {
		display: block;
		font-size: 20px;
	}
	.text-section p {
		font-size: 16px;
		line-height: 36px;
	}
	.text-section .col-lg-6 > strong {
		font-size: 20px;
	}
	.btn {
		font-size: 18px;
		padding: 15px 40px;
	}
	.text-section .col-lg-6 > strong {
		margin-bottom: 30px;
	}
	.video-section {
		padding: 70px 0 20px;
	}
	.video-section .container {
		padding: 0;
	}
	.video-section h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 80px;
	}
	.video-section h3 {
		font-size: 17px;
		line-height: 17px;
	}
	footer p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	footer p strong {
		font-size: 20px;
		margin-bottom: 18px;
		line-height: 30px;
	}
	footer p span,
	footer p strong span {
		display: block;
	}
	footer .btn {
		width: 100%;
		font-size: 18px;
		padding: 20px 10px;
	}
}
