@media screen and (min-width: 1600px) {
  
  /* Menu items */
  .jmenu li {
    display: inline-block;
  }
  
  .jmenu a {
    padding: 16px;
  }
  
  /* Dropdowns */
  .jm-dropdown {
    position: relative;
  }
  
  .jm-dropdown li a {
    display: block;
    padding: 8px 16px;
    white-space: nowrap;
  }
  
  .jm-dropdown ul {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
    padding: 8px 0;
    position: absolute;
    min-width: 100%;
  }
  
  /* Menu Button */
  input.jm-menu-btn,
  label.jm-menu-btn {
    display: none; /* Hide menu button */
  }
  
  input[type='checkbox'].jm-menu-btn ~ .jm-collapse,
  .jm-collapse {
    display: block; /* Show menu */
  }

}
@media screen and (min-width: 600px) {
.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:auto;
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: 60px;
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: 25px;
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: 15px;
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
{

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 ;
}
}