/* Enter Your Custom CSS Here */
#site-title a {
color: #fff;
font-weight: 300;
text-decoration: none;
padding-top: 40px;
text-transform: uppercase;
display: block;
padding-left: 100px;
height: 75px;
background: url('https://www.jetbrains.com/img/logos/kotlin_blog_logo.png') 15px 15px no-repeat;
background-size: 50px;
}

#content h1.entry-title {
    text-align: center !important;
    margin-bottom: 0.2em !important;
}

#content h2.entry-title {
    margin-bottom: 0.2em !important;
}

#content .entry-meta {
    text-align: center;
}

.entry-content label {
    color: black;
    font-size: 16px;
}

.home #content .entry-meta {
    text-align: left !important;
}

#content code {
    font-size: 14px !important;
    background: #F0F0F0;
}

#content, #content input {
    text-align: justify;
}

#wrapper {
    padding: 0;
}

.post li {
    margin-bottom: 0.3em;
}

#comments .comment-body {
   text-align: left !important;
}

.MediaCard-media {
    max-height: 450px;!important
}

#branding img {
display:none;
}

/*.menu-item > a[title='kotlinconf'] {
  width: 172px;
  margin-right: 20px;
  color: transparent;
  font-size: 0;
}
.menu-item > a[title='kotlinconf']::before {
  position: absolute;
  display: block;
  width: 172px;
  height: 73px;
  content: '';
  background: url('https://blog.jetbrains.com/kotlin/files/2017/06/kotlinBlog_banner.png') no-repeat;background: url('https://blog.jetbrains.com/kotlin/files/2017/06/kotlinOrg_banner.png') no-repeat;
background: url('https://blog.jetbrains.com/kotlin/files/2017/06/kotlin-conf-banner-white-text.png') no-repeat;  
    background: url('https://blog.jetbrains.com/kotlin/files/2017/08/KotlinConf_blog.png') no-repeat;
}
#access li:hover > a[title="kotlinconf"] {
    background: transparent;
}  */