﻿.container {
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75); 
	background-color: #024387; 
	position: fixed; 
	top: 0px;  
	width: 100%; 
	height: auto;
	padding-top: 15px; 
	padding-bottom:15px; 
	z-index: 1001; 
	}

ol {margin-top: 0; Padding-top: 0;}

footer {
	box-shadow: inset 0px 14px 20px -8px #000000; 
	background-color:#515151; 
	padding-top:20px; 
	padding-bottom:5px;
	font-size: 11px;
	text-align:left; 
	color: White;
	}
	
#myDiv3 {
	display: inline-block; 
	white-space: nowrap; 
	text-align: center; 
	color: RED; 
	font-family: 'Arial'; 
	font-weight: 100; 
	font-size: 20px; 
	padding-top: 15px; 
	overflow: visible; 
	-webkit-backface-visibility: hidden; 
	-webkit-perspective: 1000; 
	-webkit-transform: translate3d(0,0,0);
	 }

#myDiv5 {
	text-align: left; 
	color: red; 
	font-family: 'sans-serif'; 
	font-weight: bold; 
	font-size: 20px;
	padding-top:0px; 
	-webkit-animation: mymove 10s infinite;
	 animation: mymove 5s infinite;
	 }
	 
#myDiv6 {
	text-align: left; 
	color: red; 
	font-family: 'sans-serif'; 
	font-weight: bold; 
	font-size: 20px; 
	-webkit-animation: mymove 10s infinite; 
	animation: mymove 10s infinite;
	}
	
@-webkit-keyframes mymove {
	0% {color: blue;} 
	10% {color: #8e44ad;} 
	20% {color: #1abc9c;} 
	30% {color: #d35400;} 
	40% {color: blue;} 
	50% {color: #34495e;} 
	60% {color: blue;} 
	70% {color: #2980b9;} 
	80% {color: #f1c40f;} 
	90% {color: #2980b9;} 
	100% {color: red;}
	}
	
@keyframes mymove {
	0% {color: blue;} 
	10% {color: #8e44ad;} 
	20% {color: #1abc9c;} 
	30% {color: #d35400;} 
	40% {color: blue;} 
	50% {color: #34495e;} 
	60% {color: blue;} 
	70% {color: #2980b9;} 
	80% {color: #f1c40f;} 
	90% {color: #2980b9;} 
	100% {color: red;}
	}
	
.sticky {
	position: fixed; 
	top: 0; 
	padding:-top 400px; 
	}
	
.w3-theme-l5 {color:#000 !important; background-color:#e9f3ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#b6d9fe !important}
.w3-theme-l3 {color:#000 !important; background-color:#6cb2fd !important}
.w3-theme-l2 {color:#fff !important; background-color:#238cfc !important}
.w3-theme-l1 {color:#fff !important; background-color:#0367d1 !important}
.w3-theme-d1 {color:#fff !important; background-color:#023c7a !important}
.w3-theme-d2 {color:#fff !important; background-color:#02356d !important}
.w3-theme-d3 {color:#fff !important; background-color:#012f5f !important}
.w3-theme-d4 {color:#fff !important; background-color:#012851 !important}
.w3-theme-d5 {color:#fff !important; background-color:#012144 !important}

.w3-theme-light {color:#000 !important; background-color:#e9f3ff !important}
.w3-theme-dark {color:#fff !important; background-color:#012144 !important}
.w3-theme-action {color:#fff !important; background-color:#012144 !important}

.w3-theme {color:#fff !important; background-color:#024387 !important}
.w3-text-theme {color:#024387 !important}
.w3-border-theme {border-color:#024387 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#6cb2fd !important}
.w3-hover-text-theme:hover {color:#6cb2fd !important}
.w3-hover-border-theme:hover {border-color:#6cb2fd !important}