body
{
    background-color: #f1f0f0;
    color: black;
    font-size: 87.5%;
    font-family: Calibri;
     line-height: 1.5; 
     text-align: left;
}

/*
a{
  text-decoration: none;
  color: #171717;
}

a:link, a:visited{
  color: #171717;
}

a:hover, a:active{
  color: #FFF;
    background-color: #2983d2;
}
*/


.body{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin: 0 auto; /*ALL are center*/
      width: 80%;
    background-color: #FFF;
}

.mainheader hr{
          margin: 0 0;
         height: 5px;
    background-color: #ff0d17;
}


.mainheader img{
     width: 20%;
     height: auto;
     margin: 2% 0;
}

.mainheader nav{
    background-color: #4f92cb;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
}


.topnav {
  overflow: hidden;
  background-color: #4f92cb;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #ff0d17;
  color: white;
}

.topnav .icon {
  display: none;
}










.maincontent{
    line-height: 25px
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
}

.content{
    width: 70%;
    float: left;
}

.topcontent{
 float: left;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
     padding: 1% 2%;
      margin-top: 1%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      width: 98%;
}



.titlebar{
    border-bottom: 3px solid #ff0d17;
    background-color: #404040;

}

.titlebar p{
    font-size: 16px;
}


         .inner-sidebar {
           float: left;
            width: 7%;
         }

         .inner-content{
           width: 90%;
            float: right;
          }


.post-title{
    vertical-align: text-top;
   font-style: normal;
   color: #0d0d0d;
   font-size: 18px;
}

.post-info{
   font-style: italic;
   color: #262626;
   font-size: 85%;
}

.posted-img{
  max-width:100%; 
  height: auto;

  display: block;
     margin: 2% 0;
}





.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 1px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    background-color: #008CBA; 
    color: white;
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: white;
    color: black; 
    border: 2px solid #008CBA;
}










.first-sidebar{
    width: 24%;
    float: left;
    background-color: #0099cc;
    color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
      margin-left: 3%;
      margin-bottom: 2%;
      margin-top: 2%;
     padding: 1% 1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   text-align: center;
}


.Secound-sidebar{
    width: 24%;
    float: left;
    background-color: #FFF;
    color: Black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
      margin-left: 3%;
      margin-bottom: 2%;
      margin-top: 2%;
     padding: 1% 1%;
   text-align: center;
}
.Secound-sidebar-img{
    border-radius: 50%;
  max-width:30%;  
    max-height:30%; 
}



.side1-img{
  max-width:100%; 
  height: auto;
  margin: auto;
  display: block;
}



.mainfooter{
     width: 100%; 
     height: 100px;
     float: left;
    background-color: #171717;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
      margin-top: 2%;
      margin-bottom: 2%;
}

.mainfooter p{
     width: 92%; 
     margin:1% auto;
    color: #FFF;
}








@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}


@media only screen and (min-width: 150px) and (max-width: 600px){

.body{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin: 0 auto; 
      width: 100%;
}


.mainheader hr{
display: none
}

.mainheader img{
     margin:0 auto;
     display: block;
     width: 60%;
     margin-bottom: 1%;
}


 .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


.titlebar{
    border-bottom: 1px solid red;
    background-color: #404040;

}

.titlebar p{
    font-size: 12px;
}



.content{
    width: 100%;
    float: left;
   margin-top: 2%;
}

.post-title{
   font-size: 15px;
}




         .inner-sidebar {
            float: right;
            width: 10%;
         }

         .inner-content{
           width: 80%;
           float: left;
          }






.secoundcontent{
      margin-top: 3%;
}

.first-sidebar{
    width: 94%;
      margin: 2% 0 2% 0;
     padding: 2% 3%;
}

.Secound-sidebar{
display: none

}
