:root {
--scrnmaxwidth:  1280px;
  --navgrey: #EFEFEF;
--navheight: 43px;
--linegrey: #D8D8D8;
--navahover: #C80011;
--myred: #E60000;
--semibold: 600;
}

.myred {
  color: #E60000;
}


body {  
	height: 100.1%;
        font: 14px helvetica;
        line-height:30px;
        width: 100%;
      max-width: var(--scrnmaxwidth);
       overflow-y: scroll; 
       overflow-x: overlay;
}

header, footer { 
        width: 100%;
 }

header { z-index: 10;}

body, header, section, footer { margin: 0 auto;}

section {  
   display: flex;
   width: 90%;
   flex-direction: column;
   align-items: flext-start;
   text-align: left;
}


/* breadcrumb  spacing */
section > ul:first-child {margin: 0px;} 


h1 {  
  font: 22px  helvetica;
  padding-top: 20px;
}

h2 {
  font: 16px  helvetica;
}

h3 {
  font: 14px  helvetica;
 text-decoration: none;
}

article {
  margin: 10px 0px;
  padding: 0px;
}


.category, .smallfont, .mybutton {
  font: 12px  helvetica;
}

li {
   padding-bottom: 15px;
}

.mybutton {
   padding:15px 22px;
}

.title, .body2  {
  font: 16px  helvetica;
}

.caption {
  font: 18px  helvetica;
  font-weight: bold;
  text-align: center;
}

.figimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .level2c3b  for order page */
.level1, .level1h, .level2c3, .flexrow, .level2c3b, .centerline, .centerline1, .login-tab > div, .loginh3  {
  display: flex;
  flex-direction: row;
}

/* account menu pages */
.login-tab {  
     display: flex;
     flex-direction: column;
     margin-left: 20px;
} 

.login-tab  > div  {
    padding: 5px 20px;
    border-bottom: 1px solid var(--linegrey);
}

.login-tab > div:first-child  {
   background-color: var(--navgrey);
   font-weight: bold;
   font-size: 16px;
}

.login-tab  >  div  >  div:first-child {   
       width: 60%;

}

.login-tab    img{   
       padding-right: 15px;
}

.login-tab  >  div  >  div  {   
   width: 20%;

}

.login-tab  >  div  >  div:not(:first-child) {
   text-align: center;
}
 
.loginh2 {
    font-size: 18px;
}

.loginh3 {
    font-size: 16px;
    justify-content: space-between;
    margin-bottom:  30px;
}

.loginh3 > div:first-child {
    font-weight: bold; 
    color: #002060;
}


/*reset pw menu pages */
.flexcolumn {
   width: 40%;	
   display: flex;
   flex-direction: column;
   margin: auto;
} 

.flexcolumn > input[type=submit] {
   margin: auto;
}


.level1 > div >  img , .level1 > div >  a > img , .level1h > div > img {
  width:100%;
}

.level1 > div:first-child { 
   width: 15%; 
}
 
.level1  { padding-bottom: 40px;}


.level1 > div:last-child { 
   width: 75%; 
   margin-left: auto;
}

.level1h > div:first-child {
   width: 20%; 
}
 
.level1h > div:last-child {
   width: 70%; 
   margin-left: auto;
}

.level2c3 { 
    justify-content: space-evenly
}


article.level2c3 {
    margin: 0px  10% 40px  10%;
    line-height: 130%;
}
 
.level2c3 > div > h3  {
   
   font-weight: bold;
}

.level2c3 > div { 
   text-align: center;
  flex: 1 1 0;
  padding: 10px 20px;
}
 
.level2c3b  {
  justify-content: space-around; 
  padding-top: 40px;
}
   
  .level2c3b > div {
  background-color: white;
  border: 1px solid #707070;
 flex-basis: 150px;
  text-align: center;
  padding: 6px 0px  6px 0px;
  margin: 0px  ;
  font-size: 14px;
 line-height: 1.4;
}

.boxfocus   {
  background-color: #F2F2F2;
  border: 10px solid black;
  font-weight: bold;
  }


 

.semibold {
   font-weight: 600;
}


.bold, h1, h2, .title  {
  font-weight: bold;
}

.upcase, .category  {
  text-transform: uppercase;
}

/* fit image into exact flex item box */
.img-fluid {
    max-height:100%;
    height:auto;
}

 
 

h2  {
  text-decoration: none
}

.itemright {
 margin-left: auto;
}

.itemleft {
 margin-right: auto;
}

.libindentleft {
  padding-left: 20px;
}

.mybutton, a.mybutton{
    background-color: black;
    color: white;
    padding: 10px;
}

a.mybutton:hover,  a.mybutton:active{
    opacity: 0.5;
    color: white;
}
 

 


 /* unvisited link */
a {
  color: black;
  font-weight: bold;
 text-decoration: none;
}

/* mouse over link */
a:hover, a:active  {
  color: #707070; 
}

 
.center,  .mybutton {
    text-align: center;
} 


.greycolor   {
    color: #F5F5F5;
}

.greyline {
    height: 0; 
    border: none;
    border-top: 1px solid var(--linegrey); 
}

/* if update needs to update index.php script for navbar backgound color */
.greytheme, .greynav  {
    background-color: var(--navgrey);
}

.greytopbot {
  border-top: 1px solid var(--navgrey);
  border-bottom: 1px solid var(--navgrey);
 }

.blacktheme  {
     background-color: #000000;
}

.whitetheme, .whitebg {
   background-color: #FFFFFF; 
}

.blackchar, .whitetheme, .greytheme  {
    color: #000000;
}

.whitechar, .blacktheme {
  color: #FFFFFF; 
}

.2char, .bdisablechar {
  color: #707070; 
}

.disablechar {
    color: #B3B2B2;
}

.hide {
display: none;
}

.show {
display: block;
}

/* keep */
.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  right: 50%;
  position: relative;
  width: 100vw;
}

.centerline {
      margin: 100px 0px 80px 0px;
       font-size: 27px;
       font-weight: 795;
 }

.centerline1 {
      margin:  0px;

 }

 .centerline > span ,  .centerline1 > span  {
   padding: 0px 10px;
}



.centerline:before , .centerline:after {
            content: " "; 
            flex: 1 1; 
            border-bottom: 1px solid var(--linegrey); 
            margin: auto; 
}

.centerline1:before , .centerline1:after {
            content: " "; 
            flex: 1 1; 
            border-bottom: 1px solid var(--linegrey); 
            margin: auto; 
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
 