html, .grad0 { 
	background: #13384C; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #13384C , #2C83B0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #13384C, #2C83B0); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #13384C, #2C83B0); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #13384C , #2C83B0); /* Standard syntax */
	color: #FFFFFF;
}
.grad1 { background: linear-gradient(to right, #6A979F , #F9FAFA);  color: #000000; }
.grad2 { background: linear-gradient(to right, #234E57 , #F5F9FA);  color: #99FFFF; }
.grad3 { background: linear-gradient(to bottom, #F1F7F9 , #40839A);  color: #153E53; }
.grad4 { background: linear-gradient(to right, #2C83B0 , #206080);  color: #FFFFFF; }

.box0 { background: #13384C;  color: #FFFFFF; }

/* .fontComic { font-family: "Comic Sans MS", cursive, sans-serif; } */
/* .fontComic { font-family: 'Kalam', cursive; } */
    /* font-family: 'Architects Daughter', cursive; */
.textShadow { text-shadow:1px 1px 0 #002 }
.textShadow2 { text-shadow:2px 2px 2px #002 }
.textShadow4 { text-shadow:4px 4px 3px #002 }


code { font-size: 1.2em !important; }
.scroll-top { z-index: 1; position: fixed; right: 10px; bottom: 10px; }

.strikeout { text-decoration: line-through; }



/* Hide scrollbar for Chrome, Safari and Opera */
#mySidebar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#mySidebar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


