/* ----------------------------------------------------

   AUTHOR           :  	J.E. McCoy
   LAST DATE MOD    :   April 14, 2023
   PROJECT			:	GLORY TO GOD TV

------------------------------------------------------- */

/* ----------------------------------------------------
   GLOBAL ELEMENTS
------------------------------------------------------- */


/*Global*/
* {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
}

/* ----------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------- */


html{
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	line-height: 1.5; 
	font-family:sans-serif; 
	font-size: 18px;
}
h1 {
	font-size: 36px;
	color: rgb(54, 36, 96);
	text-align:center;
	margin: 10px 0px; 
	text-transform: uppercase;
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 800;
}
h2 {
	font-size: 28px;
	color: rgb(54, 36, 96); 
	text-align:center; 
	margin: 10px 0px; 
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 600;
}
h3 {
	font-size: 24px;
	color: rgb(54, 36, 96);
	margin: 10px 0px; 
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 500;
}
h4 {
	font-size: 20px;
	margin: 5px 0px; 
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 400;
}
h5 {
	font-size: 18px;
	margin: 10px 0px; 
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 400;
}
h6 {
	font-size: 26px;
	margin: 10px 0px; 
	font-family: "Segoe UI",Arial,sans-serif; 
	font-weight: 600;
}
h1 a {
	font-weight: inherit;
}
h2 a {
	font-weight: inherit;
}
h3 a {
	font-weight: inherit;
}
h4 a {
	font-weight: inherit;
}
h5 a {
	font-weight: inherit;
}
h6 a {
	font-weight: inherit;
}
hr {
	border-width: 4px 0px 0px; 
	border-style: solid none none; 
	border-color: rgb(255, 207, 47) currentColor currentColor; 
	margin: 20px 25px; 
	height: 0px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.3), 10px 10px 20px rgba(0,0,0,0.25)
}
img {
	margin-bottom: -5px;
}
a {
	color: inherit;
	background-color: transparent; -webkit-tap-highlight-color: transparent;
}
a:hover { 
	background: inherit; 
	outline: 0px;
	color: rgb(138, 192, 007);
}
a:active {
	outline: 0px;
}
blockquote  {
	text-align: justify;
}
.blockquote {
	margin: 0px; 
	padding-left: 16px; 
	font-style: italic; 
	border-left-color: rgb(221, 221, 221); 
	border-left-width: 5px; 
	border-left-style: solid;
}
.group {
	margin-top: 30px; 
	margin-bottom: 30px; 
	position: relative;
}

/* ----------------------------------------------------
   BODY
------------------------------------------------------- */

.wrapper { 
	position: absolute;
	background-color: #ffffff; 
	margin-left: 5px; 
	padding-left: 10px;
	padding-right: 15px;
	width:95%; 
	text-align: justified;
	padding-top:100px;
} 
body {
	line-height: 1.5; 
	font-family: Verdana,sans-serif; 
	font-size: 18px;
	background-color: #ffffff; 
	text-align: justified; 
	margin:5px; 
}
p {
	line-height: 1.5; 
	font-family: Verdana,sans-serif; 
	font-size: 18px;
	background-color: #ffffff; 
	text-align: justified; 
	margin:5px; 
}

/*----------------------------------------
HTML5 SPECIFIC ELEMENTS
----------------------------------------*/
article {
	display: block;
}
aside {
	display: block;
}
details {
	display: block;
}
figcaption {
	display: block;
}
figure {
	display: block;
}
footer {
	display: block;
}
header {
	display: block;
}
hgroup {
	display: block;
}
main {
	display: block;
}
menu {
	display: block;
}
nav {
	display: block;
}
section {
	display: block;
}
summary {
	display: block;
}
audio {
	vertical-align: baseline; display: inline-block;
}
canvas {
	vertical-align: baseline; display: inline-block;
}
video {
	vertical-align: baseline; display: inline-block;
}
audio:not([controls]) {
	height: 0px; display: none;
}
hidden {
	display: none;
}
template {
	display: none;
}
/* ----------------------------------------------------
   HEADER
------------------------------------------------------- */

#header {
	position: fixed;
	width: 100%;
	height: 60px;
	background: #ffffff;
	margin-top: -10px;
	padding-top:15px;
	z-index: 1;
}
.slogan {
	position: relative;
	text-align: center;
	top: 10px;
	z-index: 1;
}
/* ----------------------------------------------------
   NAVIGATION ELEMENTS
------------------------------------------------------- */

.topnavmain  {
	margin-top: -5px;
	background-color: rgb(255, 255, 255);
		
}
.topnavmain a {
	padding: 10px 14px 9px 13px!important; 
	color: rgb(255, 255, 255);
	text-decoration: none; 
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none; 
	background-color: rgba(54, 36, 96, .9); /*menu*/
	display: inline-block;
	transition: background-color 1.0s ease, color 1.0s ease; 
	-webkit-transition: background-color 1.0s ease, color 1.0s ease; /*glow*/
	-moz-transition: background-color 1.0s ease, color 1.0s ease; /*glow*/
	-o-transition: background-color 1.0s ease, color 1.0s ease; /*glow*/
}
.topnavmain a:hover {
	color: rgb(255, 207, 47); 
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none; 
	background-color: rgb(54, 36, 96);
	box-shadow: 0px 8px 12px 0px rgba(255, 207, 47,0.4), 
	0px 10px 30px 0px rgba(255, 207, 47,0.3);
}
.topnavmain a.active {
	color: rgba(95, 95, 95, .3);
}
/*Secondary Topnavmain Settings (overlay)*/
.topnavmain a {
	padding: 0px 8px; 
	border-bottom-color: transparent; 
	border-bottom-width: 0px; 
	border-bottom-style: solid; 
	transition: all 1.0s ease; 
	-webkit-transition: all 1.0s ease; 
	-moz-transition: all 1.0s ease; 
	-o-transition: all 1.0s ease;
	box-shadow: 0px 12px 18px 0px rgba(0,0,0,0.30), 
	0px 15px 45px 0px rgba(0,0,0,0.25);
}
barX {
    width: 35px;
    height: 5px;
    background-color: rgb(54, 36, 96);
    margin: 6px 0;
}
/*Standard W3 Topnav Settings for the lesson examples*/

