﻿.page {
	background-image: url(/content/images/conference/background2025.jpg);
	background-repeat: round;
}

.content {
	background: white;
	height: 100%;
}

#footer {
	border-top: solid 2px #0098E3;
}

.row {
	height: unset;
}

.banner-image {
	display: block;
	max-width: 100%;
	height: auto;
}

#NavButtons {
	margin: 0 0 50px;
	border-radius: 19px;
}

	#NavButtons a.btn {
		background-color: #e2dfdc;
		border-color: #e2dfdc;
		border-radius: 0;
		border-bottom-left-radius: 19px;
		border-bottom-right-radius: 19px;
		border-top: solid 1px rgb(0 0 0 / 10%);
	}

		#NavButtons a.btn:focus-visible {
			z-index: 1;
			outline: revert;
			box-shadow: none;
		}

		#NavButtons a.btn:hover {
			text-decoration: none;
		}

		#NavButtons a.btn.btn-secondary {
			color: black;
		}

			#NavButtons a.btn.btn-secondary:hover {
				background-color: #ccc;
			}

		#NavButtons a.btn.btn-primary {
			background-color: #279cd7;
			border-color: #279cd7;
		}

:not(#NavButtons) .btn.btn-primary {
	background-color: #279cd7;
	border-color: #279cd7;
	color: white;
}

.error-message {
	text-align: center;
}

#divConfHome img.side-logo {
	max-width: 200px;
	width: 100%;
}

#divConfContact p {
	text-align: center;
}

.body-header {
	text-align: center;
	margin-top: 0;
	font-weight: 500;
}

.question {
	font-size: 1.25rem;
	margin-bottom: 0;
	padding: 10px 0 15px;
}

	.question:first-child {
		padding-top: 0;
	}

	.question:not(:first-child) {
		border-top: solid 1px #000;
	}

.answer {
	padding-bottom: 15px;
	margin-bottom: 0;
}

.app-download {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.app-download-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.app-download-card img {
		width: 80px;
		height: 80px;
	}

	.app-download-card a {
		background: #279cd7;
		color: white;
		padding: 10px 30px;
		border-radius: 30px;
		width: 220px;
		text-align: center;
	}

#divConfApp hr {
	margin: 2rem 16.66666667%;
}

#divConfApp ol {
	margin: 0 16.66666667%;
	padding-left: 1rem;
}

	#divConfApp ol li {
		padding-bottom: 10px;
	}

#divConfApp p {
	margin: 1rem 16.66666667%;
	font-size: 0.75rem;
	text-align: center;
}

@media (max-width: 575px) {

	#NavButtons a.btn:not(:last-child) {
		border-radius: 0;
	}

	#NavButtons a.btn:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.banner-image {
		height: 130px;
		object-fit: cover;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
}

@media (max-width: 767px) {
	#NavButtons {
		margin-bottom: 15px;
	}

	#divConfHome img.side-logo {
		max-width: 100px;
		margin-top: -10px;
	}

	.app-download {
		flex-direction: column;
	}

	#divConfApp hr {
		margin: 2rem 0;
	}

	#divConfApp ol {
		margin: 0;
	}

	#divConfApp p {
		margin: 1rem 0;
	}
}

@media (min-width: 768px) {
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
}
