.sideNav {
	height: 100%; 		/* Full-height: remove this if you want "auto" height 	*/
	width: 160px; 		/* Width of Menu 										*/
	position: fixed;	/* Fixed Sidebar (stay in place on scroll) 				*/
	/* z-index: 9; 		 Stay on top (DONT use) */
	top: 0; 			/* Stay at the top 										*/
	left: 0;
	background-color: #95a5a6;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 0px;
}
.sideNav .navsection {
	margin: 0;
	padding: 0;
	z-index: 1;
}
.sideNav li {
	background: #bbcbff;
	display: block;
	list-style-type: none;
	margin: 0;
}
.sideNav li a {
	display: block;
	padding: 0.2em 0.5em 0.2em 1em;
	color: #00f;
	text-decoration: none;
	border-top: 2px solid #ccd8ff;
	border-bottom: 2px solid #a4b9ff;
	border-left: 2px solid #ccd8ff;
	border-right: 2px solid #a4b9ff;
}
.sideNav li a:hover {
	display: block;
	color: #00f;
	background: #ccd8ff;
	text-decoration: none;
}
.sideNav li a.active {
	background: #d5dbdb;
	display: block;
	padding: 0.2em 0.3em 0.2em 1.2em;
	color: #00f;
	text-decoration: none;
	outline: none;
}

