@charset "UTF-8";
/* CSS Document */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
.mainh1 {
	color:#ffffff;
	border:none;
	padding-top:15px;
}
#heading-box {
	width:100%;

	
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #007bff !important;
    color: #fff;
}
#mainmenu {
	    position: absolute;
    right: 15px;
    top: 15px;
	    z-index: 999;
}
		header {
			border-top:10px solid #0050B5;
			background-color:#ffffff;
		}
		#start, #end {
			width: 100%;
    		height: 50px;
    		font-size: 35px;
		}
		#submit {
			width: 100%;
			height: 50px;
			margin: 25px auto;
		}
		#cat {
			height: 100px;
		}
		#download, #downloadProd, #prodHeading, #timeHeading {
			width:100%;
			display:none;
		}
		#btnExport, #btnExportProd {
			width: 100%;
    		height: 50px;
    		margin-bottom: 25px;
		}
		#loading {
			text-align: center;
    		width: 100%;
			display:none;
		}
		#loading-text {
			font-size: 25px;
			color: #676767;
			font-weight: 200;
			text-align: center;
		}
		h1 {
			font-size: 45px;
			font-weight: 200;
			/* padding-bottom: 45px; */
			border-bottom: thin solid #ccc;
		}
		form {
			margin-top: 30px;
		}
		.shop {
			background-color:aliceblue;
		}
		#timer {
			font-size: 12px;
			text-align: right;
			margin-top: -15px;
			margin-bottom: 10px;
			display:none;
			
		}
		html {
			height:100%;
		}
		#landing {
			height:100%;
			background:  url("img/CorporateCloudH264-1.png") no-repeat center center fixed; 
 			background-size: cover;
		}
		#landing main {
		/*	background-color:rgb(0 80 181 / 75%);*/
			
			
		}

