@font-face {
	font-family: 'Tangerine';
	src: url(fonts/Tangerine-Bold.woff2) format('woff2');
}

.styleVideoWrapper {
	width: 100%;
	max-width: 1080px;
	height: 100%;
	max-height: 720px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.styleVideoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.styleVideoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

html {
	height: 100%;
}

body {
	font-family: Roboto, Segoe UI;
	background: rgba(35,0,53,1) linear-gradient(0deg, rgba(160,0,238,1) 0%, rgba(35,0,53,1) 100%) no-repeat fixed;
	color: white;
	margin: 0;
}

a {
	all: unset;
	cursor: pointer;
}

nav.styleHeader {
	background-color: #CCCBD9;
	color: black;
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

li {
	margin: 20px 0;
}

nav li {
	display: inline;
	text-align: center;
	padding: 1%;
}

nav ul {
	margin: 10px;
}

.styleHoverA {
	border-bottom: 2px solid;
	text-decoration: none;
}

nav > ul > li > a:hover {
	border-bottom: 2px solid;
	text-decoration: none;
}

.stylePage {
	margin: 80px 30px;
	font-size: 14pt;
}

.styleMajinSoft
{
	display: flex;
	font-family: Tangerine;
	font-size: 96pt;
	text-align: center;
}

.styleMajinSoft:before, .styleMajinSoft:after
{
	color: white;
	content: '';
	flex: 1;
	border-bottom: solid 2px;
}
.styleMajinSoft:before { margin:auto 0.3em auto 0; }
.styleMajinSoft:after { margin:auto 0 auto 0.4em; }

.styleBannerVideo
{
	display:block;
	margin: auto;
	width: 1024px;
	height: 576px; 
}

.styleCategoryDescription {
	text-align: center;
	margin-top: 120px;
}

.styleApp {
	margin: 80px 20px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr auto;
	column-gap: 2%;
	row-gap: 0.5em;
}

.styleAppLogo
{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 4em;
	height: 4em;
	margin: auto;
	background: white;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 20px gray;
}

.styleAppName {	
	font-weight: bold;
	font-size: 20px;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	text-shadow: 0 0 2px black;
	text-align: center;
	margin-bottom: 10px;
}

.styleAppDescription {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	line-height: 1.3;
	font-size: 16px;
	margin-left: 20px;
}

.styleAppMore {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	text-align: center;
	margin-top: 0.5em;
}

.styleAppMore > a {
	text-decoration: underline;
	margin: 0 35px;
	font-size: 18px;
}

.styleStores 
{
	display: grid;	
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;	
	margin: 5%;
}

.styleStoreBanner
{
	width: 50%;
	margin: auto;
}

.styleFooterLinks
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5%;
	margin: 5% 0;
}

.styleFooterLinks > a
{
	margin: auto;
	font-size: 18pt;
	font-weight: bold;
}

.styleFooterLine {
	margin-top: 30px;
	color: white;
	border: solid 1px;
}

.styleFooter {
	text-align: center;
	margin: 1% 0;
}

.styleCookieInfo
{
	position: fixed;
	width: 100%;
	background-color: gray;	
	left: 0;
	top: 0;
	text-align: center;
	line-height: 140%;	
	padding: 10px;
}

.styleCookieButton 
{
	font-size: 18pt;
	font-weight: bold;
}

.stylePrivacyCategory
{
	font-weight: bold;
}

.styleAppPageImageLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-shadow: 0 0 20px gray;
	width: 50%;
}

.styleAppPageImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	width: 100%;
	max-width: 1280px;
}

.styleAppPageHighlight {
	font-size: 18pt;
	font-weight: bold;
	color: #4DFF00;
	margin-right: 15px;
}

.styleCenteredImage {
	display: block;
	text-align: center;
	margin: auto;
	max-width: 90%;
}

.styleUnderlineA {
	text-decoration: underline;
}