/*=========================================================
//
//     FILE : dsWebsite.css
//
//  PROJECT : D+S Tech Labs Website Styles
//
//   AUTHOR : Bill Daniels
//            Copyright 2009-2024, D+S Tech Labs, Inc.
//            All Rights Reserved
//
//=======================================================*/

body
{
  margin     : 0;
  padding    : 0;
  min-height : 100vh;
  overflow   : auto;
}

#pageContent
{
  margin  : 0;
  padding : 0;

  color               : var(--dark);
  background-color    : var(--light);  /* fallback */
  background-image    : url('/Images/bg_BrushedMetal_Light.jpg');
  background-position : center top;
  background-size     : 100% auto;
  background-repeat   : repeat-y;

  text-align : center;
}

#dsMegaMenu
{
  display : inline-block;
  margin  : 40px;
  padding : 20px 0;

  color               : var(--dark);
  background-color    : var(--light);  /* fallback */
  background-image    : url('/Images/bg_BrushedMetal_Medium.jpg');
  background-position : center top;
  background-size     : 100% auto;
  background-repeat   : repeat-y;

  border-radius : 1vw;

  text-align : center;
}

.dsMenuSection
{
  margin  : 20px;
  padding : 10px;
  width   : 300px;
}
