 body {
     font-size:16px;
   }
   a { text-decoration:none }

  @media screen and (max-width: 1992px) {
     .headerDesktop {
        display:flex;
		width:100%;
        justify-content: center;
		align-items: center;
        background-image: url('../images4/HeaderBackground_V3.jpg');
		background-size:cover;
        height: 200px;
		color:white;
	 }
	 .headerDesktop .logoBox {
           text-align:center;
	 }
	 .headerDesktop .logo {
          height: 138px;
		  margin-left:55px;
		  margin-bottom:15px
	 }
	 .headerDesktop .Message1 {
       align-self: flex-start;
	   margin-top:20px;
	   left:180px;
	 }
	 .headerDesktop .MemberLabel {
	    position:relative;
        margin-left: auto;
		align-self: flex-end;
		padding:10px;
		z-index:50000;
	 }
	 .headerMobile {
	    display:none;
	 }
}

@media screen and (max-width: 992px) {
    .headerDesktop {
       /*display:none;*/
    }

 }

@media screen and (max-width: 640px) {
 .headerDesktop {
      display:none;
      background:magenta;
	  font-size:0.5rem;
	  height:100px;
    }
	.headerDesktop .logoBox {
           text-align:center;
	 }
	.headerDesktop .Message1 {  left:80px }
	.headerDesktop .connect { font-size:0.5rem }
	.headerDesktop .logo {
          height: 58px;
	 }
	 .headerDesktop .MemberLabel {
	    text-align:right;
        margin-left: auto;
		align-self: flex-end;
		padding:10px;
		 position:relative;
        margin-left: auto;
		align-self: flex-end;
		padding:10px;
		z-index:50000;
		background:#0080c0;
	 }

	  .headerMobile {
		 display: flex;
		 flex-direction: row;
		 width: 100%;
		 max-width:100%;
		 overflow:hidden;
		 height: auto;
		 min-height: 60px;
		 background: white;
		 justify-content: center;
		 align-items: center;

	   }

	   .headerMobile .box1{ margin-left:10px ; }
	   .headerMobile .box2{ border:0px solid gray;margin-left:auto ;}
	   .headerMobile .box3{ border:0px solid gray;margin-left:auto;}
       .headerMobile .imgLogo {     height: 40px; }
	   .moblieBtn {  display: block; }
	   .sidenav-trigger {  color: #26a69a; }
	   #basketbag , .cart-dropdown { display:none; }
	   #mainNavBar { height:10px }
	   .headerGraph { font-size:1.0rem ;margin:10px;}






}

