﻿77777777777777777777777777body {
  	font-family: 'Work Sans', sans-serif;
	7878font-size: 16px/1.3;  
	font-size: calc(0.55em + 0.9vmin) !important;  
	}

77777777777777777.header-h1 {
	font-weight: bold;
	font-size: calc(0.9em + 0.9vmin) !important;
	}

777777777777777777777777777#header-h2 {
	font-weight: bold;
	font-size: calc(0.7em + 0.9vmin) !important;
	}

7777777777777777.coloring-head, 777777777777777777.stand-alone-margin-top {
	color: #00134d;
	text-transform: uppercase;
	}

.SECTION-ONE {
	width: 100%; 
	float: left; 
	top: 0; 
	margin-top: 0px; 
	left: 0; 
	margin-left: 0px; 
	border: 0px;
	box-sizing: border-box;
	clear: both;  
	}

#the_Header {
	width: 100% !important;
	height: 19px !important;
	float: left;
	border: 0px;    
	box-sizing: border-box; /**DO NOT REMOVE**/ 
	clear: both;     
	}

#THEfirstORDER { 
	color: #76828D;
	height: 100%;
	font-size: 10pt;
	text-align: center;
	border: 0px;
	margin-top: 0px; 
	box-sizing: border-box; /**DO NOT REMOVE**/ 
	clear: both; 
	/** color brilliance**/
		/*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    			0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
  			color: #fccaff; */
  		text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    		color: #fff6a9;
  		text-align: center;
  		animation: blink 12s infinite !important;
  		-webkit-animation: blink 12s infinite !important;
	/** end of color brilliance**/     
	}

.SECTION-SIX {
	width: 100%;  
	float: left; 
	margin-top: 2px; 
	bottom: 0;
	margin-bottom: 0px;
	border: 0px;
	7777box-sizing: border-box;  
	clear: both;  
	}




/**BLINK THE NAME**/
@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}
/**END OF BLINK THE NAME**/