#backgroundCanvas {
  display: inline-block;
  position: absolute;
  z-index: 0;
}

.img-fluid {
  /* max-width: 100%; */
  width: 100%;
  height: auto;
}

.post-body img {
  margin-bottom: 20px;
}

.post-image {
  margin-top: 20px;
}

.post-body ul a {
  text-decoration: underline;
}

.read-more:hover, .read-more:focus {
  color: white !important;
}

.language-bar a img:hover, .language-bar a img:focus {
  cursor: pointer;
}

.language-bar img {
  width: 40px;
}

.language-bar {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .language-bar {
    text-align: left;
    margin-top: 0px;
  }
}

.disclaimer {
  background: #000b33;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  margin: 0px;
  padding: 5px;
}

footer .copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 20px; 
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  footer .copyright {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
  }
}

.cert-area {
  text-align: center;
  margin-top: 25px;
}

.cert-area img {
  width: 165px;
  margin: 10px;
}

.about-img {
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
}

.sidebar-share {
  text-align: center;
}

.share-img {
  width: 55px;
}

.sidebar h5
{
  margin-top: 20px;
}

.row .event {
  margin-top: 30px;
}

.event-img {
  width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.event-title {
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.event-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.event-meta {
  color: #777777;
  font-size: 16px;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}
.event-meta > a {
  text-decoration: none;
  color: #333333;
}
.event-meta > a:hover,
.event-meta > a:focus {
  color: #337ab7;
  text-decoration: underline;
}

.event-extra {
  color: #777777;
  font-size: 16px;
  font-style: italic;
  margin-top: 0px;
}
.event-extra > a {
  text-decoration: underline;
  color: #333333;
}
.event-extra > a:hover,
.event-extra > a:focus {
  color: #337ab7;
  text-decoration: underline;
}

.alexa-img {
}

.googleplay-img {
    margin-top: 10px;
    margin-bottom: 5px;
}