
/*
CSS Styles By Christopher W. Gonzalez D.K.A "gchriswill"
Copyright (c) 2016-2025 Christopher W Gonzalez Melendez. All rights reserved.
*/

/*Reseting Body properties to full screen with defaulted values*/
body {
	margin                     : 0px;
	padding                    : 0px;
	width                      : 100%;
	height                     : 100%;
	background-color: #252525;
	font-family                : sans-serif;
	-webkit-font-smoothing     : antialiased;
	-webkit-backface-visibility: hidden;
	overflow                   : hidden;
}

/*Styling the nav bar with a cutom body, custom colours and a fixed position*/
nav {
	top               : 0px;
	width             : 100%;
	height            : 56px;
	position          : fixed;
	z-index           : 200;

	display           : flex;
	align-items       : center;
	flex-direction    : column;
	justify-content   : center;

	background-color  : #f44336;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	box-shadow        : 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

main {
	margin          : 0px;
	padding         : 0px;

	width           : 100%;
	height          : 100%;
	position        : fixed;
	background-color: white;

	display         : flex;
	align-items     : center;
	flex-direction  : column;
	justify-content : center;
	overflow        : hidden;

}

/*

RGBA: 244 - 67 - 54 - 1.0
HEX: #f44336

*/
#top-object-background{
	left            : 0;
	right           : 0;
	top             : 0;
	bottom          : auto;
	width           : 100%;
	height          : 50%;
	position        : absolute;
	background-size: cover;
	background-image: url("../assets/images/kids_face_selfie_small-mini.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f44336;
	/*
		FIX NEEDED!!!
		Problem ---> The following CSS property do not work on any IE or Edge browser.
		Solution ---> Overwrite bgcolor property with rgba via JS if IE or Edge. Same color but with 0.75 for alpha.
	*/
	background-blend-mode: multiply;
}

#center-object-background{
	left              : 0;
	right             : 0;
	top               : 50%;
	bottom            : auto;
	width             : 100%;
	height            : 32px;
	position          : absolute;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 1), 0px 0 8px rgba(0, 0, 0, .25);
	box-shadow        : 0 0px 4px rgba(0, 0, 0, 1), 0px 0 8px rgba(0, 0, 0, .25);
	background        : url("../assets/svg/tc_bg.svg");
}

/*DEPRICATED*/
/*#bottom-object-background  {
	left            : 0;
	right           : 0;
	bottom          : 0;
	top             : auto;
	width           : 100%;
	height          : 50%;
	position        : absolute;
	background-color: white;
	bottom          : 0px;
}*/

div#text-object-comingsoon{
	text-align : center;
	width      : 100%;
	color      : white;
	top        : 60px;
	left       : 0;
	right      : 0;
	bottom     : auto;
	position   : fixed;
	display    : block;
	text-shadow: -1px 1px 8px rgba(0,0,0, 0.5);
}

div#text-object-comingsoon, h1 {
	font-size: 0.75em;
	font-family: cursive;
	line-height: 1.5em;
}

#logo-container{
	width           : 256px;
	height          : 256px;
	position        : relative;
	background-color: transparent;
}

#toony-logo{
	width : 100%;
	height: 100%;
}

#app-store-banners{
	left            : 0;
	right           : 0;
	bottom          : auto;
	width          : 100%;
	position       : fixed;
	top            : 65%;
	display        : flex;
	align-items    : center;
	flex-direction : column;
	justify-content: center;
}

#aasb{
	opacity: 0.5;
	width  : 152.5px;
	height : auto;
	margin : 0;
	padding: 0;
}

#gpsb{
	opacity: 0.5;
	width  : 152.5px;
	height : auto;
	margin : 0;
	padding: 0;
}

#aasb-container, #gpsb-container{
	position : relative;
	flex-wrap: wrap;
	width    : 152.5px;
	height   : auto;
}

footer {
	text-align        : center;
	bottom            : 0px;
	width             : 100%;
	height            : 56px;
	z-index           : 200;
	position          : fixed;
	background-color  : white;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .14), 0 -2px 4px rgba(0, 0, 0, .28);
	box-shadow        : 0 0 2px rgba(0, 0, 0, .14), 0 -2px 4px rgba(0, 0, 0, .28);
}

p#copyr{
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size  : 0.5em;
	color      : rgba(0, 0, 0, 0.75);
}

/*text-shadow: -1px 1px 1.5px rgba(0,0,0, 0.5);*/

p#copyr a{
	color: #f44336;
	text-decoration : none;
	/*text-shadow     : none;*/
}

p#copyr a:hover{
	font-size       : 1.25em;
	text-decoration : underline;
	text-shadow     : none;
}

/*The clock system is has been truned off from a JS script and then the html clock node has been removed below via CSS...*/
#clockdiv{
	z-index   : 201;
	top       : 0px;
	width     : 256px;
	display   : none;
	left      : auto;
	right     : auto;
	bottom    : auto;
	color     : white;
	text-align: center;
	font-size : 14px;
}

#hmenu{
	font-family: sans-serif;
	position    : fixed;
	display     : inline-block;
	width       : auto;
	padding: 0px;
	margin: 0px;
	top: 10px;
	left: 7px;
	right: auto;
	bottom: auto;
}

#hmenu i{
	font-size: 36px;
	color      : white;
	text-shadow: -1px 1px 3px rgba(0,0,0, 0.50);
	cursor:pointer;
}

#cdText{
	font-size: 1em;
	margin   : 0;
	padding  : 0;
}

