+ {
  box-sizing: border-box;
}

body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #ffffff;
   text-align: left;
   font-size: 24px;
   max-width: min(96%,1400px); 
   width:     min(96%,1400px);
   align-content: center;
   margin:  auto;
   border:  0px;
   padding: 10px;  
   }
  
.mybuttons {
    height: 40px;
    width: auto;
    background-color: transparent;
    margin-left: 5px;
    margin-right:5px,
    } 

sup {
  vertical-align: super;
  font-size: smaller;
}


.mybutSml {
    height: 24px;
    width: auto;
    background-color: transparent;    
    }    

.my250 {
    height: auto;
    width: min(35%,250px);
    background-color: transparent;
    float: right;
    padding: 5px;
    border: 0px;
    margin: 2px;
    }    
   
.mytitle {
    height: auto;
    width: min(70%,500px);
    background-color: transparent;
    float: center;
    padding: 5px;
    border: 0px;
    }    

.myban {
    height: auto;
    width: min(70%,700px);
    
    background-color: transparent;
    float: center;
    padding: 5px;
    border: 0px;
    }    

.myhr {    
    width: 100%; 
    height: 0px; 
    background-color: #D19090;
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    border: 3px solid #D19090;  
    border-radius: 3px;
    }



.myCookie { 
    
    background-color:#F4E9E9;  
    padding: 10px;                /* between line and contents  */
    margin: auto;                 /* between outside and line   */ 
    border:4px solid #B05252;  
    border-radius: 10px;          /* corner style               */
    clear: both;    
    max-width: max(40%,400px); 
    width: max(40%,400px);
    display: none; 
    z-index: 99; 
    height: auto;    
    position: absolute;  
    left: 0;
    right: 0;
   
    align-content: center;                  
    text-align: center;          
    top: 20px;
    }

.myCurvedBorder,.myCurvedBorderSml {
    background-color:#F4E9E9;  
    padding: 20px;                /* between line and contents  */
    margin: auto;                 /* between outside and line   */
    margin-bottom: 10px;
    margin-top: 10px;
    border:4px solid #B05252;  
    border-radius: 15px;          /* corner style               */
    clear: both;
    max-width: min(90%,1300px); 
    width: min(90%,1300px);
    
    max-width: min(70%,1200px); 
    width: min(70%,1200px);
    }

.myCurvedBorderSml {
    max-width: min(60%,750px); 
    width: min(60%,750px);
    padding: 5px; 
    border:2px solid #B05252; 
    margin-bottom: 2px;
    margin-top: 12px;
    table-layout: fixed;  
    table-layout: initial;
    /* table-layout: auto|fixed|initial|inherit; */
    }


.header,h1,h2,h3 {
    color: #B00000;
    /*  padding: 10px;  */
    text-align:left;
    /*    border: 4px solid #0000f0;  */
    }

/* Style the header */
h1  {
    font-size: 34px;
    color: #B00000;
    }

.header,h2 {
    font-size: 30px;
    color: #B00000;
    }

h3  {
    font-size: 26px;
    color: #B00000;
    }

@media screen and (max-width: 400px)  {   /* when the screen is 400px width or less */  
    body { font-size: 16px;} 
    h1   { font-size: 26px; } 
    h2   { font-size: 22px; } 
    h3   { font-size: 18px; }
    .mybuttons {height: 21px;} 
    .mybutSml  {height: 14px;} 
    }

 
@media screen and (min-width: 400px)  {   /* when the screen is 400px width or more */  
     body { font-size: 18px;   } 
     h1   { font-size: 28px;   } 
     h2   { font-size: 24px;   } 
     h3   { font-size: 20px;   }
    .mybuttons { height: 23px; } 
    .mybutSml  { height: 16px; } 
     }

@media screen and (min-width: 700px)  {  
     body { font-size: 20px;   } 
     h1   { font-size: 30px;   } 
     h2   { font-size: 26px;   } 
     h3   { font-size: 22px;   } 
    .mybuttons { height: 25px; } 
    .mybutSml  { height: 18px; }
    }

@media screen and (min-width: 1000px)  {  
     body { font-size: 22px;   } 
     h1   { font-size: 32px;   } 
     h2   { font-size: 28px;   } 
     h3   { font-size: 26px;   } 
    .mybuttons { height: 27px; } 
    .mybutSml  { height: 20px; } 
    } 

@media screen and (min-width: 1400px) { 
    /* when we have more then 1400 then only use the middle 1400 */
    body  {  max-width: 1400px;
                 width: 1400px; } 
    } 

.myboardpic {
    width: 250px;
    height: 200px;
    }


#mynotes {
    text-align: left;
    color:      #2A2A2A;
    font-size:  smaller;
    font-style: italic;
    }


li {  padding: 5px;
   }


.mySmallLeft,.mySmallRight {
    color:     #800000;
    padding:   2px;
    font-size: 16px;
    text-align: left;
    }

.mySmallRight {   
    text-align: right;
    float:right;
    }


.small {
    color:     #A00000;
    padding:   10px;
    font-size: 10px;
    text-align: center;
    }

.smaller {
    color: #FF0000;
    padding: 5px;
    font-size: 8px;
    text-align: center;
    }

p.mynotes { 
    font-size: smaller;
    font-style: italic;
    background-color: yellow;
    color:aquamarine;
    }


b,a {
    color: #800000;
    /* font-style: italic;   */
    font-weight: 600;
    }


a:link { 
    text-decoration:  none; 
    color:            #B00000;
    background-color: transparent;
    //background-color: #DDDDDD;
    
    font-weight:      600;
    }  

a:hover { 
     /* background-color: #DDDDDD;  */
     background-color: transparent;
    }  
/*
a:visited { 
    text-decoration:  none;
    color:            #B00000;
    background-color: transparent;
    font-weight:      600;
    }

a:active { 
    text-decoration:  none;
    color:            #B00000;
    background-color: transparent;
    font-weight:      600;
    }

*/

.myheadera, .myheadera:active, .myheadera:hover, .myheadera:link, .myheadera:visited {
    background-color: transparent;
    border: 0px solid #00F000;  
    align-content: center;         /* added 300424 */
       
                                  /* below added 080524 */   
    margin-left: auto;
    margin-right: auto;
    display: inline-block;        /* shrink to fit */    
    }



    
.mypics {
    float: right;
    padding: 10px;
    }


.mysidepics {
    float: right;
    padding: 10px;
    }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    margin: 0px;
    padding: 0px;
    }

.myclear {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0px;
    padding: 0px;
    max-width: 100%;  
    }


#mypar {
    margin: 5px;
    padding: 5px;
    border: 0px solid #000000;       /* added 300424 */
    background-color: transparent;
    clear: both;
    display: table;
    display: inline-block;           /* shrink to fit */
    width: 96%;                      /* whatever width you like */
    position: relative;              /* so .content can use position: absolute */
    }
 
  
#workshop,#online,#Website,#Electromagnetism,#Electronics,#Circuits {
        display: none;
       }
  