.topnav  {
	color: rgb(255,255,255);
	margin-top: -5px;
	background-color: rgb(255, 255, 255);
	z-index:9;
}
.topnav a {
	padding: 10px 14px 9px 13px; 
	text-decoration: none; 
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none; 
	background-color: rgba(95, 95, 95, 0.5);
	display: inline-block;
	transition: background-color 1.0s ease, color 1.0s ease; 
	-webkit-transition: background-color 1.0s ease, color 1.0s ease; 
	-moz-transition: background-color 1.0s ease, color 1.0s ease; 
	-o-transition: background-color 1.0s ease, color 1.0s ease;
}
.topnav a:hover {
	color: rgb(255, 255, 255); 
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none; 
	background-color: rgba(115, 115, 115, .5);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.4), 
	0px 10px 30px 0px rgba(0,0,0,0.3);
}
.topnav a.active {
	color: rgba(95, 95, 95, .3);
}
.topnav a,.sidenav a,.dropnav a,.dropdown-content a{
	text-decoration:none
}
.topnav .dropdown-hover a{
	border-bottom:0
}
.dropdown-click,.dropdown-hover{
	position:relative;
	display:inline-block;
	cursor:pointer
}
.dropdown-hover:hover .dropdown-content{
	display:block;
}
.dropdown-content{
	background-color:rgba(95,95,95,0.8);
	display:none;
	position:absolute;
	min-width:160px;
	margin:0;
	padding:0
}
.dropdown-content a{
	padding:6px 16px;
	display:block
}
.dropdown-content a:hover{
	background-color:#ccc
}

/* ----------------------------------------------------
   SUBMENU
------------------------------------------------------- */

/*start of new menu
Replaced the original sidemenu with a new contents section at the beginning of the page
*/
#submenu h2 {
	padding-top: 0;
	padding-left: 50px; 
	font-size: 26px;
}
#submenu a {
	padding: 2px 2px 2px 50px; 
	font-size: 17px; 
	text-decoration: none; 
	display: list-item;
}
#submenu a:hover {
	color: rgb(138, 192, 007); 
	background-color: current color;
}
#submenu a.active {
	color: rgb(0, 0, 0); 
	background-color: rgb(221, 221, 221);		
}
#submenu {
	width: 100%; 
	overflow: hidden;
	background: #eee;
	padding-bottom: 15px;
}

/* ----------------------------------------------------
   TABLE ELEMENTS
------------------------------------------------------- */

