		body { 
			color:rgb(69,84,105); 
			background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(94,156,211,1)); 
			}
		a{ color:#5E9CD3;}
		a:visited { color:#5E9CD3; }
		.cntrTxt { text-align:center; }
		.rghtTxt { text-align:right; }
		.lft100Pad { padding-left:100px; }
		.lft15Pad { padding-left:15px; }
		.rowSpcr { margin-top:20px !important; }
		.lftMostTtl { float:left; width:50px; margin-right:10px;}
		.nLnDisp {display:inline-block; }
		.topMarg10 { margin-top:10px; }
		.topMarg15 { margin-top:15px; }
/*		.ampHldr { 
			min-height: 90%;  / * Fallback for browsers do NOT support vh unit * /
			min-height: 90vh; / * These two lines are counted as one :-)       * /
			} */
		.fixdBar { position:fixed; top:0; width:100%; z-index:5; }
		.jumbotron {
			background-color:transparent; 
			min-height: 67%;  /* Fallback for browsers do NOT support vh unit */
			min-height: 67vh; /* These two lines are counted as one :-)       */
			display: flex;
			align-items: center;
    		}
    	.jumboContainer {
			background-color:transparent; 
			min-height: 95%;  /* Fallback for browsers do NOT support vh unit */
			min-height: 95vh; /* These two lines are counted as one :-)       */
			display: flex;
			align-items: center;
    		}
    	.vertM {
    		display: flex;
			align-items: center;
    		}
    	.jumboContainerPP {
			background-color:transparent; 
			min-height: 95%;  /* Fallback for browsers do NOT support vh unit */
			min-height: 95vh; /* These two lines are counted as one :-)       */
    		}
    	.jumboContainer h1 { font-size:48px; }
    	.jumboContainerPP h1 { font-size:48px; }
    	
    	footer {  }
    	.dtaHid { visibility:hidden; }
    	.mainBody { 
    		color:rgb(69,84,105); 
    		background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(94,156,211,1)); 
    		position:fixed; 
    		height:100%; 
    		width:100%; 
    		overflow:scroll;
    		}
		.liSDC { 
			list-style-type:none;
			padding-top:3px;
			padding-bottom:3px;
			text-align:center;
			}
		.liSDC h5 { margin:0px !important; }
		.ulSDC {
			margin-left:3px;
			margin-right:3px;
			-webkit-padding-start: 0px;
			}
    	.toTopTxt { color:#A5A5A5 !important;}
    	    .header {
        color: #36A0FF;
        font-size: 27px;
        padding: 10px;
    }
   .bigicon {
        font-size: 35px;
        color: #36A0FF;
    }
    .mblSkrl { 
    	-webkit-overflow-scrolling: touch;
     	}
   .noselect {
		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none;   /* Chrome/Safari/Opera */
		-khtml-user-select: none;    /* Konqueror */
		-moz-user-select: none;      /* Firefox */
		-ms-user-select: none;       /* IE/Edge */
		user-select: none;           /* non-prefixed version, currently not supported by any browser */
		}
/*	.crsv { font-family:Caflisch Script, cursive; }	 */
	.yesselect{
		-moz-user-select: text;
		-khtml-user-select: text;
		-webkit-user-select: text;
		-ms-user-select: text;
		user-select: text;
		}
	#myCarousel{ visibility:hidden; }
		
	carousel-inner > .item > img,
	  	.carousel-inner > .item > a > img {
			/* width: 60%; */
			margin:0 auto;
	  		
	  		}
	.orig { display:none; }
	.sugg { display:inline; }
	  	#carourrrselDiv { 
	  		position:absolute; 
	  		bottom:45px; 
	  		left:0px;
	  		right:0px;
	  		height:100%
	  		z-index:5;

	  		}
	  	#carouselDiv img { 
	  		max-height:24vh; 
	  		margin:auto;
	  		}
	  	#carouselDiv .left { background-image:none; }		  	
	  	#carouselDiv .right { background-image:none; }	
	  	.carousel-indicators { bottom:-10px !important; }