
@media screen
  and (device-width: 1920px)
  and (device-height: 1200px)
{

:root {
  --abox-bg-color: rgb(210,210,210);
}

.LG-gram {
    display: block;
}

.browser-tag:before {
  content:'LG-gram (1920x1200)';
  font-weight:bold;
  color: rgb(100,150,100)
}



body {
  font-size:16px; /* from specs */
  margin:0px; padding:0px;
}

article {
  width: 100%;
}

vbox#abox {
  width: 60em;
  max-width: 60em;
  padding: 0 1em 0 2em;
  background-color: var(--abox-bg-color);
}


dl.blog-index {
  font-size: 2em;
}



p {
  margin: 0.5em auto;
}


p, li{
  width: 50em;
  font-family: 'Noto Sans';
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: .03em;
  -padding: 0.5em 0 0 0;
  color: #333;
}

/*
    desktop does not need spacing around link.
*/

vbox.toc a {
  font-size: 1.2em;
  line-height: 1.8em;
  color: rgb(110,110,110);
}

blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote p {
  font-size: 1.3em;
  font-weight: 500;
  line-height:1.4em;
  width: 100%;
  font-family: 'IBM Plex Serif';
  font-style: italic;
  color: rgb(80,80,80);
}


p i {
  -color: rgb(71,0,133); /* magenta like */
  color: rgb(60,0,110); /* dark magenta*/
}

} /* LG-GRAM */
