.content h1:first-of-type {
    margin-top: 2rem !important;
    font-weight: 900 !important;
}

.notification.is-primary{
  border: 1px solid #edf4f8;
  background: #f4f8fb;
  border-radius: 7px;
  background-color: #f4f8fb;
  width: 120%;
  margin-left: -10%;
  padding: 10%;
}

.notification.is-primary h3{

}

.notification.is-primary p{

}

.notification.is-primary form{
  width: 50%;
  margin: 0 auto;
}

body{
  /*background-color: rgba(0, 175, 255,0.05)!important;*/
  background-color: #fff!important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Hind"
}

.title{
  font-weight: 700 !important;
}

.footer {
    background-color: #fff !important;
}

.navbar{
    border-bottom: rgba(0,0,0,0.06) 1px solid;
}

.post-full{

}

.kotlin-development-logo{
  font-weight: 900;
}

.kotlin-logo{
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#8366FF')";
  filter: url(#drop-shadow);
  -webkit-filter: drop-shadow(2px 2px 7px rgba(131,102,255,0.7));
  filter: drop-shadow(2px 2px 7px rgba(131,102,255,0.7));
}

.kotlin-service{
  /*background-image: linear-gradient( 180deg, #00afff 0%, #8366FF 100%);*/
  background-color: #f2f2f2;
}

.kotlin-logo {
  margin: 0 auto;
  margin-bottom: 1rem;
  fill: #fff !important;
}

.number {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  background-color: inherit;
  border-radius: inherit;
  display: inline;
  font-size: inherit;
  height: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  margin-right: inherit;
  min-width: inherit;
  padding: 0;
  text-align: inherit;
  vertical-align: inherit;
}

.hire-us{
  position:fixed;
  left:0;
  top:450px;
  background-color: #ffffff;
  margin: 20px 0 0 20px;
  width: 220px;
}

.kotliners-conf-budapest{
  position:fixed;
  left:0;
  background-color: #ffffff;
  margin: 20px 0 0 20px;
  width: 220px;
  height: 350px;
}

.contribute-to-the-blog{
  position:fixed;
  left:0;
  background-color: #ffffff;
  margin: 20px 0 0 20px;
  width: 220px;
  height: 350px;
}

.progress {
    position: fixed;
    right: 0;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    color: #00d1b2;
    background: transparent;

    appearance: none;
}

.progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress::-webkit-progress-value {
    background-color: #00d1b2;
}

.progress-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.progress-bar {
    display: block;
    width: 50%;
    height: inherit;
    background-color: red;
}

.floating-header {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
    background: rgba(255,255,255,0.95);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, -120%, 0);
}

.floating-active {
    visibility: visible;
    transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
    transform: translate3d(0, 0, 0);
}

.card{
  /* border-radius: 8px; */
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1), 0 0 0 0px rgba(10,10,10,.1);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1), 0 0 0 0px rgba(10,10,10,.1);
}

.card-image figure img{
  /* border-radius: 8px 8px 0 0 */
}

.card-tags{
  position: absolute;
  bottom: -13px;
  left: 23px;
}

.card-tags-hero{
  margin-bottom: 1.5rem
}

.card-author{
  margin-bottom: 0.75rem;
}

.notification{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.subscribe-form-title{
  margin-bottom: 0.25rem!important
}

/* Prism.js
/* ---------------------------------------------------------- */

:not(pre)>code[class*=language-], pre[class*=language-] {
  background: #fcf6f0 !important;
  border: 1px solid #f8e4d9 !important;
}

pre code {
  padding: 0!important;
  display: inherit;
}

/* Subscribe Overlay
/* ---------------------------------------------------------- */

.subscribe-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,25,40,0.97);
    opacity: 0;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    backdrop-filter: blur(3px);
}

.subscribe-overlay:target {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-overlay-content {
    position: relative;
    z-index: 9999;
    margin: 0 0 5vw 0;
    padding: 4vw;
    color: #fff;
    text-align: center;
}

.subscribe-overlay-logo {
    position: fixed;
    top: 23px;
    left: 30px;
    height: 30px;
}

.subscribe-overlay-title {

}

.subscribe-overlay-description {
}

.subscribe-overlay form {

}

.subscribe-overlay .form-group {

}

.subscribe-overlay .subscribe-email {

}

.subscribe-email:focus {

}

.subscribe-overlay button {
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {

}

.subscribe-overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.subscribe-overlay-close:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    transform: rotate(45deg);
}

.subscribe-overlay-close:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.8;
    transform: rotate(-45deg);
}

.subscribe-overlay-close:hover {
    cursor: default;
}


@media (max-width: 1200px) {

  .hire-us{
    display: none
  }

  .kotliners-conf-budapest{
    display: none;
  }

  .contribute-to-the-blog{
    display: none;
  }
}

.expert-image{
  -webkit-animation-name: pop-in;
  -webkit-animation-duration: 1s;
  animation-name: pop-in;
  animation-duration: 1s;
}

@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0); }
40% { opacity: 1; -webkit-transform: scale(0.8); }
80% { opacity: 1; -webkit-transform: scale(0.6); }
90% { opacity: 1; -webkit-transform: scale(0.9); }
95% { opacity: 1; -webkit-transform: scale(0.8); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0); }
40% { opacity: 1; -moz-transform: scale(0.8); }
80% { opacity: 1; -webkit-transform: scale(0.6); }
90% { opacity: 1; -webkit-transform: scale(0.9); }
95% { opacity: 1; -webkit-transform: scale(0.8); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0); }
40% { opacity: 1; transform: scale(0.8); }
80% { opacity: 1; transform: scale(0.6); }
90% { opacity: 1; transform: scale(0.9); }
95% { opacity: 1; -webkit-transform: scale(0.8); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
