* { box-sizing: border-box;}
body{margin: 0; padding: 0; line-height: 1.8; letter-spacing: 2px; font-weight: 380;
font-family: "Noto Sans", Cambria, Garamond, Tahoma, Verdana; background: #b9c4a3; }
a {text-decoration: none;}
* img{display: block; margin: 0 auto; max-width: 100%; height: auto; }

/* header and nav starts */
.header-parent{ display: block; background: #a15c38; border-radius: 3px; }
.logo-and-slogan{ display: flex;  justify-content: space-between; align-items: center; margin: 0 auto; max-width: 1100px; }
 .logo-box img{ flex-basis: 15%;  display: block; padding: 10px; }
.slogan-box { flex-basis: 70%; text-align: center; font-size: 36px; line-height: 1.4; color: #f4f4f4;  }
.nav-parent {display: flex; background: #515151; width: 100%; align-items: center; justify-content: center; }
.nav-parent span{margin: 0; padding: 0; background: #464848; border-left: 2px solid #555;}
.nav-parent span a { display: block; text-decoration: none; color: white; padding: 8px 10px; font-size: 16px; }
.nav-parent span a:hover {background: #555; }
a.fresh{ background: #cc8400;}
span a.fresh:hover{ background: #2061a3;}
/* header and nav ends */

  /* recent parent starts */
  h1.recent-main-title { font-size: 36px; margin: 2pX; color: #2f2f2e; text-align: center; font-weight: 400; }
 .outer-box { display: block; margin: 10px auto; max-width: 1280px; background: #949c82; border-radius: 3px; padding-top: 10px;}
 .recent-date{display: block; margin: 0 auto; padding: 1px; font-size: 12px; background: #e5e5e5; border-radius: 3px 3px 0 0; }
 h1{ font-size: 25px; padding-left: 10px; color: #2f2f2e; text-align: center; font-weight: 400;}
 p{padding: 4px 16px; font-size: 1rem; }
.recent-parent{display: flex; max-width: 1100px; height: auto; margin: 16px auto 16px auto; justify-content: space-between;  border-radius: 3px;}
.recent-box{ background: #f3f3f2; flex-basis: 48%; border-radius: 3px; margin-bottom: 26px;}
/* recent parent ends */

.teaser-box{ display: flex;  margin:16px; background: #eaeaea; color: #008000; font-size: 26px; height: 150px; align-items: center; justify-content: center;  border: solid #ddd; border-width: 2px; border-radius: 3px; }


/* youtube video */
.tube-video { aspect-ratio: 16 / 9;  width: 100%; display: block;  margin: 0 auto;}

/* read more and page navigation starts  */
a.recent-read-more{ display: block; width:150px; margin: 32px auto; font-size: 18px; text-align: center; color: white; padding: 5px 24px; background: #545750; border-radius: 25px; } 
a.recent-read-more:hover{ background: #105797; } 

.pages { margin: 16px 8px; text-align: center; color: white; padding: 2px 16px; background: #2061a3; border-radius: 4px; cursor: pointer;  } 
.pages a{ color: white; font-size: 1.2rem;  } 
/* read more and page navigation ends  */

/* link to all contents - teaser area all contents starts */
a.to-all-contents {display: block; max-width: 650px; margin: 16px auto; padding: 16px; background: #e7e7e7; border-radius: 3px;  font-size: 36px; color: #2061a3;  text-align: center; }
a.to-all-contents:hover { background: #cfcfcf; }
/* teaser area all contents ends */

/* message above footer and footer starts */
.message-above-footer{ display: block; background: #2061a3; color: #d8d8d8; width: 100%; padding: 8px 16px; text-align: center; font-size: 22px;}
.give-comment{ display: block; margin: 0 auto; background-color: #32557f; color: #fff; width: 95%; padding: 8px 16px; text-align: center; font-size: 18px; border-radius: 2px;}

.footer-outer { background: #d5e6ff; color: #3f454c; font-size: 16px;}
.footer-parent { display: flex; max-width: 1100px; margin: 0 auto; justify-content: space-around; padding: 16px; align-items:center; }
.footer-child {flex-basis: 25%; margin: 16px 0 0 16px; padding: 16px; border-radius: 4px; }
.footer-slogan { max-width: 1100px; margin: 0 auto; text-align: center; padding: 16px; font-size: 18px;}
.big-mejemer { font-size: 28px; }
/* footer and message ends ends */
    
/* display for 750px or smaller */
@media (max-width: 650px) {
.recent-parent, .footer-parent { flex-direction: column;}  
  .logo-box img{ max-width: 80px; padding: 4px; }
 .slogan-box { font-size: 26px; }
.content { margin: 1rem 0;}
}









