/* Default CSS - ge-new.css */

/* HEADER */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f1f1f1;
}
.max-width {
  max-width:1300px;
}
hr.thick {
  border: 10px black solid;
 }
p {
    float: none; 
    padding:5px;
       }    
span.italics {
    font-style: italic; 
}
span.bold {
    font-weight:bold;
}
span.small-caps {
    font-variant: small-caps;
}
span.large {
    font-size:1.3em;
}
span.red {
    color:red;
}
span.hilite {
    background-color:yellow;
}
/* Accordions */
.accordion-container {
  border: solid 10px green;
  }
.accordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0;
    font-size:1em;
    border:none;
    padding:5px;
    background: #FFCC00; 
    color: black;
    cursor: pointer; 
    width: 100%;
    text-align: left;
    transition: 0.4s;
} */
.active, .accordion:hover {
    background-color: white;
    border:none; 
    }
.accordion:after {
  content: "\25BC";
  font-weight: bold;
  float: right;
}
button.accordion {
    font-size:1em;
    border:none;
    background-color: pink;
    font-weight:bold;
    cursor:pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.active:after {
  content: "\25B2";   /* Need to add up arrow to close an active panel. Active1 needs to correspond to script in file */
}
.panel {
    overflow:hidden; 
    border:none; /* Make the border match the background so it fades in nicely */
    max-height:0px; /* close panels at start */
	border-top:0;
    padding:5px;
    transition: max-height 0.2s ease-out;
}
/* Accordion 1 */
.accordion1 {
    font-family:Arial, Helvetica, sans-serif; 
    margin:20px;
    font-size:1em;
    border:none;
    padding:5px;
    background: orange; 
    cursor: pointer; 
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.active1, .accordion1:hover {
    background-color: white ;
    border:none; /* We don't want the border to disappear on hover */
}
.accordion1:after {
  content: "\25BC";
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.accordion1 {
    font-size:1em;
    background-color:orange;
    border:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px; 
    cursor:pointer;
    width: 100%;
    text-align: left;
}
.active1:after {
  content: "\25B2";  /* Need to add up arrow to close an active panel. Active1 needs to correspond to script in file */
}
/* Accordion 2 */
.accordion2 {
    font-family:Arial, Helvetica, sans-serif; 
    margin:40px;
    font-size:1em;
    border:none;
    padding:5px;
    background: yellow; 
    cursor: pointer; 
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.active2, .accordion2:hover {
    background-color:white;
    border:none; 
}
.accordion2:after {
  content: "\25BC";
  font-weight: bold;
  float: right;
}
button.accordion2 {
    font-size:1em;
    background-color: yellow;
    border:none;
    font-weight:bold;
    cursor:pointer;
    padding: 5px; 
    cursor:pointer;
    width: 100%;
    text-align: left;
}
.active2:after {
  content: "\25B2";  /* Need to add up arrow to close an active panel. Active1 needs to correspond to script in file */
}

/* HEADER */
header {
    background-color: white;
    color: black;
    margin:0px;
    border: solid red 5px;
    padding: 5px;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}
/* TABLES. CAPTIONS, HEADERS,ROWS AND DATA */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
    width: 100%;
    background-color:#f2f000;
    table-layout: fixed;
}
table.auto {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
    width: 100%;
    background-color:#f2f000;
    table-layout: auto;
}
table.small {
font-size:.75em;
}
table.align-right {
text-align:right;
}
table.align-left {
text-align:left;
}
div.table_responsive {
   overflow-x:auto;
}
caption {
    background-color: white; 
    border: 1px solid black;
    padding: 3px;
    font-size:1.15em; 
    font:bold;
    text-align:left;
    color:red;
}
th {
    text-align: center;
    padding: 0px;
    border: 1px solid black;
    vertical-align:top;
    background-color: #BBBBAB;
    font-weight:bold; 
    overflow-x: auto;
}
th.width10 {
    width:10%;
}
th.width20 {
    width:20%;
}
th.width15 {
    width:15%;
}
th.width40 {  
    width:40%;
}
th.width80 {
    width:79%;
}
th.width30 {
    width:28%;
}
th.width70 {
    width:68%;
}
th a {
color:purple;
}
th.text-align-left {
text-align:left;
}
tr.italics {
    font-weight:bold;
    font-style: italic; 
}
td {
    padding: 3px;
    border: 1px solid black;
    vertical-align: top;
    overflow-x: auto; 
}
td.right {
text-align:right;
}    
td.align-left {
text-align:left; 
}
td.align-center {
text-align:center;
}
td.orange {
    background-color:orange;
    text-align:left;
}  
.indent1 {
   padding-left: 2%;
}
.indent2 {
   padding-left: 4%;
}
.indent3 {
   padding-left: 6%
}
 .indent4 {
   padding-left: 6%
}  
/* STYLE BUTTONS UNDER THE CARD CLASS */

.card {
    border: none;
 }
span.cardtitle {
    font-weight: bold;
    font-size: 1.20em;
}
span.cardsubtitle {
    font-weight: bold;
    font-style:italic;
    font-variant: small-caps; 
}
span.cardnormal {
    font-weight:normal;
    font-size:1em;
    display:inline;
}
button.card {
    background-color:white;
    text-align:left;
    border: solid red;
 }
button.card:hover {
  background-color: yellow;
}
img.card {
  max-width: 100px;
  height: auto;
  width: 50%;
  display: inline;
  float: right;
}
/* IMAGES */
img {
    min-height:150px;
    margin:0px 5px;
    max-width:450px;
}

img.image_flow {
    overflow:auto;
}  
img.width100 {
  width: 99%;
}
img.width50 {
  width: 50%;
}
img.width60 {
  width: 60%;
}
img.width80 {
  width: 80%;
}
img.width70 {
  width: 70%;
}
img.width30 {
  width: 30%;
}

/* CONTENT COLUMN MANAGEMENT */

/* Manage 4 equal columns in a responsive way depending on screen size */
@media only screen and (min-width:1000px){
.grid-container-col4eq {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%; 
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
} 
@media only screen and (min-width:601px) and (max-width:1000px) {
.grid-container-col4eq {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
}
@media only screen and (max-width: 600px) {
.grid-container-col4eq {
  display: grid;
  grid-template-columns: 100%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
}
/* Manage 3 equal columns in a responsive way depending on screen size */
@media only screen and (min-width:1000px){
.grid-container-col3eq {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
} 
@media only screen and (max-width: 600px) {
.grid-container-col3eq {
  display: grid;
  grid-template-columns: 100%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
}
/* Manage 2 equal columns in a responsive way depending on screen size */
@media only screen and (min-width:1000px){
.grid-container-col2eq {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
} 
@media only screen and (max-width: 600px) {
.grid-container-col2eq {
  display: grid;
  grid-template-columns: 100%;
  padding: 0px;
  background-color: #e6e6e6;
  column-gap: 2px;
  row-gap: 2px;
}
}
/* Display grid-item regardless of foundation number of columns */
.grid-header {
  background-color: white;
  padding: 10px;
  border: none;
  column-gap: 2px;
  row-gap: 2px;
  grid-column-start: span 4;
   }
.grid-item {
  background-color: white;
  padding: 10px;
  border: none;
  column-gap: 2px;
  row-gap: 2px;
 }
/* Display subheaders in multicolumn situations */
.grid-container-header {
  display: grid;
  grid-template-columns: 100%;
  padding: 0px;
  background-color: white;
  border: none;
     } 
.grid-item-header {
  padding: 10px;
  border: none;
 }
/* ADD A TOP NAVIGATION BAR */

.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;

}
.topnav a:hover {
  background-color: red;
  color: white;
}
.topnav a {
  border-right: 2px solid grey;
}
.topnav a.active {
  background-color: black;
  color: yellow;
}
.topnav:last-child {
  border-right: none;
} 

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* ADD A BOTTOM NAVIGATION BAR */
.botnav {
  overflow: hidden;
  background-color: black;
}
.botnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
}
.botnav a:hover {
  background-color: red;
  color: white;
}
.botnav a {
  border: 2px solid grey;
}
.botnav a.active {
  background-color: black;
  color: yellow;
}
/* .botnav .icon {
  display: none;
} */
.botnav a.right {float:right; }
/* TITLES */
h1 {
    background-color: #FFCC00;
    color: black;
    margin:0px;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
    font-style: normal;
    font-variant: small-caps;
}
h2  {
    background-color: #FFDD00;
    color: black;
    margin:0px;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.30em;
    font-style: normal;
    font-variant: small-caps;
 }
 h3 {
    background-color: #FFEE00;
    color: black;
    margin:0px;
    padding: 5px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.20em;
    font-style: normal;
    font-variant: small-caps;
}
h4 {
    background-color: #FFFF00 ;
    color: black;
    padding: 5px;
    margin:0px;
    text-align: left;
    font-weight: bold;
    font-size: 1.10em;
    font-style: italic;
    font-variant: small-caps;
    font-family: serif;
 } 
/* UUNORDERED AND ORDERED LISTS */
ul {
    list-style-type: disc;
}
ul.second {
    list-style-type: circle;
}
ul.third {
    list-style-type:square;
}
ol {
   list-style-type: decimal; 
}
ol.first {
   list-style-type: decimal; 
}
ol.second {
   list-style-type: upper-alpha;
}
ol.third {
   list-style-type:lower-alpha; 
} 
ol.fourth {
   list-style-type:upper-roman; 
}
ol.fifth {
   list-style-type:lower-roman; 
}    

/* DIVISION CHARACTERISTICS */
/*div.contentplays {
    font-size:1em;
    background-color:white;
    margin:0px;
    border-left:solid black 1px;
    padding:10px;
    width:100%;
}
iframe.plays {
   border: none;
   width: 50%;
   height: 800px;
}
 /*  Used with div.contentplays */
div.max-width {
    max-width: 1000px;
    padding: 10px; }
div.quote {
    background-color: #DCDCDC;
    color: black;
    margin:0px;
    border: solid red 5px;
    padding: 5px;
    text-align: center;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}
div.bottom_line {
    margin:0px;
    border: solid black 5px;
    padding: 5px;
    font-weight: bold;
}
div.source {  /* needs work */
    background-color: #FFFF00;
    color: black;
    margin:0px;
    padding: 5px;
    width: 100% ;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em ;
    font-style: normal ;
    font-variant: normal;
}
/* TOOLTIP
used with <div class="tooltip">Word<span class="tooltiptext">Text</span></div>
 --- used in health-covid19-vitamind.html*/
.tooltip {
  position: relative;
  display: inline-block;
  color: blue;
}
.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 250px;
  background-color: white;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left:-50px;
  opacity: 0;
  transition: opacity 0.3s;
  /*overflow-x: auto;
  overflow-y: auto; */
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left:-5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* VIDEOS */
video {
  width: 100%;
  height:auto;
  float: left;
  margin:0px;
  border: none;
  padding: 5px;
  background-color: white;
  padding-bottom: 0px;
}
