* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  margin: 0; padding: 0; height: 100%; overflow: hidden;
  font-family: Arial;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Style tab links */
.tablink {
  background-color: lightsteelblue;
  color: black;
  float: left;
  border-right: 1px solid #bbb;
/*  border-top-right-radius: 10px;
  border-top-left-radius: 10px; */
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
  font-size: min(2vw, 17px);
/*  width: 16.666%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 0px 0px;
  position: fixed;
  top: 116px;
  width: 100%;
  height: 800px;
}

#Home {background-color: beige;}
#Vol1 {background-color: beige;}
#Vol2 {background-color: beige;}
#Calculator {background-color: beige;}
#Calc {background-color: beige;}
#Login {background-color: beige;}
#Register {background-color: beige;}


    #content
    {
        position:absolute; left: 0; right: 0; bottom: 0; top: 0px; 
    }

.grid-pgheader-nobutton {
  display: inline-grid;
  justify-content: left;
  grid-template-areas: 'logo title';
  grid-template-columns: auto auto;
  background-image: url(../images/cover-H.jpg);
  background-size: 1440px 120px;
  border: 4px solid #D9B83B;
  width: 100%;
  padding: 4px;
  align-content: center;
  align-items: center;
}

.grid-pgheader-item-nobutton {
  grid-area: title;
  padding: 6px;
  color: #D9B83B;
  text-align: center;
/*  justify-content: center; */
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 44px;
/*  width: 100%; */
}

.grid-pgheader-logo {
  grid-area: logo;
  padding: 4px;
  text-align: center;
}

.grid-pgfooter {
position:absolute; bottom: 0; left: 0;
display: inline-grid;
  grid-template-columns: auto;
  justify-content: center;
  background-image: url(../images/cover-H.jpg);
  background-size: 1440px 120px;
  border: 2px solid #D9B83B;
  padding: 6px;
  width: 100%;
  color: #D9B83B;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  align-content: center;
  align-items: center;
}

p.a14 {
  background-color: beige;
  word-wrap: break-word;
  color: black;
  padding: 4px;
  text-align: left;
  font-family: 'Arial'; 
  font-size: 14px;
}

.grid-content {
  display: inline-grid;
  grid-template-columns: auto auto;
  word-wrap: break-word;
  background-color: beige;
  border: 3px solid #D9B83B;
  padding: 5px;
  row-gap: 5px;
  border-radius: 8px;
  max-width: 1000px;
}

.grid-2col {
  display: inline-grid;
  grid-template-columns: auto auto;
  word-wrap: break-word;
  background-color: beige;
  border: none;
  padding: 5px;
  row-gap: 5px;
  border-radius: 8px;
}

.grid-outer {
  display: inline-grid;
  grid-template-columns: auto;
  word-wrap: break-word;
  background-color: beige;
  border: 3px solid #D9B83B;
  padding: 5px;
  row-gap: 5px;
  border-radius: 8px;
  max-width: 1000px;
}

p.a16 {
  background-color: beige;
  word-wrap: break-word;
  color: black;
  padding: 4px;
  text-align: left;
  font-family: 'Arial'; 
  font-size: 16px;
}

.grid-content-item {
  background-color: beige;
  word-wrap: break-word;
  color: black;
  padding: 4px;
  text-align: left;
}

.grid-content-itemr {
  background-color: beige;
  color: black;
  padding: 4px;
  text-align: right;
}

.grid-content-notes {
  background-color: beige;
  color: black;
  padding: 4px;
  font-family: 'Arial'; 
  text-align: left;
  font-size: 16px;
}

.grid-content-help {
  background-color: beige;
  color: black;
  padding: 0px;
  font-family: 'Arial'; 
  text-align: left;
  font-size: 14px;
}

.grid-content-vol2wb {
  grid-column: 1 / span 2;
  background-color: beige;
  color: black;
  padding: 4px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

.grid-content-notify {
  grid-area: main;
  display: inline-grid;
  grid-template-columns: 2fr 5fr;
  word-wrap: break-word;
  background-color: beige;
  border: 3px solid #D9B83B;
  padding: 5px;
  row-gap: 5px;
  border-radius: 8px;
  max-width: 900px;
}

.grid-content-error {
  grid-column: 1 / span 2;
  background-color: beige;
  color: red;
  padding: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 18px;
}

.grid-content-spacer {
  grid-column: 1 / span 2;
  background-color: beige;
  color: black;
  padding: 4px;
  text-align: left;
  height: 4px;
}

.grid-content-err {
  background-color: beige;
  color: black;
  padding: 4px;
  text-align: left;
  border: 2px solid red;
  border-radius: 4px;
}

.button-notify {
  background-color: #3d1e13;
  border: 1px solid #D9B83B;
  color: #D9B83B;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.button-hover:hover {
  box-shadow: 0 16px 8px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  transform: scale(1.1);
  border: 1px solid black;
}

p.qahead16 {
  background-color: beige;
  word-wrap: break-word;
  color: black;
  padding: 2px;
  text-align: left;
  font-family: 'Arial'; 
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 1px;  
}

p.ques14 {
  background-color: beige;
  word-wrap: break-word;
  color: seagreen;
  padding: 2px;
  text-align: left;
  font-family: 'Arial'; 
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 1px;  
}

p.ans14 {
  background-color: beige;
  word-wrap: break-word;
  color: black;
  padding: 2px;
  text-align: left;
  font-weight: normal;
  font-family: 'Arial'; 
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 8px;
}

.grid-button-bar2 {
  grid-column: 1 / span 2;
  display: inline-grid;
  grid-template-columns: 90px auto;
  background-color: beige;
  padding: 10px;
/*  align-items: left; */
}

