html { margin:0; padding:0 }
body {

   background-image: linear-gradient(rgb(128,0,0,0), #000066); 
   font-family: arial, sans-serif;
   margin:0px;
   width:100%;
   height:100%;
   line-height: 1.5em;
   padding:0;
   /* padding-bottom: 12em;*/
}
body::after {
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; // hide images
   content:url(static/john-lockwood-FcLq69V7Rsc-unsplash2.jpg) url(static/new/LaVojo-6a_full.png) url(static/footer.svg);   // load images
}


a, a:visited, .readmore, .readmore:visited{
	opacity: 1;
	text-decoration: none;
	-webkit-transition: color .25s, background .25s, opacity .25s;
	   -moz-transition: color .25s, background .25s, opacity .25s;
	    -ms-transition: color .25s, background .25s, opacity .25s;
	     -o-transition: color .25s, background .25s, opacity .25s;
	transition: color .25s, background .25s, opacity .25s;
}

a:active,
a:focus, .readmore:active, .readmore:focus {
	outline: none;
}

a:hover, .shadow, .readmore:hover {
  -webkit-box-shadow: 0px 0px 9px 1px #aaffaa;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 9px 1px #aaffaa;  /* Firefox 3.5 - 3.6 */
   box-shadow:        0px 0px 9px 1px #aaffaa;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
   background-color:  #aaffaa;
   color: #000000;
   text-decoration:   none;
   cursor:pointer; 
}

a, .readmore {
   box-shadow:  inset 0px -3px 0 #aaffaa;
}

hr {
   color: #fafafa;
   width: 70%;
   margin-top: 26px;
   margin-bottom: 22px;

  -webkit-box-shadow: 0px 0px 0px 1px #f0f0f0;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 0px 1px #f0f0f0;  /* Firefox 3.5 - 3.6 */
   box-shadow:        0px 0px 0px 1px #f0f0f0;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.heading {  
   color:#006600;
   font-size:x-large;
   font-weight:bold;
}

.readmore {
   font-size: smaller;
   font-style: italic;
   float:right;
}
.readmore::before {
  content: "...";
}
.readmore::after {
  content: ".";
}

.visible 
{
   visibility: visible;
}

.hidden 
{
   visibility: hidden;
}



@media (max-width: 1249px) 
{
   .hideWhenThreeQuartersScreen {
      display: none!important;
   }
}

@media (min-width: 1250px) 
{
   .hideWhenThreeQuartersScreen {
      display: block!important;
   }
}


@media (max-width: 849px) 
{
   .hideOnMobile {
      display: none!important;
   }
}

@media (min-width: 850px) 
{
   .hideOnMobile {
      display: block!important;
   }
}


.roundedCorners25pxMain {
    box-shadow: 3px 4px 4px rgba(0,0,128,.5), 1px 2px 3px rgba(0, 0, 128,.5) inset;
    border-radius: 25px;
    margin-top:2px;
    margin-left:8%; /* gap to the left of the box shadow */
    margin-right:8%;
    margin-bottom:3%;
    padding-left:5%; /* inside the box */
    padding-top:2%;
    padding-right:5%;
    padding-bottom:5%;
    background-color:#f9f9f9;
    min-width:25%;
    max-width: 74%;
    display:inline-block;
    vertical-align:top;
}
.roundedCorners25pxMain,
.content-text {
   font-size: large;
   font-family: arial, sans-serif;
   color: #000000;
}

.contentSideBox {
   box-shadow: 2px 2px 2px rgba(0,0,128,.5), 1px 1px 2px rgba(0,0,128,.5) inset;
   border-radius: 8px;
   background: white;
   margin-left:25px;
   margin-right:5px;
   margin-bottom:10px; 
   padding:15px;
   border: 0.05em solid #000000;
   background-color:#eeeeff;
   font-size:small;
   color:#333380;
   line-height: 1.0em;
}

.noscript {
   background-color:#ffff99;
   color: #cc0000;
   padding: 5%;
   font-size: medium;
   border: 0.05em solid red;
   width: 60%;
   margin-left:auto;
   margin-right:auto;
   border-radius: 5px;
   text-align:left;
   position:relative;
}

.roundedCorners25px3 {
  border-radius:25px;
  -webkit-box-shadow: 
    10px 10px 10px #000, 
    inset 0 0 10px #000;
  -moz-box-shadow: 
    10px 10px 10px #000, 
    inset 0 0 10px #000;
  -o-box-shadow: 
    10px 10px 10px #000, 
    inset 0 0 10px #000;
  box-shadow: 
    10px 10px 10px #000, 
    inset 0 0 10px #000;
}

h2.nutshell {
   color: #ff0000;
}

/***
h2:first-letter {
   display:block;
   float:left;
   margin-right:4px;
   margin-top:2px; 
   margin-bottom:4px;
   color:#000080;
   font-size:275%;
}
***/
/*** works well.
h2:hover {
    color:#f00;
    transition: all 0.9s ease;
}***/


.entry h2:hover {
    color:#f00;
    transition: all 0.3s ease;
}

pre {
   font-family: arial, sans-serif;
   font-size: normal; 
   color: #ffff00;
   background-color: #transparent;
   background: inherit;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.separator {
   color: #808080;
}
.separator::before {
  font-size:medium;
  content: " ";
}
.separator::after {
  font-size:medium;
  content: " ";
}


 /* The navigation bar */
.navbar {
   overflow: hidden;
   background-color: #006;
   position: fixed; /* Set the navbar to fixed position */
   top: 0; /* Set navbar at the top of the page */
   width: 100%; /* Full width */
   border-bottom: 0.05em solid #00ff00; 
   z-index: 2;
}

/* Links inside the navbar */
.navbar a {
   float: left;
   display: block;
   /* color: #f2f2f2;*/
   color: #00ff00;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   box-shadow: none; /*  inset 0px -3px 0 #aaffaa; */
}

/* Change background on mouse-over backgound was ddd */
.navbar a:hover {
   background: #00ff00;
   color: #ffffff;
   text-shadow: #000 0px 0px 2px;
   -webkit-font-smoothing: antialiased;
   background: linear-gradient(#000066, #00ff00);
   /* text-shadow: -2px -2px 0 #ff0, 2px -2px 0 #ff0, -2px 2px 0 #ff0, 2px 2px 0 #ff0;*/
}

.outline {
   color: #fff;
   text-shadow: #000 0px 0px 1px;
   -webkit-font-smoothing: antialiased;
}

.cookieCrumbs {
   position:relative;
   top:-10px;
   color: #ff0000;
   font-size: small;
   float:right;
   padding: 30px;
}

.cookieCrumbs::before {
   content:"You are here ";
   color: #666666;
   font-size: small;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  font-weight:normal;
  opacity: 0.75; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #808080;
  font-weight:normal;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #808080;
  font-weight:normal;
}


div.absolute {
  position: absolute;
  bottom: 10px;
  width: 50%;
  border: 3px solid #8AC007;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay from the menu */
} 

 /* The footer (and graphics) */
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
   overflow: hidden;
}


table tr:nth-child(even) { 
   background-color: #e0ffff; /*#d9ffd9; #b3ffb3;*/ 
}

table tr:nth-child(odd) { 
   background-color: #ffffff;
} 

.replacement {
   color: #006600;
}

.for-forms 
{
 font-weight:normal!important;
 font-size: small!important;
 color: #000000!important;
 border-collapse: collapse;
 background-color:inherit!important;
 border:none!important;
 text-align:right;
}


.sheet-container {
  display: flex; /* <- this forces the table to 80% of the .sheet-container */
  font-family: arial, san-serif;
  font-size: medium;
  color: #333;
  width:100%;
  justify-content: center;
/*  border: 0.05em solid #000080;*/
 }

.sheet-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  max-height: 1200px; 
  overflow: scroll; 
}

/*
::-webkit-scrollbar {
    width: 2em;
    height: 2em
}

::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
}​
*/

.sheet-table {
  width: 100%;
  /*border: 1px solid #ddd;*/
  border-collapse: collapse; 
  border-radius: 15px;
  background-color:#ff0000;
}


.sheet-tr:hover {background-color:#b0ffff!important; font-weight:bold!important;}   
.sheet-tr {
    /* color:#800080;  --- works */
}

.sheet-td, .sheet-td-r, .sheet-td-inp, .sheet-th {
  white-space: wrap;
  border: 1px solid #ddd;
  padding: 10px;
}

.sheet-td-r {
   text-align:right;
}

.sheet-td-inp {
   text-align:center;
   justify-content: center;
}

.sheet-inp {
   color:#ff0000; /* 66; */
   font-weight:bold;
   text-align:center;
}



.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

  
/* The first cell that lives in the top left of our spreadsheet */
&:first-of-type {
    left: 0;
    z-index: 3;
}

/* The first column that we want to stick to the left */
tbody tr td:first-of-type {
  background-color: #eee;
  position: sticky;
  left: -1px;
  z-index: 1;
}


/* Markdown Text styles */

sup {
   color: #800000;
   font-size: small;
}
sup::before {

   content:" ";
   font-size: small;
}

.caution {
   background-color:#ffffdd;
   color: #800000;
   margin-right: 40px;
   margin-left: 40px;
   padding: 25px;
   width: 40%;
   border-radius: 4px;
   border: 0.05em dotted #800000;
   display:inline-block;
   float:right;
} 

.note {
   background-color:#eeeeff;
   color: #008000;
   margin-right: 40px;
   padding: 15px;
   width: 50%;
   border-radius: 4px;
   border: 0.05em dotted #000066;
   display:inline-block;
   float:left;
} 
.note::before {
   content: "";
   font-weight: normal;
   font-size:small;
   position:relative;
   top: -13px;
}

.warning {
  color: #ff0000;
  background-color:#ddeeff;
  font-style:italic;
}
.warning::before {
  content: "UUUUUUUUUUU";
}


#watermark {
  position: relative;
  opacity: 0.99;
}

#watermark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('/static/open-source-software.png');
  background-repeat: no-repeat;
  opacity: 0.03;
  border-radius: 50px;
  background-position: center; 
  background-size: cover;"
}