table {
	width: 100%; 
	display: table; 
	border-collapse: collapse; 
	border-spacing: 0;
	border: currentColor;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.16), 0px 4px 12px 0px rgba(0,0,0,0.12);
}
table.lamp {
	margin: 16px 0px;
}
table.table-all {
	margin: 16px 0px;
}
th {
	border: currentColor;
}
td {
	border: currentColor;
}
.table-all td {
	padding: 8px;
}
.table-all th {
	padding: 8px;
}
.table-all th:first-child {
	padding: 8px;
}
.table-all td:first-child {
	padding: 8px;
}
.notranslate tr:hover td{
background-color: rgba(138,192,007,0.1);
} 
table.browserref {
	width: 100%; 
	border-collapse: collapse;
}
table.browserref tr:nth-child(2n) {
	background-color: rgb(241, 241, 241);
}
table.browserref tr:nth-child(2n+1) {
	background-color: rgb(255, 255, 255);
}
table.browserref tr.fixzebra {
	background-color: rgb(241, 241, 241);
}
table.browserref th {
	background-position: center; 
	padding: 11px 5px; 
	border: 1px solid rgb(212, 212, 212); 
	height: 32px; 
	color: rgb(85, 85, 85); 
	font-weight: normal; 
	vertical-align: middle; 
	background-repeat: no-repeat; 
	background-color: rgb(255, 255, 255);
}
table.browserref td {
	padding: 7px 5px; 
	border: 1px solid rgb(212, 212, 212); 
	text-align: center; 
	vertical-align: top;
}
.table-all {
	border: 1px solid rgb(204, 204, 204);
}
.table-noline th{
	border-bottom: 1px solid rgb(204, 204, 204);
}
.bordered tr {
	border-bottom-color: rgb(208, 208, 208); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
.table-all tr {
	border-bottom-color: rgb(208, 208, 208); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
.striped tbody tr:nth-child(2n) {
	background-color: rgb(242, 242, 242);
}
.table-all tr:nth-child(2n+1) {
	background-color: rgb(255, 255, 255);
}
.table-all tr:nth-child(2n) {
	background-color: rgb(242, 242, 242);
}
.table td {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table th {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table-all td {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table-all th {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table-noline td {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table-noline th {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table th:first-child {
	padding-left: 16px;
}
.table td:first-child {
	padding-left: 16px;
}
.table-all th:first-child {
	padding-left: 16px;
}
.table-all td:first-child {
	padding-left: 16px;
}
.lamp {
	border: 1px solid rgb(221, 221, 221);
}
.lamp th {
	padding: 10px; 
	box-sizing: content-box;
}
.striped tbody tr:nth-child(2n) {
	background-color: rgb(242, 242, 242);
}
.table-all tr:nth-child(2n+1) {
	background-color: rgb(255, 255, 255);
}
.table-all tr:nth-child(2n) {
	background-color: rgb(242, 242, 242);
}
.hoverable tbody tr {
	transition: background-color .25s ease;
}
.hoverable tbody tr:hover {
	background-color: rgb(242, 242, 242);
}
.centered tr th {
	text-align: center;
}
.centered tr td {
	text-align: center;
}
.table td {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}
.table th {
	padding: 6px 8px; 
	text-align: left; 
	vertical-align: top; 
	display: table-cell;
}

/* ----------------------------------------------------
   SECTION ELEMENTS
------------------------------------------------------- */


div.chapter {
	margin: 0px; 
	padding: 0px; 
	width: auto; 
	overflow: hidden; 
	font-size: 20px;
}
div.nav {
	margin: 0px; 
	padding: 0px; 
	width: auto; 
	overflow: hidden; 
	font-size: 20px;
}
a.chapter:link {
	color: rgb(138, 192, 007); 
	text-decoration: none; 
	background-color: transparent;
}
a.chapter:visited {
	color: rgb(138, 192, 007); 
	text-decoration: none; 
	background-color: transparent;
}
a.chapter:hover {
	color: rgb(138, 192, 007); 
	text-decoration: underline; 
	background-color: transparent;
}
a.chapter:active {
	color: rgb(138, 192, 007); 
	text-decoration: underline; 
	background-color: transparent;
}
div.chapter div.prev {
	width: 45%; 
	text-align: left; 
	overflow: hidden; 
	float: left; 
	white-space: nowrap;
}
div.chapter div.next {
	width: 35%; 
	text-align: right; 
	overflow: hidden; 
	float: right; 
	white-space: nowrap;
}
div.chapter div.menu {
	width: auto; 
	text-align: left; 
	overflow: hidden; 
	white-space: nowrap;
}

/* ----------------------------------------------------
   IMAGES
------------------------------------------------------- */

.image {
	position: relative;
}
.image img {
	height: auto; 
	max-width: 100%;
}
.image , .title {
	left: 16px; 
	bottom: 8px; 
	color: rgb(255, 255, 255); 
	font-size: 20px; 
	position: absolute;
}
img.center {
	text-align: center;
}

/* ----------------------------------------------------
   BUTTON CONFIGURATION
------------------------------------------------------- */

.btn {
	padding: 6px 16px; 
	outline: 0px; 
	border: currentColor; 
	text-align: center; 
	color: #FFCF2F;
	overflow: hidden; 
	text-decoration: none; 
	vertical-align: middle; 
	display: inline-block; 
	white-space: nowrap; 
	cursor: pointer; 
	background-color: rgb(54, 36, 96); 
	transition: 1.0s linear;
}
.btn-group .btn{
	float:right;
}

.btn:hover {
	color: rgb(255, 207, 47);
	background-color: rgb(54, 36, 96);
	box-shadow: 0px 10px 20px 0px rgba(255, 207, 47,0.4), 0px 8px 24px 0px rgba(255, 207, 47,0.24);
}
.btn-info {
	border-color: rgb(70, 184, 218); 
	color: rgb(255, 255, 255); 
	background-color: rgb(91,192,222);
	transition: 1.0s linear;
}
.btn-info:hover {
	border-color: rgb(91, 192, 222); 
	color: rgb(255, 255, 255); 
	background-color: rgb(91, 192, 222);
	box-shadow: 0px 12px 24px 0px rgba(91,192,222,0.55), 0px 14px 38px 0px rgba(91,192,222,0.34);
}
.disabled.btn {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
.disabled.btn-floating {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
:disabled.btn {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
:disabled.btn-floating {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
.disabled.btn-floating-large {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
:disabled.btn-floating-large {
	color: rgb(159, 159, 159); 
	cursor: not-allowed; 
	box-shadow: none; 
	background-color: rgb(223, 223, 223);
}
.disabled.btn * {
	pointer-events: none;
}
.disabled.btn-floating * {
	pointer-events: none;
}
:disabled.btn * {
	pointer-events: none;
}
:disabled.btn-floating * {
	pointer-events: none;
}
.disabled.btn:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
	box-shadow: none;
}
:disabled.btn:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
}
.disabled.btn-floating:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
}
:disabled.btn-floating:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
}
.disabled.btn-floating-large:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
}
:disabled.btn-floating-large:hover {
	color: rgb(159, 159, 159); 
	background-color: rgb(223, 223, 223);
}
.btn-floating:hover {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4), 0px 8px 24px 0px rgba(0,0,0,0.24);
}
.btn-floating-large:hover {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4), 0px 8px 24px 0px rgba(0,0,0,0.24);
}
.btn-floating-sq:hover {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4), 0px 8px 24px 0px rgba(0,0,0,0.24);
}
.btn-floating {
	padding: 0px; 
	border-radius: 50%; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 24px; 
	display: inline-block; 
	position: relative; 
	z-index: 1; 
	cursor: pointer; 
	background-color: rgb(0, 0, 0); 
	transition: .3s;
}
.btn-floating-large {
	padding: 0px; 
	border-radius: 50%; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 24px; 
	display: inline-block; 
	position: relative; 
	z-index: 1; 
	cursor: pointer; 
	background-color: rgb(0, 0, 0); 
	transition: .3s;
}
.btn-floating-sq {
	margin: 10px 50px; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 24px; 
	display: inline-block; 
	position: relative; 
	cursor: pointer; 
	background-color: rgb(0, 0, 0); 
	transition: 1.3s;
}
.btn-floating {
	width: 40px; 
	height: 40px; 
	line-height: 40px;
}
.btn-floating-large {
	width: 56px; 
	height: 56px; 
	line-height: 56px;
}
.btn-floating-sq {
	width: 200px; 
	height: 72px; 
	line-height: 72px;
}
.ripple.btn {
	position: relative;
}
.ripple::after {
	background: rgb(144, 238, 144); 
	padding-top: 300%; 
	padding-left: 350%; 
	margin-top: -120%; 
	margin-left: -20px; 
	display: block; 
	position: absolute; 
	content: ""; 
	opacity: 0; 
	transition: all 0.8s;
}
.ripple:active::after {
	margin: 0px; 
	padding: 0px; 
	opacity: 1; 
	transition: 0s;
}
.badge {
	text-align: center; 
	padding-right: 8px; 
	padding-left: 8px;
	color: rgb(228, 77, 38);
	font-weight: bold; 
	display: inline-block;
}
.tag {
	text-align: center; 
	padding-right: 8px; 
	padding-left: 8px; 
	font-weight: bold; 
	display: inline-block;
}
.html5badge {
	background-position: right; 
	background-image: url("/images/html5_badge20.png");/*currently inoperable*/
	background-repeat: no-repeat;
}

ul.ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
}
ul.ul li {
	padding: 6px 16px; 
	border-bottom-color: rgb(224, 224, 224); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
ul.ul li:last-child {
	border-bottom-color: currentColor; 
	border-bottom-width: medium; 
	border-bottom-style: none;
}
.image {
	position: relative;
}
.image img {
	height: auto; 
	max-width: 100%;
}
.image {
	left: 16px; 
	bottom: 8px; 
	max-width: 100%;
}
.title {
	left: 16px; 
	bottom: 8px; 
	max-width: 100%;
}
.img-responsive {
	height: auto; max-width: 100%;
	margin-left: -5px;
	margin-top: -10px;
	margin-bottom: -15px
}
.table-responsive {
	overflow-x: auto;
}
.tooltip .text {
	display: none;
}
.tooltip:hover .text {
	display: inline-block;
}
.tab div {
	display: none;
}
.tab div:target {
	display: block;
}

/* ----------------------------------------------------
   MISCCELLANEOUS TEXT & BACKGROUND COLORS
------------------------------------------------------- */

.text-amber {
	color: rgb(255, 193, 7);
}
.amber {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 193, 7);
}
.text-blue {
	color: rgb(33, 150, 243);
}
.blue {
	color: rgb(255, 255, 255); 
	background-color: rgb(33, 150, 243);
}
.text-light-blue {
	color: rgb(135, 206, 235);
}
.light-blue {
	color: rgb(0, 0, 0); 
	background-color: rgb(135, 206, 235);
}
.text-brown {
	color: rgb(121, 85, 72);
}
.brown {
	color: rgb(255, 255, 255); 
	background-color: rgb(121, 85, 72);
}
.text-cyan {
	color: rgb(0, 188, 212);
}
.cyan {
	color: rgb(0, 0, 0); 
	background-color: rgb(0, 188, 212);
}
.text-blue-grey {
	color: rgb(96, 125, 139);
}
.blue-grey {
	color: rgb(255, 255, 255); 
	background-color: rgb(96, 125, 139);
}
.text-green {
	color: rgb(76, 175, 80);
}
.green {
	color: rgb(255, 255, 255); 
	background-color: rgb(76, 175, 80);
}
.text-light-green {
	color: rgb(139, 195, 74);
}
.light-green {
	color: rgb(0, 0, 0); 
	background-color: rgb(139, 195, 74);
}
.text-indigo {
	color: rgb(63, 81, 181);
}
.indigo {
	color: rgb(255, 255, 255); 
	background-color: rgb(63, 81, 181);
}
.text-khaki {
	color: rgb(180, 170, 80);
}
.khaki {
	color: rgb(0, 0, 0); 
	background-color: rgb(240, 230, 140);
}
.text-lime {
	color: rgb(205, 220, 57);
}
.lime {
	color: rgb(0, 0, 0); 
	background-color: rgb(205, 220, 57);
}
.text-orange {
	color: rgb(255, 152, 0);
}
.orange {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 152, 0);
}
.text-deep-orange {
	color: rgb(255, 87, 34);
}
.deep-orange {
	color: rgb(255, 255, 255); 
	background-color: rgb(255, 87, 34);
}
.text-pink {
	color: rgb(233, 30, 99);
}
.pink {
	color: rgb(255, 255, 255); 
	background-color: rgb(233, 30, 99);
}
.text-purple {
	color: rgb(156, 39, 176);
}
.purple {
	color: rgb(255, 255, 255); 
	background-color: rgb(156, 39, 176);
}
.text-deep-purple {
	color: rgb(103, 58, 183);
}
.deep-purple {
	color: rgb(255, 255, 255); 
	background-color: rgb(103, 58, 183);
}
.text-red {
	color: rgb(244, 67, 54);
}
.red {
	color: rgb(255, 255, 255); 
	background-color: rgb(244, 67, 54);
}
.text-teal {
	color: rgb(0, 150, 136);
}
.teal {
	color: rgb(255, 255, 255); 
	background-color: rgb(0, 150, 136);
}
.text-yellow {
	color: rgb(210, 190, 14);
}
.yellow {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 235, 59);
}
.text-white {
	color: rgb(255, 255, 255);
}
.white {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255);
}
.text-black {
	color: rgb(0, 0, 0);
}
.black {
	color: rgb(255, 255, 255); 
	background-color: rgb(0, 0, 0);
}
.text-grey {
	color: rgb(117, 117, 117);
}
.grey {
	color: rgb(0, 0, 0); 
	background-color: rgb(158, 158, 158);
}
.text-light-grey {
	color: rgb(241, 241, 241);
}
.light-grey {
	color: rgb(0, 0, 0); 
	background-color: rgb(241, 241, 241);
}
.text-dark-grey {
	color: rgb(58, 58, 58);
}
.dark-grey {
	color: white; 
	background-color: rgb(97, 97, 97);
}
.text-white-opacity {
	color: rgba(255, 255, 255, 0.65);
}
.text-black-opacity {
	color: rgba(0, 0, 0, 0.6);
}

/* ----------------------------------------------------
   MODAL ELEMENTS
------------------------------------------------------- */

.modal { 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	color: white;
	font-weight: bold;
	height: 100%; 
	overflow: auto; 
	display: none; 
	position: fixed; 
	padding-top:200px;
	background-color: rgba(0, 0, 0, 0.5);
}
:target.modal {
	overflow: scroll; 
	display: table; 
	position: absolute; 
	z-index: 1;
}
.modal-dialog {
	vertical-align: middle; 
	display: table-cell;
}
.modal-dialog .modal-content {
	margin: auto; 
	padding: 0px; 
	outline: 0px; 
	border: 1px solid rgb(85, 85, 85); 
	width: 600px; 
	position: relative; 
	background-color: rgb(243, 243, 243);
}


/* ----------------------------------------------------
    FORM ELEMENTS
------------------------------------------------------- */

.input {
	border-width: medium medium 1px; 
	border-style: none none solid; 
	border-color: currentColor currentColor rgb(128, 128, 128); 
	padding: 10px; 
	width: 100%; 
	display: block;
}
.textarea {
	border-width: medium medium 1px; 
	border-style: none none solid; 
	border-color: currentColor currentColor rgb(128, 128, 128); 
	padding: 10px; 
	display: block;
}
.label {
	left: 0px; 
	top: 0px; 
	color: rgb(0, 150, 136); 
	position: absolute; 
	transition: 0.2s ease all; 
	-webkit-transition: 0.2s ease all; 
	-moz-transition: 0.2s ease all;
}
.select {
	width: 100%; 
	border-width: 1px; 
	border-style: solid; 
	border-color: transparent transparent rgb(0, 150, 136); 
	padding: 4px 0px; 
	color: rgb(0, 0, 0); 
	font-size: 16px; 
	background-color: transparent;
}
.select select:focus {
	border: 1px solid rgb(0, 150, 136); 
	color: rgb(0, 0, 0);
}
.select option[disabled] {
	color: rgb(0, 150, 136);
}
.checkbox::before {
	box-sizing: border-box;
}
.checkbox::after {
	box-sizing: border-box;
}
.checkbox {
	box-sizing: border-box;
}
.checkmark::before {
	box-sizing: border-box;
}
.checkmark::after {
	box-sizing: border-box;
}
.checkmark {
	box-sizing: border-box;
}
.checkbox {
	margin: 8px 0px; 
	line-height: 24px; 
	display: inline-block;
}
.checkbox input[type=checkbox] {
	display: none;
}
.checkbox input[type=radio] {
	display: none;
}
.checkbox input[type=checkbox]:checked + .checkmark::before {
	background: rgb(0, 150, 136);
}
.checkbox input[type=checkbox]:checked + .checkmark::after {
	opacity: 1;
}
.checkbox input[type=radio]:checked + .checkmark::before {
	background: rgb(255, 255, 255);
}
.checkbox input[type=radio]:checked + .checkmark::after {
	opacity: 1; 
	background-color: rgb(0, 150, 136);
}
input[type=checkbox].check,input[type=radio].radio{
	width:24px;
	height:24px;
	position:relative;
	top:6px
}
input[type=checkbox].check:checked+.validate,input[type=radio].radio:checked+.validate{
	color:rgb(0, 150, 136);
	} 
input[type=checkbox].check:disabled+.validate,input[type=radio].radio:disabled+.validate{
	color:rgb(170, 170, 170);
}
.checkmark::before {
	border: 2px solid rgb(0, 150, 136); 
	width: 24px; 
	height: 24px; 
	position: absolute; 
	content: "";
}
.checkmark {
	width: 24px; 
	height: 24px; 
	vertical-align: top; 
	display: inline-block; 
	position: relative; 
	cursor: pointer;
}
.checkmark::after {
	border-width: medium medium 4px 4px; 
	border-style: none none solid solid; 
	border-color: currentColor currentColor rgb(255, 255, 255) rgb(255, 255, 255); 
	left: 6px; 
	top: 7px; 
	width: 14px; 
	height: 8px; 
	position: absolute; 
	content: ""; 
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}
.checkbox input[type=radio] + .checkmark::before {
	border-radius: 50%; 
	background-color: rgb(255, 255, 255);
}
.checkbox input[type=radio] + .checkmark::after {
	border-radius: 50%; 
	border: 0px solid rgb(255, 255, 255); 
	left: 6px; 
	top: 6px; 
	width: 12px; 
	height: 12px; 
	position: absolute; 
	content: "";
}
.checkbox input[type=checkbox]:disabled + .checkmark {
	cursor: default; 
	opacity: 0.3;
}
.checkbox input[type=radio]:disabled + .checkmark {
	cursor: default; 
	opacity: 0.3;
}
.group {
	margin-top: 24px; 
	margin-bottom: 24px; 
	position: relative;
}
.input-group {
	margin-top: 24px; 
	margin-bottom: 24px;
}

/*-------------------------
	RESPONSIVE ELEMENTS
--------------------------*/
.responsive {
	overflow-x: auto;
	height: auto; 
	max-width: 100%;
}
.container::after {
	clear: both; 
	display: table; 
	content: "";
}
.row::after {
	clear: both; 
	display: table; 
	content: "";
}
.row-padding::after {
	clear: both; 
	display: table; 
	content: "";
}
.topnav::after {
	clear: both; 
	display: table; 
	content: "";
}
.clear::after {
	clear: both; 
	display: table; 
	content: "";
}
.col {
	width: 100%; 
	float: left;
}
.half {
	width: 100%; 
	float: left;
}
.third {
	width: 100%; 
	float: left;
}
.twothird {
	width: 100%; 
	float: left;
}
.quarter {
	width: 100%; 
	float: left;
}
.s1.col {
	width: 8.33%;
}
.s2.col {
	width: 16.66%;
}
.s3.col {
	width: 24.99%;
}
.s4.col {
	width: 33.33%;
}
.s5.col {
	width: 41.66%;
}
.s6.col {
	width: 49.99%;
}
.s7.col {
	width: 58.33%;
}
.s8.col {
	width: 66.66%;
}
.s9.col {
	width: 74.99%;
}
.s10.col {
	width: 83.33%;
}
.s11.col {
	width: 91.66%;
}
.s12.col {
	width: 99.99%;
}
.half {
	width: 99.99%;
}
.third {
	width: 99.99%;
}
.twothird {
	width: 99.99%;
}
.quarter {
	width: 99.99%;
}
.m1.col {
	width: 8.33%;
}
.m2.col {
	width: 16.66%;
}
.m3.col {
	width: 24.99%;
}
.quarter {
	width: 24.99%;
}
.m4.col {
	width: 33.33%;
}
.third {
	width: 33.33%;
}
.m5.col {
	width: 41.66%;
}
.m6.col {
	width: 49.99%;
}
.half {
	width: 49.99%;
}
.m7.col {
	width: 58.33%;
}
.m8.col {
	width: 66.66%;
}
.twothird {
	width: 66.66%;
}
.m9.col {
	width: 74.99%;
}
.m10.col {
	width: 83.33%;
}
.m11.col {
	width: 91.66%;
}
.m12.col {
	width: 99.99%;
}
.l1.col {
	width: 8.33%;
}
.l2.col {
	width: 16.66%;
}
.l3.col {
	width: 24.99%;
}
.quarter {
	width: 24.99%;
}
.l4.col {
	width: 33.33%;
}
.third {
	width: 33.33%;
}
.l5.col {
	width: 41.66%;
}
.l6.col {
	width: 49.99%;
}
.half {
	width: 49.99%;
}
.l7.col {
	width: 58.33%;
}
.l8.col {
	width: 66.66%;
}
.twothird {
	width: 66.66%;
}
.l9.col {
	width: 74.99%;
}
.l10.col {
	width: 83.33%;
}
.l11.col {
	width: 91.66%;
}
.l12.col {
	width: 99.99%;
}
.content {
	margin: auto; 
	max-width: 980px;
}
.rest {
	overflow: hidden;
}
@media (max-width:601px){.modal-content{
	margin:50px 10px 10px 10px;
	width:auto}
}
@media (max-width:768px){.modal-content{
	width:500px}
}
@media (min-width:992px){.modal-content{
	width:900px}
}
@media screen and (max-width:601px){.topnav a{
	display:block}
}	
@media screen and (max-width:601px){.topnav .dropdown-hover .dropdown-content {
	position:relative}
}	
@media screen and (max-width:601px){.topnav{
	text-align:center}
}
@media (max-width:601px){.hide-small{
	display:none}
}
@media (max-width:991px) and (min-width:601px){.hide-medium{
	display:none}
}
@media (min-width:992px){.hide-large{
	display:none}
}

.top,.bottom{
	position:fixed;
	width:100%;
	z-index:1
}
.top{
	top:0
}
.bottom{
	bottom:0
}
.left{
	float:left
}
.right{
	float:right
}
.hide{
	display:none
}
.show{
	display:block
}
.tiny{
	font-size:10px
}
.small{
	font-size:12px
}
.medium{
	font-size:15px
}
.large{
	font-size:18px}
.xlarge{
	font-size:24px
}
.xxlarge{
	font-size:36px
}
.xxxlarge{
	font-size:48px
}
.slim{
	font-family:"Segoe UI",Arial,sans-serif
}
.wide{
	font-family:"Segoe UI",Arial,sans-serif;
	letter-spacing:4px
}
.jumbo{
	font-size:64px
}
.left-align{
	text-align:left
}
.right-align{
	text-align:right
}
.justify{
	text-align:justify
}
.center{
	text-align:center
}
.circle{
	border-radius:50%
}
.round-small{
	border-radius:2px
}
.round,.round-medium{
	border-radius:4px
}
.round-large{
	border-radius:8px
}
.round-xlarge{
	border-radius:16px
}
.round-xxlarge{
	border-radius:32px
}
.round-jumbo{
	border-radius:64px
}
.border-0{
	border:0
}
.border{
	border:1px solid #ccc
}
.border-top{
	border-top:1px solid #ccc
}
.border-bottom{
	border-bottom:1px solid #ccc
}
.border-left{
	border-left:1px solid #ccc
}
.border-right{
	border-right:1px solid #ccc
}
.modal-dialog .modal-content {
	margin: 50px 10px 10px; 
	width: auto;
}
.modal-dialog .modal-content {
	width: 500px;
}
.modal-dialog .modal-content {
	width: 900px;
}
/*.topnav a:first-child {
	padding: 0px 8px;
}*/
.topnav {
	text-align: center;
}
.hide-small {
	display: none;
}
.hide-medium {
	display: none;
}
.hide-large {
	display: none;
}

/* --------------------------------------
  MISCCELLANEOUS BORDERS, BOXES, MARGINS
  & ALIGNMENT
------------------------------------- */
.top {
	width: 100%; 
	position: fixed; 
	z-index: 1;
}
.bottom {
	width: 100%; 
	position: fixed; 
	z-index: 1;
}
.top {
	top: 0px;
}
.bottom {
	bottom: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.tiny {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 15px;
}
.large {
	font-size: 18px;
}
.xlarge {
	font-size: 24px;
}
.xxlarge {
	font-size: 36px;
}
.xxxlarge {
	font-size: 48px;
}
.slim {
	font-family: "Segoe UI",Arial,sans-serif;
}
.wide {
	letter-spacing: 4px; 
	font-family: "Segoe UI",Arial,sans-serif;
}
.jumbo {
	font-size: 64px;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.circle {
	border-radius: 50%;
}
.round-small {
	border-radius: 2px;
}
.round {
	border-radius: 4px;
}
.round-medium {
	border-radius: 4px;
}
.round-large {
	border-radius: 8px;
}
.round-xlarge {
	border-radius: 16px;
}
.round-xxlarge {
	border-radius: 32px;
}
.round-jumbo {
	border-radius: 64px;
}
.border-0 {
	border: 0px currentColor;
}
.border {
	border: 1px solid rgb(204, 204, 204);
}
.border-top {
	border-top-color: rgb(204, 204, 204); 
	border-top-width: 1px; 
	border-top-style: solid;
}
.border-bottom {
	border-bottom-color: rgb(204, 204, 204); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
.border-left {
	border-left-color: rgb(204, 204, 204); 
	border-left-width: 1px; 
	border-left-style: solid;
}
.border-right {
	border-right-color: rgb(204, 204, 204); 
	border-right-width: 1px; 
	border-right-style: solid;
}
.margin-0 {
	margin: 0px;
}
.margin-2 {
	margin: 2px;
}
.margin-4 {
	margin: 4px;
}
.margin-8 {
	margin: 8px;
}
.margin-12 {
	margin: 12px;
}
.margin-16 {
	margin: 16px;
}
.margin-24 {
	margin: 24px;
}
.margin-32 {
	margin: 32px;
}
.margin-64 {
	margin: 64px;
}
.margin {
	margin: 16px;
}
.margin-top {
	margin-top: 16px;
}
.margin-bottom {
	margin-bottom: 16px;
}
.margin-left {
	margin-left: 16px;
}
.margin-right {
	margin-right: 16px;
}
.padding-tiny {
	padding: 2px 4px;
}
.padding-small {
	padding: 4px 8px;
}
.padding-medium {
	padding: 8px 16px;
}
.padding {
	padding: 8px 16px;
}
.form {
	padding: 8px 16px;
}
.padding-large {
	padding: 12px 24px;
}
.padding-xlarge {
	padding: 16px 32px;
}
.padding-xxlarge {
	padding: 24px 48px;
}
.padding-jumbo {
	padding: 32px 64px;
}
.padding-0 {
	padding: 0px;
}
.padding-4 {
	padding-top: 4px; 
	padding-bottom: 4px;
}
.padding-8 {
	padding-top: 8px; 
	padding-bottom: 8px;
}
.padding-16 {
	padding-top: 16px; 
	padding-bottom: 16px;
}
.padding-24 {
	padding-top: 24px; 
	padding-bottom: 24px;
}
.padding-32 {
	padding-top: 32px; 
	padding-bottom: 32px;
}
.padding-48 {
	padding-top: 48px; 
	padding-bottom: 48px;
}
.padding-64 {
	padding-top: 64px; 
	padding-bottom: 64px;
}
.padding-top {
	padding-top: 8px;
}
.padding-bottom {
	padding-bottom: 8px;
}
.padding-left {
	padding-left: 16px;
}
.padding-right {
	padding-right: 16px;
}
.row-padding {
	padding: 0px 8px;
}
.row-padding > .half {
	padding: 0px 8px;
}
.row-padding > .third {
	padding: 0px 8px;
}
.row-padding > .twothird {
	padding: 0px 8px;
}
.row-padding > .quarter {
	padding: 0px 8px;
}
.row-padding > .col {
	padding: 0px 8px;
}
.spin {
	animation: spin 2s infinite linear; 
	-webkit-animation: spin 2s infinite linear;
}
.container {
	padding: 1px 16px;
}
.example {
	padding: 1px 16px; 
	background-color: rgb(241, 241, 241);
}
.section {
	margin-top: 16px; 
	margin-bottom: 16px;
}

/*---------------------------- 
SPAN COLORS TO IDENTIFY TAGS
------------------------------*/

.highJS{
	color: mediumblue;
}
.highELE {
	color: crimson;
}
.highATT  {
	color: brown;
}
.highVAL {
	color: green;
}
.highGLB {
	color: rgb(204, 153, 0);
}
.highLT {
	color: blue;
}
.highGT {
	color: blue;
}
span.marked {
	color: rgb(232, 0, 0); 
	background-color: transparent;
	font-weight: bold;
}
span.deprecated {
	color: rgb(232, 0, 0); 
	background-color: transparent;
	font-weight: bold;
}
p.intro {
	font-size: 16px;
}
div.tutintro {
	width: auto; 
	min-height: 132px;
}
div.tutintro img {
	margin-right: 20px; 
	margin-bottom: 10px; 
	float: left;
}
div.tutintro p {
	font-size: 16px; 
	margin-top: 0px;
}
code {
	padding: 1px 4px; 
	color: crimson; 
	font-size: 105%; 
	background-color: rgb(241, 241, 241);
}
.code {
	padding: 8px 12px;
	margin: 20px 0px;
	width: auto; 
	line-height: 1.4; 
	font-family: Consolas,"courier new"; 
	font-size: 16px; 
	border-left-color: rgb(138, 192, 007); 
	border-left-width: 4px; 
	border-left-style: solid; 
	word-wrap: break-word; 
	background-color: rgb(255, 255, 255);
}
.example {
	margin: 20px 0px;
}
.reference {
	margin: 20px 0px;
}

/*--------------------------
CARD SETTINGS
----------------------------*/
.card {
	border: 1px solid rgb(204, 204, 204);
}
.card-2 {
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}
.example {
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}
.card-4 {
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
}
.card-8 {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
}
.card-12 {
	box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.24), 0px 17px 50px 0px rgba(0,0,0,0.19);
}
.card-16 {
	box-shadow: 0px 16px 24px 0px rgba(0,0,0,0.22), 0px 25px 55px 0px rgba(0,0,0,0.21);
}
.card-24 {
	box-shadow: 0px 24px 24px 0px rgba(0,0,0,0.2), 0px 40px 77px 0px rgba(0,0,0,0.22);
}


/* ----------------------------------------------------
   MISC. TEXT & BACKGROUND COLORS
------------------------------------------------------- */
.text-sand {
	color: rgb(253, 245, 230);
}
.sand {
	color: rgb(0, 0, 0); 
	background-color: rgb(253, 245, 230);
}
.text-amber {
	color: rgb(255, 193, 7);
}
.amber {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 193, 7);
}
.text-blue {
	color: rgb(33, 150, 243);
}
.blue {
	color: rgb(255, 255, 255); 
	background-color: rgb(33, 150, 243);
}
.text-light-blue {
	color: rgb(135, 206, 235);
}
.light-blue {
	color: rgb(0, 0, 0); 
	background-color: rgb(135, 206, 235);
}
.text-brown {
	color: rgb(121, 85, 72);
}
.brown {
	color: rgb(255, 255, 255); 
	background-color: rgb(121, 85, 72);
}
.text-cyan {
	color: rgb(0, 188, 212);
}
.cyan {
	color: rgb(0, 0, 0); 
	background-color: rgb(0, 188, 212);
}
.text-blue-grey {
	color: rgb(96, 125, 139);
}
.blue-grey {
	color: rgb(255, 255, 255); 
	background-color: rgb(96, 125, 139);
}
.text-green {
	color: rgb(76, 175, 80);
}
.green {
	color: rgb(255, 255, 255); 
	background-color: rgb(76, 175, 80);
}
.text-light-green {
	color: rgb(139, 195, 74);
}
.light-green {
	color: rgb(0, 0, 0); 
	background-color: rgb(139, 195, 74);
}
.text-indigo {
	color: rgb(63, 81, 181);
}
.indigo {
	color: rgb(255, 255, 255); 
	background-color: rgb(63, 81, 181);
}
.text-khaki {
	color: rgb(180, 170, 80);
}
.khaki {
	color: rgb(0, 0, 0); 
	background-color: rgb(240, 230, 140);
}
.text-lime {
	color: rgb(205, 220, 57);
}
.lime {
	color: rgb(0, 0, 0); 
	background-color: rgb(205, 220, 57);
}
.text-orange {
	color: rgb(255, 152, 0);
}
.orange {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 152, 0);
}
.text-deep-orange {
	color: rgb(255, 87, 34);
}
.deep-orange {
	color: rgb(255, 255, 255); 
	background-color: rgb(255, 87, 34);
}
.text-pink {
	color: rgb(233, 30, 99);
}
.pink {
	color: rgb(255, 255, 255); 
	background-color: rgb(233, 30, 99);
}
.text-purple {
	color: rgb(156, 39, 176);
}
.purple {
	color: rgb(255, 255, 255); 
	background-color: rgb(156, 39, 176);
}
.text-deep-purple {
	color: rgb(103, 58, 183);
}
.deep-purple {
	color: rgb(255, 255, 255); 
	background-color: rgb(103, 58, 183);
}
.text-red {
	color: rgb(244, 67, 54);
}
.red {
	color: rgb(255, 255, 255); 
	background-color: rgb(244, 67, 54);
}
.text-teal {
	color: rgb(0, 150, 136);
}
.teal {
	color: rgb(255, 255, 255); 
	background-color: rgb(0, 150, 136);
}
.text-yellow {
	color: rgb(210, 190, 14);
}
.yellow {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 235, 59);
}
.text-white {
	color: rgb(255, 255, 255);
}
.white {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255);
}
.text-black {
	color: rgb(0, 0, 0);
}
.black {
	color: rgb(255, 255, 255); 
	background-color: rgb(0, 0, 0);
}
.text-grey {
	color: rgb(117, 117, 117);
}
.grey {
	color: rgb(0, 0, 0); 
	background-color: rgb(158, 158, 158);
}
.text-light-grey {
	color: rgb(241, 241, 241);
}
.light-grey {
	color: rgb(0, 0, 0); 
	background-color: rgb(241, 241, 241);
}
.text-dark-grey {
	color: rgb(58, 58, 58);
}
.dark-grey {
	color: white; 
	background-color: rgb(97, 97, 97);
}
.text-white-opacity {
	color: rgba(255, 255, 255, 0.65);
}
.text-black-opacity {
	color: rgba(0, 0, 0, 0.6);
}
.text-shadow{
	text-shadow:1px 1px 1px #444;
	letter-spacing:2px
}

