/*
rgba(44,118,139,1)
rgba(243,239,220,1)
 */
.journal li {
  border-bottom: 1px solid gainsboro;
}
.journal-img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  width: 75%;
}

.journal-img.zoomed {
  cursor: auto;
  max-width: none;
  max-height: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post-title {
  font-weight: bold;
  font-family: 'Poppins', Helvetica, 'Open Sans', sans-serif;
}

.landing-cover {
  position: relative;
  background: rgba(243,239,220,1);
  background: -moz-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,239,220,1)), color-stop(100%, rgba(44,118,139,1)));
  background: -webkit-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -o-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -ms-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: linear-gradient(to bottom, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 400px;
}
.cover {
  position: relative;
  background: rgba(243,239,220,1);
  background: -moz-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,239,220,1)), color-stop(100%, rgba(44,118,139,1)));
  background: -webkit-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -o-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: -ms-linear-gradient(top, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  background: linear-gradient(to bottom, rgba(243,239,220,1) 0%, rgba(44,118,139,1) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

.coverCard {
  position: absolute;
  margin-left: 281px;
  bottom: 0;
  color: white;
  font-weight: 800;
}

.coverCard .name {
  font-family: 'Poppins', Helvetica, sans-serif;
  font-size: 3em;
  margin-bottom: 0px;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-text {
  text-transform: none;
  visibility: hidden;
  width: 200px;
  font-size: 1rem;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
}

.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
}

.avatar {
  border: 0px solid white;
  margin-top: 116px;
  border-radius: 1500px;
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  background: url(../img/avatar.jpg) no-repeat;
  background-position: top;
  background-size: contain;
  width: 250px;
  height: 250px;
}

.avatar:hover {
  background: url(../img/avatar-hover.jpg) no-repeat;
  background-size: contain;
}

/* image preloading dark magickz */
.avatar:after { 
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
  content:url(../img/avatar-hover.jpg);
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
  /* padding-bottom: 62.5%; - 16:10 aspect ratio */
  /* padding-bottom: 75%; - 4:3 aspect ratio */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-3-2 {
  padding-bottom: 18%; /* - 3:2 aspect ratio */
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.poem {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.first-letter {
  font-size: 4em;
  line-height: 1em;
}

li {
  margin-bottom: 0.5rem;
}
a {
  text-decoration: underline;
  color: #2C768B;
}
a:visited {
  color: #2C768B;
}

pre, code {
  background-color: #fafafa;
}

pre.highlight {
  background-color: #fafafa;
}

body {
  word-break: break-word;
}

.post-header {
  text-align: left;
}


.rounded {
  border-radius: 8px;
}

.perspective {
  max-width: 49%;
}

.swasthya {
  display: block;
  margin: 0 auto;
  max-width: 70%;
}
.post-img {
  display: block;
  margin: 1.5rem auto;
  max-width: 70%;
}
.post-img-double {
  display: inline;
  margin: 1.5rem auto;
  max-width: 49%;
}

.centerimage {
  display: block;
  margin: 0 auto;
}

#progressbar {
  background-color: #E2E7EA;
  border-radius: 13px; /* (height of inner div) / 2 + padding */
  padding: 3px;
  margin-bottom: 24px;
}

#progressbar > div {
  background-color: #2C768B;
  width: 25%;
  height: 20px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 0.83em;
  padding-left: 3px;
  padding-bottom: 3px;
}

@media only screen and (max-width: 600px) {

  .poem {
    font-size: 1rem;
  }

  .cover {
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
  }
  .avatar {
    text-align: center;
    min-width: 250px;
    min-height: 250px;
    margin-top: 60px;
  }

  .coverCard {
    display: block;
    position: relative;
    margin-left: 0px;
    bottom: 0;
    color: white;
    font-weight: 800;
  }

  .coverCard .name {
    text-align: center;
    font-size: 2em;
    display: block;
  }


  .post-img {
    display: block;
    max-width: 100%;
    margin: 1rem 0;
  }
  .post-img-double {
    display: flex;
    max-width: 100%;
  }

}


/*Filter styles*/
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }

.icon {
  margin-left: 1em;
}

.book {
  max-height: 10rem;
}

.badge {
  padding: 4px 9px 3px;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #1261c9;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.infinite-spinner {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #333;
  margin: 60px auto;
  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}