.red {
  color: #ff0000;
}

.yellow {
  color: #ffff00;
  font-weight: bold;
}

.terminal 
{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* IE 5.5+ */
  line-height:1.15em;
  padding:10px;
  margin:30px 30px 30px 0px;
  color:#ff9900;
  background-color:#000000;
  border-radius:4px;
  width:80%;
}

.terminal-green
{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* IE 5.5+ */
  line-height:1.15em;  
  padding:10px;
  margin:15px 15px 15px 0px;
  color:#55ff00;
  background-color:#000000;
  border-radius:4px;
  width:80%;
}

.terminal-highlight-text 
{
  color:#ffcccc;
  font-weight:bold;
}

/* backticks */
code
{
  display:inline-block;
  white-space: pre-wrap;
  color: #aa0000;
  padding-left:6px;
  padding-right:6px;
  font-family: arial;
  border-radius:4px;
  background-color:#e0e0ff;
  border:0.05em dashed #660000;
}

/* actually targeting markdown blockquote with this. */

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 14px;
  padding: 0.5em 15px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: .1em;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 2em;
   /*line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;*/
}
blockquote p {
  display: inline;  /* <-kills all <p>s */
}


video#bgvid {
   position: fixed;
   left: 50%;
   top: 0;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
   transform-style: preserve-3d;
   background: url(semalt.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   z-index: -1;
}

video#bgvid { 
   transition: 1s opacity; 
}

.stopfade { 
   opacity: .5; 
}

#big-video-wrap {
  z-index: -3;
}

video {
  display:inline-block;
  vertical-align:baseline;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
 
audio:not([controls])
{
   display:none;
   height:0;
}

[hidden],template
{ 
  display:none;
}

