/*=========================================================
//
//     FILE : gizmoLab.css
//
//  PROJECT : D+S Tech Labs Website - 2025
//
//  PURPOSE : Gizmo Lab Styles
//
//   AUTHOR : Bill Daniels
//            Copyright 1989-2023, D+S Tech Labs, Inc.
//            All Rights Reserved
//
//=======================================================*/

.gizmoLabPage
{
  padding    : 1vw;
  min-height : 100vh;

  color                 : var(--light);
  background-color      : #202040;  /* fallback */
  background-image      : url('/Images/bg_GizmoLab.jpg');
  background-position   : left top;
  background-size       : 100%;
  background-repeat     : repeat-y;
  background-attachment : fixed;

  font-family : sans-serif;
  font-size   : x-large;
  font-weight : normal;
  text-align  : left;
  text-shadow : 1px 1px #000000;
}

.gizmoLabPage a:link    { text-decoration:underline; color:#0080C0; border:0px; }
.gizmoLabPage a:hover   { text-decoration:underline; color:#00FFFF; border:0px; }
.gizmoLabPage a:active  { text-decoration:underline; color:#00FFFF; border:0px; }
.gizmoLabPage a:visited { text-decoration:underline; color:#0080C0; border:0px; }

#smacMenuColumn
{
  position   : sticky;
  left       : 0;
  top        : 0;
  box-sizing : border-box;

  font-family : serif;
  font-size   : x-large;
  text-align  : center;
  white-space : nowrap;
}

#smacContent
{
  flex       : 1;
  padding    : 0 1vw;
  box-sizing : border-box;
  text-align : center;
}

.codeComment
{
  color : green;
}
