.container {
	width: 72% !important;
	max-width: 72% !important;
}

.join-us-now-img {
	width: 100%;
}

.green-card {
	background-image: linear-gradient(to bottom, #006937, #00a858, #006937);
	border-radius: 20px;
	color: white;
	text-align: center;
	padding: 1.75rem 10px;
	margin-top: 6%;
}

.green-card-medium, .info-card-medium {
	width: 75%;
	margin-left: 12.5%;
	padding: 1rem 10px;
	margin-top: 0;
}

.info-card {
	background-color: transparent;
	border-radius: 20px;
	color: rgba(0, 105, 55, 1);
	text-align: center;
	padding: 1.75rem 10px;
	margin-top: 6%;
}

.form-check-input {
	border: 2px solid #006937;
	background-color: transparent;
}

.form-check-input:checked {
	background-color: #006937;
	border-color: #006937;
}

.form-check-label {
	color: #006937;
}

.text-white {
	color: white;
}

.text-green {
	color: #006937;
}

.text-yellow {
	color: #fba919;
	text-decoration: none;
}

.title.text-center, .title.text-center.text-green {
	color: #006937;
}

p {
	margin-bottom: 0;
}

.title {
	font-weight: 700;
	font-size: 16px !important;
	font-family: 'CarlsbergSansBlack';
	color: rgba(251, 169, 25, 1);
}

.subtitle {
	font-weight: 300;
	font-size: 12px;
}

.description {
	font-weight: bold;
	font-size: 10px;
	font-family: 'CarlsbergSansBlack';
}

.description-2 {
	font-size: 12px;
}

.description-3 {
	font-family: 'CarlsbergSansLightOTF';
	font-size: 8px;
}

.form-label {
	font-size: 16px;
}

.register-checkbox {
	font-size: 12px;
}

@media(max-width: 767px) {
	.description {
		line-height: 12px;
	}

	.description-3 {
		line-height: 10px;
	}

	.form-label {
		font-size: 14px;
	}

	.register-checkbox {
		font-size: 10px;
	}
}

.card-info {
	font-family: 'CarlsbergSansBlack';
}

.btn-warning {
	background-color: #fba919;
	border-color: #fba919;
	color: white;
	font-weight: 900;
	font-size: 11px;
	padding: 6px 10px;
	border-radius: 6px;
	font-family: 'CarlsbergSansLightTTF';
	letter-spacing: 1px;
	/* min-width: 100px; */
}

.btn-register {
	background-color: rgba(0, 105, 55, 1);
	border-color: rgba(0, 105, 55, 1);
	color: white;
	font-weight: 900;
	font-size: 11px;
	padding: 15px 40px;
	border-radius: 6px;
	font-family: 'CarlsbergSansLightTTF';
	letter-spacing: 1px;
}

.btn-register-2 {
	background-color: rgba(0, 105, 55, 1);
	border-color: rgba(0, 105, 55, 1);
	color: white;
	font-weight: 900;
	font-size: 11px;
	padding: 10px 20px;
	border-radius: 6px;
	font-family: 'CarlsbergSansLightTTF';
	letter-spacing: 1px;
}

.btn-register:hover, .btn-register-2:hover {
    background-color: transparent; /* faded green, text stays solid */
    border-color: rgba(0, 105, 55, 1); /* solid border */
}

.btn-custom {
	background-color: rgba(0, 105, 55, 1);
	border-color: rgba(0, 105, 55, 1);
	color: white;
	font-weight: 900;
	font-size: 11px;
	padding: 6px 10px;
	border-radius: 6px;
	font-family: 'CarlsbergSansLightTTF';
	letter-spacing: 1px;
	/* min-width: 100px; */
	padding: 8px 25px;
	margin-bottom: 0;
}

.btn-custom:hover {
    background-color: transparent; /* faded green, text stays solid */
    border-color: rgba(0, 105, 55, 1); /* solid border */
	color: rgba(0, 105, 55, 1);
}

@media(max-width: 314px) {
	.btn-warning, .btn-custom, .btn-success, .btn-register, .btn-register-2 {
		padding: 6px;
		padding-bottom: 4px !important;
	}
}

.btn-submit, .btn-custom {
	padding: 8px 25px !important;
	margin-bottom: 0 !important;
}

.activity-img {
	width: 200px;
}

.activity-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	font-family: 'CarlsbergSansLightTTF';
}

.activity-description {
	font-size: 12px;
	font-family: 'CarlsbergSansLightTTF';
}

.text-left {
	text-align: left;
}

.guest-img {
	width: 140px;
}

.live-datetime {
	vertical-align: top;
	font-size: 12px;
	line-height: 12px;
}

.live-datetime-label {
	width: 40px;
}

.live-label {
	color: #fba919;
	font-weight: 900;
	font-size: 11px;
	font-family: 'CarlsbergSansBlack';
}

.live-artist {
	font-weight: 900;
	font-size: 20px;
	font-family: 'CarlsbergSansBlack';
}

.footer-div {
	background-color: #006937;
	margin-top: -5px;
	color: white;
	font-size: 8px;
	text-align: center;
}

.form-check-input {
	margin-top: .1em;
}

@media(min-width: 431px) {
	.footer-div {
		font-size: 10px;
	}
	.form-check-input {
		margin-top: .25em;
	}
}

.footer-icon {
	width: 20px;
}

.form-label {
	font-weight: 900;
}

