body{
    background:rgba(48, 155, 89, 0.4);
    overflow-x: hidden;
}
.t_header{
    background:rgb(255, 254, 254);;
    text-align:center;
    color:rgb(39, 116, 161);
    font-size:16px;
    text-transform: uppercase;
    margin-bottom:10px;
    letter-spacing: 1px;
    font-family: 'Crimson Pro', serif;
}
tr p{
    font-size:16px;
    margin-top:10px;
}
.navbar ul li{
    font-size:18px;
    font-weight: bold;
}
.navbar ul li:hover{
    font-size:22px;
    transform: translateY(1px);
    transition: all ease-in-out 0.4s;
}
.line{
    margin:-20px; 
    height: 20px;
    background:rgba(48, 155, 89, 0.4);
}
.blogpost{
    background: #f5f5f5;
    padding: 10px 10px 0px 10px;
    overflow: hidden;
}
#heading{
    font-weight: bold;
    color: #005E90;
}
#heading:hover{
    color:#0090DB;
}

.description{
    font-weight: bold;
    color:#868686;
    margin-top:-2px;
}
.post{
    font-size: 1.1em;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}
.btn-info{
    float: right;
    padding:10px;
    margin:10px;
}
.title{
    margin-left:30px;
}

.logo{
  font-size: 20px; 
  color:gray; 
  font-weight:bold;
}
.logo img{
  display:block;
  float:left;
}
.logo a{
  text-decoration:none;
  display:block;
  margin-top:7px;
  color:gray;
  padding:5px 10px 5px 10px;
  background:white;
}

table{
    margin-top:10px;
    font-family: 'Open Sans', sans-serif;
}
.status a{
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
}
.t_header th{
    text-align:center;
}

.client{
    font-size:24px;
    color:green;
    text-transform:uppercase;
    font-weight:800;
}