/* 05 may 2020 */

/* order of a: stuff matters: link/visited/hover/active */

A:link    { color: #1a1a1a; }
A:visited { color: #333333; } 
A:hover   { color: red; } 
A:active  { color: #000000; }

h1+br+img { max-width: 100% }
div       { display: inline-block; }


.navBlock { 
  background-color:white;
  display: table-cell;
  height: 40px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size:16pt;
  font-weight:bold;
  border: 1px solid #808080; 
  white-space:nowrap;
}

/* top nav, menu down */

.dropbtn {	/* "sensitive research" */
  background-color: white;
  padding: 16px;
  font-size: 16px;
  border: 1 solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white; /* pulldown bg */
  width: 100%;
  overflow: auto;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 26px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;} /* hovered selection */
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {color: white; background-color: black;} /* invert dropbtn ("s r") */


/* bot nav, menu up */

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  bottom: 50px;
  background-color: white; /* pulldown bg */
  width: 100%;
  overflow: auto;
  z-index: 1;
}
.dropup-content a {
  color: black;
  padding: 12px 26px;
  text-decoration: none;
  display: block;
}
.dropup-content a:hover {background-color: #ddd;}
.dropup:hover .dropup-content {display: block;}
.dropup:hover .dropbtn {color: white; background-color: black;}





@media (min-width: 641px) {

body {
  width:100%;
  max-width:1600px;
  color: #404040;
  font-family:Arial,Helvetica;
  font-display: swap;
  font-size:16pt;
  background-color:#f0f0f0;
}

img {
  width:50%;
  max-width:1600px;
  min-width:600px;
  height:auto;
}
.full {
  width:100%;
  max-width:100%;
  min-width:600px;
  height:auto;
}
.icon {
  width:80px;
  max-width:200px;
  min-width:100px;
  height:auto;
}
.index {
  width:33%;
  max-width:300px;
  min-width:200px;
  height:auto;
}
.inline {
  width:100%;
  max-width:600px;
  min-width:200px;
  height:auto;
}
.intro {
  width:33%;
  max-width:400px;
  min-width:200px;
  height:auto;
}

p {font-size:12pt; margin-left:20px; margin-right:80px; margin-bottom:15px;}
pre {font-family:Courier; font-display: swap; font-size:12pt;}
small {font-size:10pt;}
strong {font-weight:bold;}
med {font-size:13pt; font-weight: bold;}
big {font-size:14pt; font-weight: bold;}

h1 {margin-left: 5px; font-size: 18pt; font-weight: bold;}
h2 {margin-left: 5px; font-size: 16pt; font-weight: bold;}
h3 {margin-left: 5px; font-size: 14pt; font-weight: bold;}
h4 {margin-left: 5px; font-size: 13pt; font-weight: bold;}
h5 {margin-left: 5px; font-size: 13pt; font-weight: bold;}

table {border-spacing:0px; max-width:60%; vertical-align: top; margin-left: 40px; border:1 solid #ddd; margin-right: 20px;}
td    {padding:6px 5px; font-size:12pt; word-wrap:break-word; } 

ul    {font-size:12pt; word-wrap:break-word; margin-left: 10px; margin-right: 20px; width="100%";}
ol    {font-size:12pt; word-wrap:break-word; margin-left: 10px; margin-right: 20px; width="100%";}
dl    {font-size:12pt; word-wrap:break-word; margin-left: 10px; margin-right: 20px; width="100%";}
li    {font-size:12pt; padding: 6px; width="100%";}

code {
  font-family:Courier, monospace; 
  font-display: swap;
  font-weight:bold;
  color: #000000;
}

blockquote {
  font-family:Courier,monospace;
  font-display: swap;
  font-weight:bold;
  font-size:12pt;
  background-color:#f0f0f0; 
  color:#1a1a1a;
  white-space:pre;
  margin-left:60px;
  margin-right:10%;
}

quote {
  font-family:Courier,monospace;
  font-display: swap;
  font-size:14pt;
  background-color:#f0f0f0; 
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
}

} /* end if @media */






@media (max-width: 640px) {

body {
  width:100%;
  max-width:100%;
  font-family: Arial,Helvetica;
  font-display: swap;
  font-size:12pt;
}

img {
  width:100%;
  max-width:100%;
  min-width:100px;
  height:auto;
}

.full {
  width:100%;
  max-width:100%;
  min-width:100px;
  height:auto;
}

.index {
  width:66%%; 
  max-width:300px;
  min-width:100px;
}
.icon {
  width:80px;
  max-width:120px;
  min-width:80px;
}
.inline {
  width:100%;
  max-width:100%;
  min-width:100px;
}
.intro {
  width:66%%;
  max-width:600px;
  min-width:100px;
}

table {border-spacing:0px; max-width:80%; vertical-align: top; margin-left: 10px; border:1 solid #ddd; margin-right: 5px;}
td    {padding:5px 5px; font-size:12pt; word-wrap:break-word; } 

ul    {font-size:12pt; word-wrap:break-word; margin-left: 5px; margin-right: 10px; width="100%";}
ol    {font-size:12pt; word-wrap:break-word; margin-left: 5px; margin-right: 10px; width="100%";}
dl    {font-size:12pt; word-wrap:break-word; margin-left: 5px; margin-right: 10px; width="100%";}
li    {font-size:12pt; padding: 8px; width="100%";}

p {font-size:12pt; margin-left:2px; margin-right:5px; margin-bottom:15px;}
small {font-size:12pt;}
strong {font-weight:bold;}
med {font-size:13pt; font-weight: bold;}
big {font-size:14pt; font-weight: bold;}
pre {font-family:Courier; font-display: swap; font-size:12pt; line-spacing:16pt;}

code {
  font-family:Courier, monospace; 
  font-display: swap;
  font-weight:bold;
  color: #000000;
}

blockquote {
  background-color:#f0f0f0; 
  color:#183d02;
  font-family:Courier,monospace; 
  font-display: swap;
  font-weight:bold;
  padding:4px; 
  margin-left:10px; 
  margin-right:10px; 
  white-space:pre;
}

quote {
  font-family:Courier,monospace;
  font-display: swap;
  background-color:#f0f0f0; 
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
}

h1 {margin-left: 0px; font-size: 18pt; font-weight: bold;}
h2 {margin-left: 0px; font-size: 16pt; font-weight: bold;}
h3 {margin-left: 0px; font-size: 14pt; font-weight: bold;}
h4 {margin-left: 0px; font-size: 13pt; font-weight: bold;}
h5 {margin-left: 0px; font-size: 13pt; font-weight: bold;}


} /* end of @media */

