/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat|Pacifico|Special+Elite|Ubuntu&display=swap');
	
/* Zonum main page	 */
	#zonumMainpage.container{margin-top:30px;}
	#zonumMainpage{font-family: 'Special Elite', cursive;background: #FF416C;background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);background: linear-gradient(to right, #FF4B2B, #FF416C);color:white;}
	#zonumMainpage section{padding-bottom:22%;}
	.colApp{margin-top:15px;}
	.colApp button{width:100%;box-shadow:#721c24 5px 5px 8px;}
	.btn-custom{background:FF4B2B;color:white;border:none;border-radius:0px;} 
	.btn-custom img{margin-bottom:10px;} 
	.zonumlogo{width:80%;}
	
	/* Panels */
	.menuPanel{display:none;position:fixed;bottom:0px;left:0px;width:100%;padding: 15px 10px;box-shadow:black 0px -5px 20px;height:20%;background:black;color:white;z-index:5;}
	.menuPanel .row{height:100%;}
	.menuPanel .AbsTopRight{position:absolute;top:0px;right:0px;padding:15px;font-size:1.5rem;}   

/* General appearance */
	section,header{min-height:100vh;padding-top:150px;padding-bottom:150px;}
	button.btn{border:none;border-radius:0px;}
	hr{border:none;height:1.4px;background:white;}
	hr.sm{height:0.5px;}
	hr.md{height:0.9px;}
	hr.dark{background:#0F0F0F;}  
	.nomargin{margin:0px !important;}
	
	label,buttons{margin-top:5px;} 
	
	/* Row and cols */
	.no-gutters{margin-left:0px;margin-right:0px;}
	.no-gutters>.col, .no-gutters>[class*=col-] {padding-right: 0;padding-left: 0;}
	[class*='col-']{margin-top:5px;}
	
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}