p{line-height:1.5;}
.numbertext {
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		position: absolute;
		top: 0;
	}
#templatemo_content_wrapper {
  display: flex;
  justify-content: center;   /* CENTER CONTENT */
  background-color: #fff;
  width: 100%;
}
#templatemo_content {
  max-width: 900px;      /* CONTROL CONTENT WIDTH */
  width: 100%;
  padding: 20px;
  margin: 0 auto;        /* CENTER */
  box-sizing: border-box;
}
#templatemo_content iframe,
#templatemo_content embed,
#templatemo_content object,
#templatemo_content table,
#templatemo_content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #templatemo_content {
    padding: 15px;
  }
}


/* ===== Language selector ===== */
.lang-select {
  margin-left: auto;
  padding-right: 10px;
}

.lang-select select {
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  outline: none;
}

/* Mobile behavior */
@media screen and (max-width: 768px) {
  .lang-select {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }

  .lang-select select {
    width: 100%;
  }
}

	#templatemo_header{
		position: relative;   /* or just remove position */
  height: 65px;        /* THIS is the line you asked about */
  text-align: center;
  background-image: url('/images/templatemo_header_bg15.png');
  /*background-repeat: no-repeat;*/
  background-size: 100% 100%;
		background-color:#808080;color:white;
		display: flex;
	}
	
/* ===== RESET ===== */
	
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans Ethiopic", "Visual Geez Unicode", Arial, sans-serif;
  background: #f4f4f4;
}

/* ===== NAVBAR ===== */
.topnav {
  position: sticky;
  top: 0;
  height: 50px;
  background: #666666;
  z-index: 9999;
	display: flex; align-items: center;
	display: flex;
	align-items: center; 
	justify-content: center; /* CENTER MENU */
	flex-wrap: wrap;
}

.topnav a,
.dropbtn {
  color: white;
  padding: 14px 16px;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;margin-left:25px;
}

.topnav a.active {
  background-color: #5d625c;color:white;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: gray;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
	color:white;
}

.dropdown-content a {
  display: block;
  padding: 12px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger */
.topnav .icon {
  display: none;
  margin-left: auto;
  font-size: 22px;
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 768px) {
  .topnav a,
  .dropdown {
    display: none;
    width: 100%;
  }

  .topnav.responsive a,
  .topnav.responsive .dropdown {
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
    box-shadow: none;
  }

  .topnav .icon {
    display: block;
  }
}

/* ===== SLIDESHOW ===== */
.slideshow-container {
  max-width: 800px;
  margin: 20px auto;
  position: relative;
	
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.text {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.4);
  padding: 6px;
}
.fade {
  animation: fadeEffect 1.5s;
}
@keyframes fadeEffect {
  from {opacity: .4}
  to {opacity: 1}
}
.dot {
  height: 12px;
  width: 12px;
  margin: 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
	cursor: pointer;
}

.active-dot {
  background-color: #717171;
}

/* ===== FOOTER ===== */
#footer,#footer a{
  position: relative;
  bottom: 0;
  width: 100%;
	background-color:#666666;
	color: white;
	text-align: center;
}
post_section {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
	background: url(images/templatemo_divider.jpg) bottom repeat-x;	
}

.post_section h2  {
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	background: url(images/templatemo_header_bg.png) no-repeat bottom left;
}

.post_section .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .left {
	float: left; 
	width: 130px;
}

.post_content .left img {
	border:1px solid #CCC;
	padding: 5px;
	background: #fff;
}

.post_content .right {
	float: right; 
	width: 450px;
}

.post_section p {
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.post_section .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}
/* gallery */
#gallery { width: 600px; height: 600px;}

#gallery ul { list-style: none; margin: 0; padding: 0; }
	
#gallery ul li {
		float: left;
		display: inline; 
		padding: 0;
		margin: 0;
		width: 200px;
		padding: 10px;
		margin: 0 30px 30px 0;
		background: #f1f2ea;
		border: 1px solid #d5d7ca;
	}
	
#gallery ul li img {
		width: 200px;
		height: 150px;
		border: none;
		margin-bottom: 15px;
	}
	
/* end of gallery */