* { box-sizing: border-box;}
body{margin: 0; padding: 0; font-size: 20px; line-height: 1.8; letter-spacing: 2px; font-weight: 380; background: #b9c4a3; }

a {text-decoration: none;}
* img{max-width: 100%; display: block; margin: 0 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 starts */
.outer-box { display: block; margin: 10px auto; max-width: 1280px; background: #949c82; border-radius: 3px; padding-top: 10px;}
.recent-parent{display: flex; max-width: 1100px; height: auto; margin: 16px auto 0 auto; background: #d5e6ff; border-radius: 3px;}
.recent-date{display: block; margin-left: 16px; max-width: 50%; padding: 2px; font-size: 12px; text-align: center; color: white; background: #5c5c5c; border-radius: 3px 3px 0 0; }
.recent-img{flex-basis: 50%;}
.recent-img img{ border-radius: 2%; padding: 0 16px 0 16px; }
.recent-text{flex-basis: 50%; padding: 0 16px 2px 2px; font-size: 16px;  }
.recent-title{ font-size: 30px; padding-left: 10px; }
.recent-fresh{ display: inline-block; background: orange; padding: 4px 12px; border-radius: 3px; }
/* recent ends */

/* content area starts */
.content-area{max-width: 1100px; margin: 0 auto 16px auto; border: 3px; padding-top: 20px; }
p{padding: 8px 16px 16px 16px; font-size: 16px; }
.box2 {display: flex; margin: 0 auto; max-width: 1100px; justify-content: space-around; }
.box2-child { margin: 16px 0; padding-bottom: 0;  border-radius: 3px; background: #f4f4f4; }
.box2{padding: 6px 0 12px 0;}
.box2-child-title {display: block; width: 100%; text-align: center; font-size: 18px; font-weight: 500; color: #333; padding: 1px; background: #e5e5e5; border-radius: 3px 3px 0 0; }

a.read-more{ display: block; width:150px; margin: 8px auto; color: #f3f3f3;  font-size: 20px; text-align: center; padding: 5px 24px; background: #5e6159; border-radius: 25px; } 
.read-more:hover{ background: #2061a3;  } 


.box2-child {flex-basis: 46%;} 
.box2-child { margin-bottom: 16px; padding-bottom: 0; }
.ft-photo{border-radius: 0 0 4px 4px;}

h3.front{margin: 4px 0px; text-align: center; font-size: 28px;  color: #3e3e3e; font-weight: 500;}
hr {width: 50%; margin-top: 0; color: white;}
.site-name{ display: block; color: white; margin: 6px auto; text-align: center; padding: 6px 24px; font-size: 24px;  background: #434540;  border-radius: 4px;  }
.full-div { padding-bottom: 30px; position: relative; background: #f4f4f4; border-radius: 3px; }
.full-div-title {display: block; width: 100%; text-align: center; font-size: 30px; font-weight: 500; color: #333; padding: 1px;  background: #e5e5e5; border-radius: 3px 3px 0 0; }     
.big-letter { color: #4c4c4c; padding: 6px 16px; margin: 0 5px 0 0; border: 2px solid; border-radius: 50%; font-size: 64px; float: left;  line-height: 1; }
/* content area 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;}
.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{flex-direction: column;}
.box2, .footer-parent {display: flex; flex-direction: column;}  
 .logo-box img{ max-width: 80px; padding: 4px; }
 .slogan-box { font-size: 26px; }
.recent-parent{height: auto; border-radius: 0;}
 .content { margin: 16px 0;}
.side-left { margin: 0;}
}






