body,
h1 {
  font-family: "Raleway", sans-serif
}
h2 {
  font-family: "Raleway", sans-serif;
  color: #8B8000;
  /*
  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: 625;
  color: #4d4d4d;
  margin-top:2.5px;
}

h4n {
  font-size: 40px;
  font-family: "Times New Roman", Times, serif;
  font-weight: Normal;
  color: #4d4d4d;
  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: 150%;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  margin-top:1.5px;
}
img.logo {
width: auto;
height: 28px;
margin-top: 5px;
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/bananas.jpeg');
  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
}

/* Use for BN Link graphic */
.bold {
  font-weight: bold;
}
