body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sidenav { /* Actual Side Nav */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(27, 113, 194); */
    background-image: url(BannerMobile.jpg); /* sets the header image to be used globally */
    background-position: right;
    background-size: 100%;
    background-position: left;
    background-repeat: repeat-y;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {  /* Sidenav words */
    padding: 8px 8px 8px 32px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: grey;
  }
  
  .sidenav .closebtn { /* X button*/
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: darkred;
    text-shadow: 0px 0px 4px white, -1px -1px white, 2px 2px white;
    font-weight: bold;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


  .titleImgMobile{
    height: 600px;
  }

  .MainImageMobile{
    padding-top: 100px;
    padding-bottom: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 350px;
  }

  #MobileImg {
    height: 500px;
    padding-bottom: 100px;
  }


  #Mobilecontent{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px;
  }

  #OrdersImg{
    padding-top: 50px;
    width: 200px;
    height: 200px;
    
  }


  .OtherImageMobile{
    width: 100%;
  }

  .sidebar{
    padding: 5px;
    padding-top: 200px;
    font-size:50px;
    cursor:pointer;
  }

  .links{
    font-size: 30px;
  }

  .NBcontent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .Img404mobile{
    padding-top: 100px;
  }

  .hmobile{
    font-size: 15px;
    font-weight: lighter;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
  }

.BaronIMG{
  height: 400px;
  width: 350px;
  padding-top: 100px;
}

.ArticlesIMG{
  height: 300px;
  width: 350px;
  padding-top: 100px;
}

.cookietitlemobile{
  color: white;
  font-size: 18px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding-left: 10px;
  padding-right: 60px;
}
  
h6{
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 12px;
}

.btnmobile{
  background-color: darkred;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid grey;
  
  
}

.btnmobile2{
  background-color: darkred;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 6px;
  border: 1px solid grey;
  
  
}

.Leavemobile{
  padding-left: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  color: white;
  text-align: center;
  width:200px;
  
  
}

.nbMainImg{
  padding: 0;
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 700px;
}

.HomeTitle{
  text-align: center;
  font-size: 30px;
 color:  black;
  font-family:Arial, Helvetica, sans-serif;
}

.homebutton{
  
  background-color:  black;
  border: 2px solid rgb(252, 252, 252);
 
  border-radius: 15px;
  display: inline-block;
  color: white;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
}

.portmargin{
  margin-left: 10%;
}

.homepadding{
  padding: 5px;
}

.ArticleBorderMobile{
  border:2px solid black;
  padding-bottom: 100px;
}