#clockdiv > div{
	margin       : 0;
	padding      : 5px;
	width        : 42px;
	border-radius: 3px;
	background   : transparent;
	display      : inline-block;
}

#clockdiv div > span{
	margin            : 0;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .14), 0px 0px 4px rgba(0, 0, 0, .28);
	box-shadow        : 0px 0px 4px rgba(0, 0, 0, .14), 0px 0px 4px rgba(0, 0, 0, .28);
	padding           : 5px;
	width             : 28px;
	font-weight       : bolder;
	border-radius     : 3px;
	background        : white;
	color             : #f44336;
	display           : inline-block;
}

.smalltext{
	padding-top: 2.5px;
	font-weight: bolder;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, .28);
	font-size  : 10px;
}

.sidenav{
	visibility: hidden;
	transform: translateX(-100px);
	height            : 100%;
	width             : auto;
	position          : fixed;
	z-index           : 101;
	top               : 0;
	left              : 0;
	background-color  : rgba(0,0,0,0.25);
	overflow          : hidden;
	padding-top       : 60px;
	-webkit-transition: 0.5s;
	-moz-transition   : 0.5s;
	-o-transition     : 0.5s;
	transition        : 0.5s;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.75), 1px 0 8px rgba(0, 0, 0, .25);
	box-shadow        : 0 0px 4px rgba(0, 0, 0, 0.75), 1px 0 8px rgba(0, 0, 0, .25);
}

.sidenav a{
	margin: 0px;
	padding           : 10px;
	text-decoration   : none;
	text-shadow       : -1px 1px 2px rgba(0,0,0, 0.75);
	color             : #fefefe;
	display           : block;
	-webkit-transition: 0.3s;
	-moz-transition   : 0.3s;
	-o-transition     : 0.3s;
	transition        : 0.3s;
}

.sidenav a i{
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}

/*.sidenav a i:nth-child(2) {
	/*font-size: 60px;*/
	/*top: auto;
	bottom: auto;
}*/

.sidenav a:hover, .offcanvas a:focus{
	transition: 0.3s;
	color           : white;
	background-color: rgba(244,67,54,0.5);
	text-shadow     : -1px 1px 4px rgba(0,0,0, 0.75);
}

.sidenav a:nth-child(1){
	background: rgba(244,67,54,0.75);
}

/* MINIMUMS MEIDA QUERIES ============================================================================================*/
@media screen and (min-width: 375px){
	div#text-object-comingsoon h1{
		font-size: 1.5em;
	}
}

@media screen and (min-width: 414px){
	div#text-object-comingsoon h1{
		font-size: 1.75em;
	}
}


@media screen and (min-width: 414px) and (min-height: 735px){
	#hmenu{
		left: 15px;
	}
	.sidenav a i {
		font-size  : 48px;
	}
}

@media screen and (min-width: 766px) and (min-height: 766px){
	#logo-container{
		width : 516px;
		height: auto;
	}
	#center-object-background{
		height: 62px;
	}
	div#text-object-comingsoon h1{
		font-size: 2em;
	}
}

@media screen and (min-height: 768px){
	div#app-store-banners{
		top: 75%;
	}
}

@media screen and (min-width: 1024px) and (min-height: 1024px){
	div#app-store-banners{
		top: 70%;
	}
	div#text-object-comingsoon h1{
		font-size: 3em;
	}
}

/* MAXIMUMS MEIDA QUERIES ============================================================================================*/
@media screen and (max-height: 450px){
	footer{
		height : 0;
	}
}

@media screen and (max-height: 414px){
	div#text-object-comingsoon{
		display: none;
	}
	div#app-store-banners{
		flex-flow: row;
		top      : 80%;
	}
	#hmenu{
		left: 15px;
	}
	.sidenav a i {
		font-size  : 48px;
	}
}

@media screen and (max-height: 375px){
	#hmenu{
		left: 10px;
	}
	.sidenav a i {
		font-size  : 36px;
	}
}

@media screen and (max-width: 375px){
	#hmenu{
		left: 10px;
	}
	.sidenav a i {
		font-size  : 36px;
	}
	#clockdiv{
		width    : 192px;
	}
	#clockdiv > div{
		padding  : 2.5px;
		width    : 36px;
	}
	#clockdiv div > span{
		padding  : 2.5px;
		width    : 24px;
		font-size: 16px;
	}
}

@media screen and (max-width: 320px){
	div#text-object-comingsoon h1{
		font-size: 1em;
	}
	div#app-store-banners{
		flex-flow: row;
		top      : 75%;
	}
}

@media screen and (max-height: 320px){
	#hmenu{
		left: 5px;
	}
	.sidenav a i {
		font-size  : 24px;
	}
}


/* DEPRICATED ==========================================================================================================
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}


div#sidenav-footer{
	padding : 0px 0px 8px 32px;
	top     : auto;
	left    : 0px;
	right   : auto;
	bottom  : 60px;
	z-index : 102;
	display: inline-block;
	position: fixed;
}
div#sidenav-footer p {
	text-shadow    : none;
	text-decoration: none;
	color          : #252525;
	font-size      : 12px;
	padding        : 0;
	margin         : 0;
	display        : inline-block;
}*/

/* 1024px and above HD screens*/
/*@media screen and (min-width: 1024px) and (min-height: 1024px){
	div#app-store-banners{
		top: 70%;
	}
}*/

/* Full HD 1080p and above screens */
/*@media screen and (min-width: 1920px){
	div#app-store-banners{
		top: 70%;
	}
} ====================================================================================================================*/