/* ----------------------------------------------------
   ANIMATION SETTINGS
------------------------------------------------------- */

.animate-opacity{
	-webkit-animation-name:opac;
	-webkit-animation-duration:8s;
	animation-name:opac;
	animation-duration:8s
}
	@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
	@keyframes opac{from{opacity:0} to{opacity:1}}
/* TOP */
.animate-top{
	position:relative;
	-webkit-animation-name:animatetop;
	-webkit-animation-duration:1.4s;
	animation-name:animatetop;
	animation-duration:1.4s
}
	@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
	@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
/* LEFT */
.animate-left{
	position:relative;
	-webkit-animation-name:animateleft;
	-webkit-animation-duration:1.4s;
	animation-name:animateleft;
	animation-duration:1.4s
}
	@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
	@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
/* RIGHT */
.animate-right{
	position:relative;
	-webkit-animation-name:animateright;
	-webkit-animation-duration:1.4s;
	animation-name:animateright;
	animation-duration:1.4s
}
	@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
	@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
/* BOTTOM */
.animate-bottom{
	position:relative;
	-webkit-animation-name:animatebottom;
	-webkit-animation-duration:1.4s;
	animation-name:animatebottom;
	animation-duration:1.4s
}
	@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
	@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.spin{
	animation:spin 2s infinite linear;
	-webkit-animation:spin 2s infinite linear
}	
	@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
	@keyframes spin{
	0%{-webkit-transform:rotate(0deg);transform: rotate(0deg)}}
	
/* ----------------------------------------------------
   OVERLAY (SIDE)
------------------------------------------------------- */	

.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.6);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity:0;
    transition: opacity 1.5s;
}

body {
    transition: background-color 1.5s;
}
.offcanvas2 {
    display: none;
    height: 100%;
    width: 250px;
    background-color: #111;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 1.5s;
    padding-top: 60px;
}
.offcanvas {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: rgba(54, 36, 96, .9);
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 1.5s;
    padding-top: 60px;
}
.offcanvas a,.offcanvas2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 1.3s
}
.offcanvas a:hover, .offcanvas a:focus,.offcanvas2 a:hover{
    color: #fdd134;
}
.closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#mainContent {
    transition: margin-left 1.5s;
}
@media screen and (max-height: 500px) {
  .offcanvas {padding-top:15px;}
  .offcanvas a {font-size: 18px;}
}


/* ----------------------------------------------------
   FOOTER
------------------------------------------------------- */
	
#footer	{
	width: 100%;
	height: 35px;
	margin-top: 10px;
	padding-top:15px;
	z-index: 9;
	text-align: center;
	color: #362460;
	font-size: .6em;
}
