/* stylelint-disable stylistic/selector-list-comma-newline-after */

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.footer { background-color: black; color: white; text-align: center; }

.body {background-image: url(../img/ef286539b2537c1605a9c215ac28a4a0.jpg) ; background-color: #cccccc;}
.white {color: white; text-decoration: none;}
.gradient1 {background: rgb(2,0,36);
  background: linear-gradient(326deg, rgba(2,0,36,0.12041313107274154) 0%, rgba(121,33,9,0.6750349798122374) 35%, rgba(255,69,0,0.9607492655265231) 100%);
  }
.gradient2 {background: rgb(218,6,6);
  background: linear-gradient(326deg, rgba(218,6,6,0.8711134111847865) 0%, rgba(121,33,9,0.85710780894389) 35%, rgba(255,69,0,0.9607492655265231) 100%);
  }
  .gradient3 {background: rgb(218,6,6);
    background: linear-gradient(326deg, rgba(218,6,6,0.8711134111847865) 0%, rgba(121,33,9,0.85710780894389) 35%, rgba(255,69,0,0.9607492655265231) 100%);
    border: hidden; border-radius: 20px; margin-top: 8%;}  
  
  .whitebg {background-color: white; border: soild white; border-radius: 20px;}
  .white2 {color: white;}

.thumbnailimagespecial {width: 20%; border: solid; border-radius: 20px; }
.borderspec {border: hidden; border-radius: 20px; padding:30px;}
.logospec {border: soild white; border-radius: 20px; margin-left: 10px ; margin-right: 10px; }
.buttonspec {border: soild white; border-radius: 20px;}
.minimarginright {margin-right: 10px; margin-bottom: 7px;}
.minipadding { width: 80%; height: 400px; margin: 40px; border: white solid; border-radius: 25px;}
.minimarginright2 {margin-right: 7%; margin-bottom: 5%;}
