/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}




body {
  font-family: Arial;
  padding: 0px 20px, 0 20px ;
  background: black;
  color: Black
  background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 50px 0px 0px 50px;
	text-align: Left;
}

/* Header/Blog Title */
.header {
  padding: 15px;
  text-align: center;
  background: black;
  position: sticky;
  top: 0;
  overflow: hidden;
}
  
}

.header h1 {
  font-size: 50px;
}



#wrapper-menu-page {
	float: right;
	width:180px;
	text-align: center;
	font-family:"Times New Roman","Times New Roman",arial,sans-serif;
	
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
	color: black;
	line-height: 140%;
}

#menu-page h1 {
	font-size: 150%;
	color: #FFD700;
        background: transparent url('images/menu.png') no-repeat;
	margin: 1em 0 0.3em 0;
	font-weight: normal;
	letter-spacing: 0.15em;
}
#menu-page h2 {
	font-size: 150%;
	color: #FFD700;
        background: transparent ;
	margin: 1em 0 0.3em 0;
	font-weight: normal;
	letter-spacing: 0.15em;
}


#menu-page a:link, #menu-page a:visited { color: black; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #FFD700;
	border: 1px solid #FFD700;
	border-bottom: 0;
	clear: both;
	text-align: center;
}

h2 { font-size: 100%; }
h3 { font-size: 100%;
	color: gold;
	font weight: normal;
 }

a:link, a:visited { color: #FFD700; text-decoration: none; }
a:hover{ color: ##FFD700; text-decoration: none; }



#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}


#navbar a {
  float: left;
  display: block;
  color: gold;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: gold;
}


.gallery {
  display: flex;
  flex-wrap: nonwrap;
  gap: 2px;
}

.gallery figure {
  width: 300px;
  text-align: center;
}

.gallery img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}



figcaption {
  background-color: Black;
  color: white;
  font-style: italic;
  padding: 0px 0px 0px 0px;
  text-align: center;
  flex-wrap: wrap;
  width: 150px;
  height:30px;
}


/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: gold;
  margin-top: 20px;
  font-size: 60%;
}

* {
  box-sizing: border-box;
}




/* Style the top navigation bar */
.topnav {
  	
  	background-color: #333;
}

/* Style the topnav links */
.topnav a {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333
  float: left;
  display: block;
  color: gold;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 79%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 19%;
  background-color: black;
  padding-left: 10px;
}

/* image */
.SocialMediaImage {
  
  width: 100%;
  padding: 20px ;
  text-align: center;
	line-height: 50%;
}

h2 {
	text-align: center;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}





#SocialMediaLink {
	font-size: 150%;
	text-align: center;
}

.flex-container {
  display: flex;
  flex-direction: row;
  width: 1350px;
  background-color: transparent;
  justify-content: left;
  padding: 0 0px 0 5px
  
}

.flex-container > div {
  background-color: Transparent;
  width: 300px;
  margin: 25px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
 }

}


#figcaption {
  background-color: gold;
  color: white;
  font-style: italic;
  padding: 0px 0px 0px 0px;
  text-align: center;
  flex-wrap: wrap;
  width: 300px;
  height:30px;
}




