/* 
Light Blue: rgb(239, 246, 255)
Dark Blue: rgb(29, 78, 216)
Logo Blue: rgb(0, 123, 255)
*/

@theme {
	--color-light: rgb(239, 246, 255);
	--color-dark: rgb(29, 78, 216);
	--color-logo: rgb(0, 123, 255);
}

/* GENERAL */
h1 { text-shadow: 2px 2px 4px #000; } 

h2, h3 { 
	color: rgb(0, 123, 255); 
	text-shadow: 2px 2px 4px #ccc;
	font-family: MV Boli;
}


.score_that, .score_that_header {
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 4px #ccc;
	font-family: MV Boli;
}

.score_that {
	color: rgb(0, 123, 255);
	word-spacing: -3px;
}

.score_that_header {
	color: rgb(0, 123, 255);
	text-shadow: 2px 2px 4px #efe;
	word-spacing: -10px;
}


/* SECTION STYLES */

.section-bg {
	background: no-repeat fixed center;
	/* background-color: rgba(255,255,255, 0.7); */
	background-blend-mode: lighten;
}

.section-bg-img01 { 
	background-image: url("../../images/header_center_1920x600.jpg");
}

.section-bg-img02 { 
	background-image: url("../../images/header_center_02_1920x600.jpg");
}

.section-bg-img03 { 
	background-image: url("../../images/header_center_03_1920x600.jpg");
}

.section-bg h1 {
	
}

/* DESIGNER PAGE */

.designer-list {
	list-style: disc; /* ..////////////////////// change icon */
	list-style-position: inside;
}

/* GAMES PAGE */

.scoring-icon {
	color: rgb(0, 123, 255);
}

.scoring-icon-span { 
	position: relative;
	top: -6px; 
}

#accordion-collapse .bg-neutral-secondary-medium { 
	background-color: rgb(29, 78, 216); 
	color: #fff;
}

/* MEDIA QUERIES */

@media (max-width: 400px ) {
	/* nav { display: none; } */
} 