body,
    h1 {
        font-family: "Raleway", sans-serif
    }
    h2 {
        font-family: "Raleway", sans-serif;
        color: #ACAC79;
        /*
        Right margin stops title from clashing with X in right hand corner
        */
        margin-right: 15px;

    }

    h4 {
        font-size: 200%;
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        color: #F0F0D8;
        margin-top:2.5px;
    }

    h4n {
        font-size: 40px;
        font-family: "Times New Roman", Times, serif;
        font-weight: Normal;
        color: #F0F0D8;
        margin-top:2.5px;
    }

    img.logo {
      width: auto;
      height: 45px;
      margin-top: 3px;
      margin-left: 5px;
      margin-right:8.5px;
   }

  .aligned {
    vertical-align: text-bottom;
  }


    m_hidden {
      display: none;
    }

  @media only screen and (max-width: 500px) {
    h4 {
        font-size: 125%;
        font-family: "Raleway", sans-serif;
        font-weight: bold;
        color: #F0F0D8;
        margin-top:7.5px;
		/*
		margin-top:1.5px;
		*/
    }
    img.logo {
      width: auto;
      height: 18px;
	  /*
      margin-top: 5px;
      */
	  margin-top: 11px;
	  margin-left: 3px;
      margin-right: 3px;
/*
      width: 100%
      max-width: 200px;
      height: auto;
      margin-top:5px;
*/
    }
  }


    img.store {
      width: 60%;
    }

    body,
    html {
        height: 100%
    }

    .bgimg {
        background-image: url('../images/Bar2.jpg');
        min-height: 100%;
        background-position: center;
        background-size: cover;
    }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  /* Menu Colour for Prod */
  background-color: #ACAC79;
  /* Menu Colour for Sandbox */
  /* background-color: #F0D878; */

  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}


a.noul:link {text-decoration:none}


/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each Social Media Icon */

/* Facebook */
.fa-facebook {
  color: #3B5998;
}

/* Twitter */
.fa-twitter {
  color: #55ACEE;
}

/* Instagram */
.fa-instagram {
  color: #125688;
}

/* Envelope */
.fa-envelope {
  color: #336699
}

.close-button {
  border: none;
  display: inline-block;
  padding: 15px 12px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

.topright {
  position: absolute;
  right: 0;
  top: 0
}

.notification{
    padding-right: 27px
}

