/*Mobile  Portrait: W=414 H=715*/        
@media  screen and (min-width: 300px) {
  header        {  display:none;background-image:none;}
  header img    {  display:none;}
  header p      {  display:none;}
}

/*iPad Portrait or iPhone Landscape  */
@media  screen and (min-width: 750px)  {   
  header          {  display:block;height:50px;  background-image:url('../Img/Around/Summer/PanoramaCaly.jpg');}
  header img      {  display:block;height:50px;}
  header p        {  display:block;height:50px;}
  .FabIconHeader  {  display:block;height:50px; width: 50px; }
}

/*Computer Screen   or iPad Landscape*/
@media  screen and (min-width: 1000px)  { 
  header          {  display:block;height:80px;  background-image:url('../Img/Around/Summer/PanoramaCaly.jpg');}
  header img      {  display:block;height:80px;}
  header p        {  display:block;height:80px;padding:20px ;}
  .FabIconHeader  {  display:block;height:80px; width: 80px; }
}

header {
  position:fixed;
  background-color: black;
  text-align: center;
  top:0px;
  width:100%;
  color: white;
  font-weight: bold;
  background-repeat:no-repeat;
  background-position: right top;
  background-attachment:fixed; 
  background-size:contain;
  margin:0px;
  padding:0px;
  z-index: 100;
}

header img
{
  position:absolute;
  right:0px;
  z-index: 100;
}

.FabIconHeader{ 
  position:absolute;
  left:0px;
  padding-top:0px;
  z-index: 100;
}

header p
{
  position:absolute;
  float:left;
  left:0px;
  text-align:center;
  width:100%;
  font-size:xx-large;
  overflow:hidden;
  color:red;
  z-index: 100;
  margin: 0px;
}

#CentralName {
  width:100%;
  position:absolute;
  left:0px;
  text-align: center;
  z-index: -1;
}

.lang{
  position:relative;
  z-index:100;
  width:1%;
  height:1%;
  overflow:auto;
  margin-left:10px;
}

.Content{
  top:0px;
  height:100%;
  width:100%;
  max-height:1000px;
  margin: 0px;
  background-color: black;
  background-image:url('../Docs/Resources/MB_BW4.jpg');
  background-size:contain;
  background-repeat: no-repeat;
  align-content: center;
  z-index:-1;
}
