.BG {
	background-color: white;
}

.links {
	color: black;
	text-decoration: underline;
	text-shadow: 0 0;
}



/* Banner and logo styling -------------------------------------*/
.GWG_logo {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;

}

.GWG_fig {
  max-width: 40%;
  align-self: flex-start;
  display: inline-block;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

@media (max-width: 700px) {
  .GWG_logo {
    width: 280px;
  }

  .GWG_fig {
    max-width: 100%;
    display: inline-block;
    margin-left: 0.5em;
  }
}

.logo {
  height: 50px;
  margin-right: 20px;
}

.leading {
  height: 10em;
  margin-bottom: 0;
  padding: 0em;
  color: white;
  background-image: url('../grids/index_files/JohannesburgArtisticSilhouette.svg');
  background-position: center bottom;
  background-color:  #fff;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0px 0px 5px #000;
}

.leading-text {
  max-width: 900px;
  font-size: 1.2em;
  line-height: 1.4em;
}



/* Navigation bar styling -------------------------------------- */
.navbar {
  list-style-type: none;
  margin: 15px;
  margin-bottom: 30px;
  padding: 5px;
  overflow: hidden;
  background-color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 5;
}

.nav-li {
  list-style-type: none;
  float: left;
}

.nav-li-a {
  font-family: Monospace;
  color: black;
  text-align: center;
  padding: 14px 16px;
  margin-left: 2px;
  text-decoration: none;
  background-color: white;
}

.nav-li-ahover {
  background-color: #BDBDBD;
}

.nav-ul {
	background-color: white;
}

#toggle, #custom {
	display: flex;
	font-family: Monospace;
	font-weight: bold;
	background-color: royalblue;
	color: white;
	padding: 0.8em;
}



/* Main styling ---------------------------------------------- */
.grid-contain {
	display: grid;
	grid-template: 420px 300px / 1fr 1fr;
	grid-column-gap: 80px;
}

.h1 {
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 2em;
	color: black;
  text-shadow: 0 0;
}

.h2 {
	display: inline;
}

.h2-a {
	font-family: 'Times New Roman', serif;
	font-size: 1em;
	font-weight: 300;
	color: black;
  	text-shadow: 0 0;
}

.div-img {
	grid-column-start: 1;
	justify-self: end;
	align-self: center;
}

.img {
	width: 400px;
	margin-top: 50px;
}

.social-links {
	grid-column-start: 2;
	justify-self: start;
	align-self: center;
	list-style-type: none;
}

.main-text {
	grid-row-start: 2;
	grid-column-start: 1;
	grid-column-end: span 2;
	max-width: 900px;
	justify-self: center;
	align-self: center;
}

.para {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	color: black;
}

.p-a {
	color: black;
}

.p-ahover {
	text-decoration: underline;
}

.linkb {
  color: rgba(57, 129, 243, 1);
}

.linkg {
  color: rgba(50, 164, 81, 1);
}

.linky {
  color: rgba(240, 181, 5, 1);
}

.linkr {
  color: rgba(50, 164, 81, 1);
}

.link1 a:hover {
  background-color: rgba(159, 193, 249, 0.8);
  color: rgba(57, 129, 243, 1);
}

.link2 a:hover {
  background-color: rgba(126, 215, 150, 0.8);
  color: rgba(50, 164, 81, 1);
}

.link3 a:hover {
  background-color: rgba(253, 225, 140, 0.8);
  color: rgba(240, 181, 5, 1);
}

.link4 a:hover {
  background-color: rgba(126, 215, 150, 0.8);
  color: rgba(50, 164, 81, 1);
}

/* Footer styling ---------------------------------------------- */

.footer {
  border-top: 1px solid black;
  font-size: 0.75em;
}

.footerp {
  margin: 15px 30px 60px 30px;
}

button#toggle, button#custom {
	
}



/*Mel styles
=====================*/


.melh2a {
  text-decoration: none;
  color: #41EAD4;
  text-shadow: 1px 1px #FF206E;
}

.melp {
  color: white;
}

.mel-a {
	
}