/***********************************************************************************/
/****************************** Start of Font Code *********************************/

/* General attributes */
.h1, h2, h3, h4, h5, h6, p, span, a {
	font-family: "DM Sans";
	color: #000000;
}

/* Header attributes */
.h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.p {
	font-size: 20px;
}

/* These call the fonts */
@font-face {
	font-family: DM Sans;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMSans-Regular.ttf);
}

@font-face {
	font-family: DM Sans Medium;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMSans-Medium.ttf);
}

@font-face {
	font-family: DM Sans Bold;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMSans-Bold.ttf);
}

@font-face {
	font-family: DM Sans Italic;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMSans-Italic.ttf);
}

@font-face {
	font-family: DM Mono;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMMono-Regular.ttf);
}

@font-face {
	font-family: DM Mono Medium;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMMono-Medium.ttf);
}

@font-face {
	font-family: DM Mono Italic;
	src: url(/site/onescreen2023/images/userfiles/fonts/DMMono-Italic.ttf);
}

/******************************** End of Font Code *********************************/
/***********************************************************************************/


/***********************************************************************************/
/******************************** Rest of the Code *********************************/

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

/* Page content */
.content, body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;

	font-family: 'DM Sans';
}


/* Overlay for background images, sets their position to 0, 0 (top-left of screen) */
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#background {
	background: url(C:\Users\Reneg\Documents\0g - The One Club Work\Web Work\ONE Screen\Background Images\OSSFF-BackgroundHalftone.png);
}

/* Center (of screen) positioning of any module */
.containerCenter {
	display: block;
	overflow: hidden;
	/*margin-left: 33%;*/
	padding-top: 2%;
	padding-bottom: 2%;
}


/* Center-right (of screen) positioning of any module */
.containerRight {
	display: block;
	overflow: hidden;
	margin-right: 15%;
	margin-left: 50%;
}


/* Center-left (of screen) positioning of any module */
.containerLeft{
	display: block;
	margin-right: 50%;
	margin-left: 15%;

}


/* Halftone background opacity */
.halftoneTransparent {
	top: 121%;
	left: 0;
	z-index: 1;
	opacity: 0.5;
	transform: translate(0px 0%);
}


/* Ticket Button Code */
/* Handles placement of tickets and size, as well as cursor change */
.ticketsModule {
	z-index: 10;
	display: inline-block;
}

.redTicket {
	width: 10vw;
	cursor: pointer;
	padding-top: 4%;
	padding-right: 2%;
}

.blueTicket {
	width: 10vw;
	cursor: pointer;
	padding-top: 4%;
	padding-left: 2%;
}


/* This is the style code for the deadline date */
.deadline {
	font-family: "DM Mono Medium";
	font-size: 3.646vw;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.deadlineDate {
	color: #ffffff;
	font-family: "DM Mono Medium";
	font-size: 6.250vw;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	text-align: center;

	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}


/* Code for the background images - mostly positioning */
.fillerImage2 {
	margin-top: 39.5328%;
}

.combiPara {
	transform: translate(0, 76.25%);
}

/* Video module style code */
.vidModule {
	padding-left: 5%;
	padding-bottom: 5%;
	font-size: 1.354vw;
}

.vidModuleTitle {
	font-family: 'DM Sans Bold';
}

.vidModuleText {
	font-family: 'DM Sans';
}

.eligAndRules {
	color: #D31D52;
	font-size: 3.646vw;
	font-family: 'DM Sans Bold';
}

.entryFees {
	color: #4BC4D4;
	font-size: 3.646vw;
	font-family: 'DM Sans Bold';
}