body {
  font-family: verdana !important;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}
.bg-gray-50 {
  background-color: #555a;
  width: 100%;
}

.bottom-2 {
  bottom: 0.5rem !important;
}

.card  img.card-img-top {
  object-fit: cover;
  height: 200px;
}

a{
  text-decoration: none !important;
}

/* ================
|    table Style    |
================= */
a#dataTable_next {
  padding: 5px 10px;
  background-color: #349de9;
  color: #fff;
  border-radius: 5px;
  margin: 30px;
}

a#dataTable_previous {
  padding: 5px 10px;
  background-color: #349de9;
  color: #fff;
  border-radius: 5px;
  margin: 30px;
}



/* ================
|    Blog-Posts    |
================= */
.section-blog{
  position: relative;
  width: 100%;
  height: auto;
  margin: 3em 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.h1-blog{
  text-align: center;
  font-size: 2em;
  color: #E2E2E2;
  font-weight: 900;
}
.h5-blog{
  text-align: center;
  color: #828282;
  font-weight: 400;
  letter-spacing: 10px;
}
.blog{
 width: 100%;
 height: auto;
 box-shadow: 0px 3px 30px #323b5279;
 border-radius: 25px;
 padding: 15px;
 z-index: 3;
 background-color: #ffffff;
 margin: 10px;
}
.blog:hover{

  transform: translateY(-15px);
  transition: all .4s linear;
}
.blog .blog-img{
  overflow: hidden;
  width: 100%;
  height: 160px;
  background-color: #828282;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog-img img{
  width: 100%;
  height: auto;
  transition: all .4s linear;
}
.blog-img img:hover{
  transform: scale(1.2);
}
.blog h5{
  color: #003da5;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.blog h5:hover{
  text-decoration: none !important;
}
.blog p{
  color: #828282;
  text-align: center;
}
.blog p:hover{
  text-decoration: none !important;
}
.a:hover{
  text-decoration: none !important;
}



/* img style max-width */
img {
  max-width: 100%;
}
