*{
margin: 0;
padding: 0;
}
body {
font-family: "Lato", sans-serif;
background-color: #f2f2f2;
}
.category{
font-size:20px;
cursor:pointer;
color: white;
padding: 11px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.timeline_post{
overflow-y: scroll;
}

.event-heading{
  margin-top: 80px;
}
.event-heading h2{
text-align: center;
margin-top: 20px;
font-size: 40px;
color: #c21500;
}

.center-div{
height: 700px;
margin: auto;
margin-top: 10px;
margin-bottom: 100px;
overflow-x: hidden;
border-radius: 10px;
}

.right-div{
float: right;
margin-top: -1220px;
margin-right: 70px;
}
.right-div input{
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: 1px solid lightgray;
  margin-bottom: 30px;
  font-size: 14px;
}
.center-div p {
padding: 10px;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
body {
background-color: #eee;
font-family: "Poppins", sans-serif;
font-weight: 300
}
.card {
border: none;
margin-bottom: 20px;
}

.ellipsis {
color: #a09c9c
}
hr {
color: #a09c9c;
margin-top: 2px;
margin-bottom: 4px
}
.muted-color {
color: #a09c9c;
font-size: 13px
}
.rounded-image {
border-radius: 50% !important;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px
}
.name {
font-weight: 600
}
.comment-text {
font-size: 12px
}
.status small {
margin-right: 10px;
color: blue
}
.form-control {
border-radius: 26px
}
.comment-input {
position: relative;
display: flex;
}
#comment-btn{
border-radius: 50px!important;
}
.fonts {
position: absolute;
right: 13px;
top: 8px;
color: #a09c9c
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #8bbafe;
outline: 0;
box-shadow: none
}
.form-control{
width: 100%;
}
.buttons{

display: inline-flex;
text-align: center;
align-content: center;
margin-top: 60px;
overflow-x: scroll;
max-width: 80%;
height: 100px;
margin-left:22%;
}
.buttons i {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

#member{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: linear-gradient(to right, #c21500, #ffc500);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

#prog{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: linear-gradient(to right, #c21500, #ffc500);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#donate{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: linear-gradient(to right, #c21500, #ffc500);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#downcard{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: linear-gradient(to right, #c21500, #ffc500);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
#crowdfunding{
margin: 10px;
color: white;
font-size: 12px;
font-weight: bold;
height: 70px;
width: 120px;
background: linear-gradient(to right, #c21500, #ffc500);
border: none;
padding: 8px;
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}

#more {
display: none;
}
.cmt_div{
display: grid;
grid-template-columns: 1fr .1fr;
justify-content: space-between;
align-items: center;
width: auto;
}
#delete{
color: gray;
font-size: 12px!important;
padding-left: 10px;
}
#post_div{
/*box-shadow: 0px 0px 1px 1px lightgray;*/
border-radius: 10px;
padding: 5px;
background: rgb(241,243,244);
margin-bottom: 5px;
}
.comments_div{
max-height: 250px;
overflow-y: scroll;
}
@media screen and (max-width: 900px) {
.timeline_data{
width: 80%;
margin: auto;
}
}
.sidenav i {
font-size: 14px;
margin-bottom: 50px;
}
@media screen and (max-width: 1170px) {
#nav-bar{
display:none!important;

}
.category{
display: block!important;
}

.buttons{
  margin-left:10%;
}
}
@media screen and (max-width: 1170px) {
  .right-div {
    /*width: 100%;*/
    display: none;

  }
}

@media screen and (max-width: 1164px) {
  .center-div {
    height: 630px;

  }
}