/*
 * Header
 */
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5; }

.blog-header-logo {
  font-family: "Titan One", "Amatic SC", cursive, "Ubuntu", sans-serif, "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2rem; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titan One', 'Amatic SC', cursive, "Playfair Display", Georgia, "Times New Roman", serif; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

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

.blog-pagination > .btn {
  border-radius: 2rem; }

  /*
   * Body
   */
  body {
    margin: 0;
    font-family: "Buda", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff; }

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5; }

.blog-footer p:last-child {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .card-columns {
    column-count: 4; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    column-count: 3; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .card-columns {
    column-count: 2; } }
@media (max-width: 575.98px) {
  .card-columns {
    column-count: 1; } }

@media (min-width: 576px) {
  .logo-header {
    height: 100px; } }
@media (max-width: 575.98px) {
  .logo-header {
    height: 75px; } }

@media (min-width: 992px) {
  .blog-overview {
    min-height: 550px; } }


div#izoy {
  position: fixed;
  bottom: 10%;
  margin-top: 60px;
  margin-left: 10%;
  width: 80%;
  z-index: -1;
  opacity: 0.3; }