.form {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.form-check {
	min-height: 1rem;
}

.form-select option:hover {
	box-shadow: 0 0 10px 100px #1882A8 inset;
}

.dropdown-menu li a:hover {
  background-color: #007bff;
  color: white;
}

.age-cfm-div {
	background-color: #006937;
	color: white;
	text-align: center;
	font-family: 'CarlsbergSansLightTTF';
}

.btn-outline-dark {
    color: white;
    border-color: white;
    border-radius: 0px;
    border-width: 2px;
    font-weight: 900;
}

.btn-outline-dark:hover {
    background-color: white;
    color: #006937;
    border-color: white;
}

.btn-50 {
	width: 125px;
}

.age-conf-que {
	width: 100%;
}

.age-conf-desc {
	width: 85%;
}

.index-margin {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

@media(min-width: 768px) {
	.title {
		font-size: 18px !important;
	}

	.subtitle {
		font-size: 18px;
	}

	.description {
		font-size: 14px;
	}

	.description-2 {
		font-size: 16px;
	}

	.description-3 {
		font-size: 12px;
	}

	.green-card, .info-card {
		padding: 3rem 10px;
	}

	.green-card-medium, .info-card-medium {
		width: 70%;
		margin-left: 12.5%;
		padding: 1.25rem 10px;
	}

	.btn-warning, .btn-custom, .btn-register {
		font-size: 14px;
		padding: 4px 50px;
	}

	.btn-register-2 {
		font-size: 14px;
		padding: 6px 20px;
	}

	.activity-title {
		font-size: 20px;
	}

	.activity-description {
		font-size: 12px;
	}

	.guest-img {
		width: 225px;
	}

	.footer-div {
		font-size: 12px;
	}

	.footer-icon {
		width: 24px;
	}

	.index-margin {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

@media(min-width: 1024px) {
	.title {
		font-size: 26px !important;
	}

	.subtitle {
		font-size: 24px;
	}

	.description {
		font-size: 16px;
	}

	.description-2 {
		font-size: 22px;
	}

	.description-3 {
		font-size: 14px;
	}

	.green-card, .info-card {
		padding: 4.5rem 10px;
	}

	.green-card-medium, .info-card-medium {
		width: 70%;
		margin-left: 12.5%;
		padding: 2rem 10px;
	}

	.btn-warning, .btn-custom, .btn-register {
		font-size: 18px;
		padding: 6px 80px;
	}

	.btn-register-2 {
		font-size: 18px;
		padding: 8px 60px;
	}

	.activity-title {
		font-size: 32px;
	}

	.activity-description {
		font-size: 20px;
	}

	.live-datetime {
		font-size: 20px;
		line-height: 20px;
	}

	.live-datetime-label {
		width: 65px;
	}

	.live-label {
		font-size: 20px;
	}

	.live-artist {
		font-size: 32px;
	}

	.form {
		width: 80%;
	}
}

@media(min-width: 1440px) {
	.title {
		font-size: 42px !important;
	}

	.subtitle {
		font-size: 24px;
	}

	.description {
		font-size: 24px;
	}

	.description-2 {
		font-size: 32px;
	}

	.description-3 {
		font-size: 22px;
	}

	.btn-warning, .btn-custom, .btn-register {
		font-size: 26px;
		padding: 10px 120px;
	}

	.btn-register-2 {
		font-size: 26px;
		padding: 10px 40px;
	}

	.activity-title {
		font-size: 32px;
	}

	.activity-description {
		font-size: 20px;
	}

	.live-datetime {
		font-size: 20px;
	}

	.live-label {
		font-size: 20px;
	}

	.live-artist {
		font-size: 32px;
	}

	.guest-img {
		width: 250px;
	}

	.footer-div {
		font-size: 16px;
	}

	.footer-icon {
		width: 32px;
	}

	.index-margin {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

@media(min-width: 2560px) {
	.title {
		font-size: 48px !important;
	}

	.subtitle {
		font-size: 24px;
	}

	.description {
		font-size: 24px;
	}

	.description-2 {
		font-size: 40px;
	}

	.description-3 {
		font-size: 22px;
	}

	.btn-warning, .btn-custom, .btn-register {
		font-size: 34px;
		padding: 10px 120px;
	}

	.btn-register-2 {
		font-size: 34px;
		padding: 10px 40px;
	}

	.activity-title {
		font-size: 32px;
	}

	.activity-description {
		font-size: 20px;
	}

	.live-datetime {
		font-size: 20px;
	}

	.live-label {
		font-size: 20px;
	}

	.live-artist {
		font-size: 32px;
	}

	.guest-img {
		width: 250px;
	}

	.footer-div {
		font-size: 16px;
	}

	.footer-icon {
		width: 32px;
	}

	.index-margin {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
}

@media(max-width: 430px) {
	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.py-sm-2 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}

	.my-sm-2 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}

	.form {
		width: 90%;
	}
	.participant-submit {
		gap: 4px !important;
	}
	.btn-custom, .btn-success, .btn-register{
		line-height: 14px;
		padding: 4px 40px !important;
        white-space: nowrap;
        font-size: 10px;
	}

	.btn-warning {
		line-height: 14px;
		padding: 8px 25px !important;
		white-space: nowrap;
		font-size: 10px;
	}
	.btn-register-2 {
		font-size: 10px;
		padding: 6px 20px !important;
	}
	.btn-outline-dark {
		padding-bottom: 4px !important;
	}
}

@media (max-width: 576px) {
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (min-width: 992px) {
	.age-conf-desc {
		width: 60%;
	}
	.age-conf-que {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.btn-outline-dark {
		font-size: small;
	}
}

@media (max-width: 365px) {
	.age-conf-desc {
		width: 85%;
	}
}