body {
  background-color:#fff;
}

#header, .mobile-menu {
  animation-delay:0s;
  animation-delay: .25s;
} 

#home .title h1.imiTitle:before {
  top:4.5rem;
}

#home {
  z-index:1;
  animation-delay: 1s;
  padding-bottom:3rem;
  overflow: visible;
  overflow-x: clip;
  text-align: left;
}

#home:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom:0;
  left:0;
  height:100%;
  width:100%;
  background-image:url(../img/events.png);
  background-position: bottom right;
  background-size:contain;
  background-repeat: no-repeat;
  opacity: .02;
}

#details {
  z-index: 2;
  position: relative;
  padding:0 1.5rem;
}

#details .row {
  --bs-gutter-x:0;
  width:1400px;
  max-width:100%;
  margin:0 auto;
}

#details .row div.editor {
  display:flex;
  align-items: center;
  font-size:14px;
  margin-top:.75rem;
} 

#details .row div.editor span img {
  width:20px;
  padding-bottom:3px;
  vertical-align: middle;
  margin-right:.5rem;
  opacity:.7;
}

#details .row div.editor span:last-child {
  margin-left:1.5rem;
  max-width: 50%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.title {
  border-bottom: 1px solid #ddd;
}
.title h1 {
  font-size:24px;
  text-align: left;
  text-shadow: 0 0 #004892;
  background-image: linear-gradient(to right, #000000, #ffffff, #000000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  width: auto;
  font-family: 'Roboto-Thin';
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-flex;
  line-height:1.5;
}

.title h1:before{
  content:none;
}
.tags {
  margin-top:1rem;
}
.tag {
  margin:.3rem .6rem;
  margin-left:0;
}
.share-logo {
  margin-top:.5rem;
}
.share-logo a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  align-items: center;
  margin: 0 .5rem;
  background-color: #004892;
}

.share-logo a:last-child {
  background-color: #000;
}

.share-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
}

div.share {
  width:100%;
  margin-top:1rem;
  border-top:1px solid #ddd;
  color:#111;
  font-size:18px;
  padding:1rem;
  text-align: center;
}

.share-logo a:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.content {
  padding:2rem 0;
}

.content img {
  max-width:100%;
}

.ql-clipboard, .ql-hidden {
  display:none;
}

.ql-editor h2 {
  line-height:1.75;
}

.ql-editor h3 {
  line-height:1.55;
  margin-bottom:0;

}

.ql-editor p {
  line-height:1.55;
  margin-bottom:0;
}

@media only screen and (min-width: 912px) {

  #home:before {
    left:34%;
    width:50%;
    max-width:1000px;
  }

  #details {
    padding:2.5rem 1.5rem;
  }

  .title h1 {
    margin-bottom:0;
  }

  .content ul li p {
    font-size: 18px !important;
  }
  .content {
    padding:3rem 0;
  }
}


@media only screen and (min-width: 1240px) {
  #home:before {
    bottom:-7rem;
  }

}