@font-face {
  font-family: 'Gotham';
  font-style: normal;
  src: url(Gotham.ttf);
}

html {
	overflow: hidden;
	height: 100%;
}

body
{
    background-color: #ebe9e7;
	margin: 0px;
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
	color:white;
	background-color:#ffffff;
	overflow: hidden;
	height: 100%;
	width: 100%;
	line-height:26px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

textarea::-webkit-input-placeholder {
	color: #aaaaaa !important;
	}

button {
	  font-family: 'Gotham';
	  cursor:pointer;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:normal;
}

a:hover
{
text-decoration:underline;
}


img
{
	border:none;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

.desktopBreak {
	display:block;
}

.mobileBreak {
	display:inline-block;
}

.topLogo {
	width:50%!important;
	padding:20px 0;
	margin:0 auto;
}

h1 {
	text-align:center;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:20px;
}


.container {
	max-width:500px;
	margin:0 auto;
}

.footer img {
	width:100%;
	display:block;
}

.page {
	width:100%;
	height:600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
	position:relative;	
	text-align:center;
	background-image: url(../img/gnd.jpg);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:50px 0 50px 0;
	box-sizing: border-box;
}

.topBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2vh 4vw;
	width:100%;
}

.topBar img {
	width:35px;
}

.currentGame {
	font-size:45px;
	line-height:45px;
	color:white;
	padding:3vh 0 2vh 0;
	font-family: 'GothamBlack';
	text-transform: uppercase;
	width:95%;
	margin:0 auto;
}

.currentGame img {
	width:70%;
}

/*** GENERIC */

.genericTop {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.genericBottom {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.genericBottom img {
	width:150px;
}


/****PAGE HOME */

.homeTop {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.homeCenter {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.homeCenter img {
	width:70%;
}

.homeBottom {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.homeBottom img {
	width:150px;
}

/****PAGE CALENDAR */

.calendarTop {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.calendarCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.calendarCenter img {
	width:70%;
}

.calendarButtons {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.calendarButtons img {
	width:100px;
}

.calendarText1 {
	font-size:33px;
	line-height:40px;
}

.calendarText2 {
	font-weight: bold;
	font-size:38px;
	line-height:40px;
}

/****PAGE MAP */

.mapCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size:20px;
	line-height:25px;
}

.mapCenter img {
	width:70%;
}

.mapCenter img {
	width:80%;
}

/****PAGE REGION */

.regionCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-size:20px;
	line-height:25px;
}

.regionText1 {
	font-size:15px;
	line-height:20px;
	padding-bottom:25px;
}

.regionLabel {
	font-weight: bold;
	font-size:30px;
	line-height:40px;
	text-transform: uppercase;
}

.regionButtons {
	width:100%;
	text-align: center;
}

.regionButton {
	border:solid 2px #978e87;
	width:280px;
	height:40px;
	background-color:rgba(58, 39, 25, 0.3);
	color:#978e87;
	display:inline-block;
	padding-top:11px;
	margin:5px 0;
}

/****PAGE GALLERIES */

.galleriesCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	flex: 1;
	font-size:20px;
	line-height:25px;
}

.galleriesLabel {
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	text-transform: uppercase;
	padding-bottom:20px;
}

.galleriesButtons {
	display: flex;
	justify-content: space-around;
	gap: 30px;
}

.galleriesButtons img {
	width:120px;
}

/****PAGE GALLERY */

.galleryCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	flex: 1;
	font-size:20px;
	line-height:25px;
}

.galleryLabel {
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	text-transform: uppercase;
	padding-bottom:20px;
}

.mainImage {
	width:300px;
	margin-bottom:20px;
}

#thumbnails {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	gap: 10px;
	padding: 10px 15px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
	margin:0px 20px;
}

#thumbnails::-webkit-scrollbar {
	display: none;
}

.thumbnail {
	width:100px;
	height:100px;
	object-fit: cover;
	cursor: pointer;
	flex-shrink: 0;
	scroll-snap-align: start;
	border: 2px solid transparent;
	transition: border-color 0.2s;
}

.thumbnail.active {
	border-color: white;
}

/****PAGE VIDEO */

.videoCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	flex: 1;
	font-size:20px;
	line-height:25px;
}

.videoLabel {
	font-weight: bold;
	font-size:25px;
	line-height:30px;
	text-transform: uppercase;
	padding-bottom:20px;
}


@media screen and (max-width: 1100px) {
	.container {
		max-width:100%;
		margin:0 auto;
		border:0;
	}
}

