@media (max-width: 500px) {
  .tall {
    height: auto;
  }
  
  .jmenu ul ul {
  display: none; /* Hidden by default */
margin-left:40px;
}
  .header
{
margin-top:50px;
width:100%;
display:inline;
background:#1596B9;
color: #fff;

border-bottom:5px solid  #FFC300  ;
font-family:Sans-serif;
justify-content: center;
}
.subheader
{

margin-top:0px;
width:100%;
height:261px;
display:inline;
justify-content: center;
background:#003366;
border-bottom:5px solid  #16607D  ;
}

.logo
{
    display: block;
      margin: 0 auto;
      width: 40%;
margin-top: 60px;
-moz-box-shadow: 0px 0px 30px #fff;
  -webkit-box-shadow: 0px 0px 30px #ffff;
  box-shadow: 0px 0px 30px #fff;
  -moz-border-radius:190px;
  -webkit-border-radius:190px;
  border-radius:190px;
  width:130px;
  height:130px;
}

.mainhead2
{
width:400px;
text-align:center;
 margin-left: auto;
  margin-right: auto;
text-align-last: center;
}


.head1
{
text-align:center;
margin-left:0px;
width:auto;
color: #003366;/*#DAF7A6;*/
font-size: 100px;
font-weight:normal;
font-family:Verdana;
text-shadow: 2px 2px 1px #DAF7A6;
}
.head2
{

margin-top:0px;
text-align:center;
font-weight:bold;
color:#003366;/*#DAF7A6;*/
font-size: 40px;
font-family:Arial,Verdana,Sans-serif;
text-shadow:  2px 2px 1px #DAF7A6;
}

.head22
{
margin-bottom:5px;
margin-left:0px;

text-align:center;
width:auto;
white-space:nowrap;
color:#FFFFFF;
font-size: 15px;
font-weight:bold;
font-family:Arial,Verdana,Sans-serif;
text-shadow: 3px 3px 8px #1B1C1C;
}

.head3
{
margin-top:20px;
 margin-left: auto;
  margin-right: auto;
font-weight:bold;
width:450px;
font-size: 25px;
text-align:center;
font-family:Arial,Verdana,Sans-serif;
text-shadow: 3px 3px 8px #1B1C1C;

}
.head33
{
color:#FFFFFF ;
font-size:15px; 
text-align:center;
}
.head333
{
color:#FFFFFF;
font-size:15px;
text-align:center;
margin-bottom:10px;

}
.circle
{
float:left;
text-align:center;
border: 1px solid orange;
height: 50px;
  width: 130px;
  /*background-color: #d0d3d4 ;*/
  background: #FFC300;
border-radius: 5%;
  display: inline-block;
  margin-left: 0px;
}
.code
{
  display: flex;
      justify-content: center;  
margin-left: 0px;
margin-top: 10px;
font-size: 16px;
white-space:nowrap; 
font-weight: bold;
font-family:Arial,Verdana,Sans-serif;
/*930434*/
color:  #FFC300 ;
text-shadow: 1px 2px 2px #000000 ;
}
}