body {
	/*font-family: Verdana;*/
  font-family: "Arial", sans-serif;
	font-size: 18px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
	
.main {		/* Style page content */
	background-color: #fcfcfc;
	margin-left: 160; /* LEFT margin set :: Same as the width of the sidebar */
	padding:  20px 0px 50px 200px; /* top, right, bottom, left*/
}

.clearfix {
	clear: left;
}

* {
  box-sizing: border-box;
}

footer {
	background-color: DarkGrey;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: auto;
	margin-left: 160;
	border: 5px black;
}

a:visited {
	color: blue;
}

/* .90s-button */
button {
  color: #000000; /* Black text */
  background-color: #C0C0C0; /* Light gray bg */
  border-top: 2px solid #FFFFFF; /* top border white */
  border-left: 2px solid #FFFFFF; /* left border white */
  border-right: 2px solid #808080; /* right border Darker gray */
  border-bottom: 2px solid #808080; /* bottom border Darker gray */
  font-family: Arial;
  text-align: center;
}

button:hover {
  background-color: #D0D0D0; /* Slightly lighter on hover */
  border-top: 2px solid #E0E0E0;
  border-left: 2px solid #E0E0E0;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

h1 {
	color: #db642e;
	text-decoration: underline;
	font-family: Arial, sans-serif;
}

hr.new1 { /*hr line RESUME*/
	border-top: 2px solid  #19a7b5;
}

h3.resume {
	color:   #148e9a;
}

/*table {
	border: 1px solid coral;
	border-collapse: collapse;
}*/

th {
	background-color: #96D4D4;
}

.warn {
	background:  #fae8e8;
	border: 2px #EBEBEB;
	border-radius: 10px;
	padding: 10px;
	width: 700px;
}

p.blue {
	background: #EBF5FB;
	border: 2px #EBEBEB;
	border-radius: 10px;
	padding: 20px;
	width: 80%;
}

code {
	font-family: Courier, monospace;
	font-weight: bold;
	background: #F5F5F5;
	border: 1px #EBEBEB;
	border-radius: 5px;
	padding: 0px 10px;
}

code.cli {
	font-family: 'Courier New', monospace;
	color: white;
	background-color: #451134;
	border: 1px #EBEBEB;
	border-radius: 4px;
	padding: 7px;
}

/* Depricated (possible) */
li.cli {
	color: #FFFFFF;
	background-color: #000000;
}

span.router {
	color: #54d438;
	background-color: #451134;
}

span.command {
	color: #FFFFFF;
	background-color: #451134;
}

pre.config {
	background-color:  #c0ccdc;
	font-size: 14px;
	width: 500px;
	height: 100px;
	border: 1px solid blue;
	padding: 10px;
}

pre.config2 {
	background-color:  #c0ccdc;
	font-size: 14px;
	font-family: courier new, monospace;
	width: 1000px;
	height: 1200px;
	border: 1px solid blue;
	padding: 10px;
}

p.config {
	background-color:  #c0ccdc;
	font-size: 14px;
	width: 500px;
	height: 150px;
	border: 1px solid blue;
	padding: 10px;
}

.codeGreen {
	background: #772953;
	color: #00FF00;
	border: 2px #EBEBEB;
	border-radius: 4px;
	padding: 2px 3px 2px 5px;
	width: 700px;
}

.codeWhite {
	font-family: 'Courier New', monospace;
	background: #772953;
	color: white;
	border: 1px #EBEBEB;
	border-radius: 4px;
	padding: 2px;
	width: 700px;
}

/* Code Copy Wide */
.codeGreenWide {
	background: #772953;
	color: #00FF00;
	border: 2px #EBEBEB;
	border-radius: 4px;
	padding: 2px 3px 2px 5px;
	width: 1300px;
}

.codeWhiteWide {
	font-family: 'Courier New', monospace;
	background: #772953;
	color: white;
	border: 1px #EBEBEB;
	border-radius: 4px;
	padding: 2px;
	width: 1300px;
}

.floatRight {
	float: right;
}

.column {
	float: left;
	padding: 10px;
	width: 30%;
}

.solid {
	border: 1px solid black;
	border-collapse: collapse;
}

/*Picture Gallery*/

div.gallery {
  border: 1px solid black;
  float: left;
  width: 200px;
  height: 315px;
  margin: 10px;
  /*padding: 0px;*/
  box-sizing: border-box;
}

div.gallery img {
  width: 100%;
  height: auto;
  padding: 0px;
  /*min-height: 500px;*/
  box-sizing: border-box;
}

div.gallery a {
	height: 0px;
	padding: 0px;
}

div.text {
	background: #19364a;
	color: white;
	height: 115px;
	padding: 4px;
	text-align: center;
	box-sizing: border-box;
}
/*.thumbnail:hover {
    position:relative;
    top:-50px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
    cursor: pointer;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}*/
.thumbnail{
  width: 100px;
  height: 100px;
  display: block;
  z-index: 1;
  cursor: pointer;
  position: revert;
  /*position:relative;*/
  /*-webkit-transition-property: all;*/
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
}
.thumbnail:hover {
    transform: scale(2);
}

/*Digital clock*/
.clock {
	background: #19364a;
	color: white;
	text-align: center;
	/*align-content: center;*/
	width: 700px;
	height: 500px;
	border-radius: 45px;
}
.clock span {
	font-size: 60px;
	width: 100px;
	text-align: center;
}
.container {
	display: inline-grid;
}

/*Table Headers*/
.bookHead {
	color: white;
	background-color: navy;
	text-align: left;
	padding: 3px 3px 5px 30px;
}
.book2 {
	color: black;
	background-color: #96D4D4;
	text-align: center;
}

/*Recipe Cards*/
.rCard {
	background: #FFECC2;
	border: 2px black;
	border-radius: 25px;
	padding: 10px;
	width: 800px;
}
.spaceWhite {
	color: white;
	background: whitesmoke;
	border: 2px black;
	border-radius: 0px;
	padding: 8px;
}
.highlight {
	background: green;
}

/* Wine */

.wine {
  float: left;
  width: 100px;
  height: 450px;
  margin: 10px;
}

.wine img {
  /*width: 100%;*/
  height: 350px;
  text-align: justify;
  padding: 0px;
}
/*
.wine a {
	height: 0px;
	padding: 0px;
}*/

.d2varies {
  font-family: "Arial", sans-serif;
	font-weight: normal;
	color: green;
	background-color: lightgray;
	border-radius: 0px;
	padding: 0px;
}

.sandler {
  border: 1px solid black;
  float: left;
  width: 275px;
  margin: 10px;
  /*box-sizing: border-box;*/
}

.sandler img {
  width: 100%;
  height: auto;
  padding: 0px;
  box-sizing: border-box;
}

.sandlerTxt {
	color: white;
	background-color: black;
	text-align: center;
}