/************************************************************************
 * GLOBAL STYLES:
 * .body:
 *   background-color: Global background color
 *   color: Global text color
 *   font-*: Global font size and family
 ************************************************************************/
body {
    max-width: 998px;
    margin: auto;
    //background-color: #000000;
	color: #000000;
	font-size: 18px;
	border: 10px solid #78CCEB;
	min-height: 100vh;
	background: linear-gradient(17deg, teal, purple, orange) center/cover no-repeat;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
				 Roboto, Oxygen-Sans, Ubuntu, Cantarell,
				 "Helvetica Neue", sans-serif, Verdana,Tahoma,Sans-Serif;
} 

input[type=text] {
  width: 100%;
  padding: 5px 5px;
  margin: 8px 0;
  box-sizing: border-box;
}

input[type=password] {
  width: 100%;
  padding: 5px 5px;
  margin: 8px 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    color: Black;
}

#page 
{
    margin: auto;
	background-color: white;
	border: 10px solid #78CCEB;
	padding: 0px 0px 0px 0px;
    font-size: 18px;
	text-align: left;
}

#contents 
{
    max-width: 100%;
    width: 100%;
    background: white;
    font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	text-align: left;    
}

.maincontent {
    max-width: 650px;
    width: 650px;
    background: white;
    font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;    
}


#slider
{
    max-width: 650px;
    width: 650px;
    padding: 0px 0px 0px 0px;   
    margin:  0px 0px 0px 0px;
}

.panel
{
	border: 2px solid #dbd9d3;
    padding: 0px 0px 0px 0px;   
    margin:  0px 0px 0px 0px;
    color: Black;
    font-size: 20px;
    border-radius: 5px;
    background-color: #dbd9d3;    
}

.panel-heading
{
    padding: 20px 20px 20px 20px;
    font-size: 30px;
}

.panel-body
{
    padding: 20px 20px 20px 20px;   
    background-color: #fdfdfd;    
    font-size: 18px;
}

.hentry
{
    width: 100%;
    padding: 10px 0px 10px 0px;   
    color: Black;
    font-size: 18px;
    border-radius: 5px;
    background: #dff6ff;
}

#sidebar 
{
    padding: 0px 0px 10px 10px;   
    color: Black;
    font-size: 18px;
    background: #dff6ff;
}

#widesidebar 
{
    width: 100%;
    padding: 0px 10px 10px 10px;   
    color: Black;
    font-size: 18px;
    background: #dff6ff;
}

#search 
{
    color: Black;
    font-size: 18px;
}

.search 
{
    color: Black;
    font-size: 18px;
}

.s
{
    width: 100%;
    color: Black;
    font-size: 30px;    
}

.quote 
{
	border: 2px solid #dbd9d3;
    padding: 20px 20px 20px 20px;   
    margin:  0px 0px 10px 0px;
    color: Black;
    font-size: 20px;
    border-radius: 5px;
    background: #dff6ff;
}
.quote-heading
{
    padding: 0px 0px 0px 0px;
    font-size: 30px;
}

a {
    font-size: 18px;
    text-decoration: none; 
    color: #0000ff; 
}

a:hover { text-decoration: bold; color: #c61801; }

ul li 
{
    font-size: 18px;
    text-decoration: none; 
    color: #000000; 
}

.redbtn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    border: 1px solid #a12727;
    border-radius: 5px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    font: normal normal bold 14px arial;
    color: #ffffff;
    text-decoration: none;
}
.redbtn:hover,
.redbtn:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #faf79d;
    text-decoration: none;
}
.redbtn:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}

/************************************************************************
 * HEADER STYLES:
 *
 *
 *
 ************************************************************************/
#header {
	margin-top: 0px;
	padding-top: 0px;
    font-size: 20px;
    border-bottom: 5px solid red;
    color: Yellow;
}

header a {
    font-size: 20px;
    color: white;
}

header a:hover {
    font-size: 22px;
    color: Lime;
}

/************************************************************************
 * FOOTER STYLES:
 *
 *
 *
 ************************************************************************/
#footer {
	background-color: #cccccc;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	border-top: 5px solid red;
	clear: both;
    font-size: 18px;
	text-align: center;
}

.error {
	border: 1px solid red;
	padding: 10px;
	background: #FFEEEE;
	margin: 10px;
}

.success {
	border: 1px solid green;
	padding: 10px;
	background: #EEFFEE;
	margin: 10px;
}

.widget-title 
{
    text-align: center;
}

.widget-header 
{
    text-align: center;
}

/**
 * Initial state, hidden off screen
 */
.clicky-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden; /*[1]*/
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
	visibility: visible;
}
.clicky-menu.no-js li:focus-within > ul { /*[2]*/
	visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul[aria-hidden="false"] {
	visibility: visible;
}

/* Prevent offscreen-submenus */
.clicky-menu .sub-menu--right {
	left: auto !important;
	right: 0 !important;
}

/**
 * Footnotes
 *
 * [1] Using `visibility` instead of `display` allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */

/* Hidden SVG used for down arrows */
svg[hidden] {
	display: none;
	position: absolute;
}

.site-navigation {
	width: 86%;
	max-width: 782px;
	//margin: 100px auto 300px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	background-color: #eee;
	border-radius: 4px;
}

.clicky-menu {
	justify-content: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 540px) {
	.clicky-menu {
		display: flex;
	}
}

/* General Link & Button Styles */
.clicky-menu a,
.clicky-menu button {
	margin: .25em;
	padding: 1em;
	background: transparent;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: inherit;
	border-radius: 3px;
}

.clicky-menu a:hover,
.clicky-menu button:hover {
	background: #fff;
}

.clicky-menu a:focus,
.clicky-menu button:focus {
	outline: .125em dotted purple;
	outline-offset: -.125em;
}

/* Top Level Items */
.clicky-menu > li {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}

.clicky-menu > li > a,
.clicky-menu > li > button {
	flex: 1 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 0;
	font-size: inherit;
	line-height: 1.5;
	cursor: pointer;
}
@media (min-width: 540px) {
	.clicky-menu > li > a,
	.clicky-menu > li > button {
		justify-content: center;
	}	
}

/* Icon */
.clicky-menu svg {
	width: 1em;
	height: 1em;
	margin-left: .5em;
}

.clicky-menu [aria-expanded="true"] svg {
	transform: scaleY(-1);
}

/* Submenu Styles */
.clicky-menu ul {
	min-width: 100%;
	width: 12em;
	margin-top: .25em;
	padding: 0;
	list-style: none;
	background-color: #eee;
	border-radius: 3px;
}
@media (min-width: 540px) {
	.clicky-menu {
		box-shadow: 2px 4px 4px rgba(0,0,0,.2);
	}
}

/* Responsive Submenu Behavior */
.clicky-menu ul[aria-hidden="false"] {
	position: static;
	width: 100%;
	flex: 0 0 auto;
}

@media (min-width: 540px) {
	.clicky-menu ul[aria-hidden="false"] {
		position: absolute;
		width: auto;
	}
}

/* Submenu Links */
.clicky-menu ul a {
	display: block;
	padding-top: .375em;
	padding-bottom: .375em;
}
@media (min-width: 540px) {
	.clicky-menu ul a {
		padding: .375em 1em;
		white-space: nowrap;
	}
}

.github {
	text-align: center;
	a {
		color: #fff;
		opacity: .6;
		
		&:hover,
		&:focus {
			opacity: 1;
		}
	}
}
