body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    color: #000;
  }
  .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
  text-decoration: none;
  padding:5px;
}
.btn-outline-primary:hover{
  color: #fff;
  background: #007bff;
}
.text-dark {
  color: #343a40 !important;
  
}

  .mdl-layout__header,
  .mdl-layout__drawer {
    background-color: #fff;
    color: #000;
    box-shadow:none;
  }
  .mdl-navigation__link {
      color: #346afe;
  }
  .article p{
      font: 300 16px / 1.7 'Roboto', sans-serif;
      margin-bottom: 30px;
  }
  .article p strong{
display:block;
  }
  .mdl-navigation__link.selected{
    font-weight: bold;
  }
  .img_thumb {
      width: 300px;
      height: 416px;
      background-size: 100% !important;
      display: inline-block;
      position:relative;
  }
  .thumbs_index>li {
  display: inline;
}
  .img_thumb label {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
  .mdl-layout-title{
color:#000;

  }
  .mdl-navigation__link:hover {
      color: #346afe;
  }
  .content {
    padding: 20px;
  }
  .article {
    margin-bottom: 40px;
  }
  .mdl-layout__header .mdl-layout-title,
  .mdl-layout__drawer .mdl-layout-title {
    font-size: 1.5em;
  }
  .logo{
      width:42px;
      height:42px;
  }
  .custom-logo {
    cursor: pointer;
    height: 24px;
    margin: 10px;
  }
  .mdl-layout__drawer-button {
    display: none;
  }
  .custom-image{
      cursor: pointer;
      margin-right: 20px;
      margin-left: -40px;
      width:24px;
  }
  .page-content{
      padding-top:20px;
  }
  @media (max-width: 1024px) {
    .custom-logo {
      display: block;
      width: 24px;

    }
  }
  @media (min-width: 1025px) {
    .custom-logo {
      
    }
  }
  @media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
      padding-left: 20px;
  }
  .custom-image {
    cursor: pointer;
    width: 24px;

  }
  .mdl-layout__drawer-button {
    display: none;
  }}
  @media (max-width: 1024px) {
    .custom-image {
      display: block;
    }
  }
  @media (min-width: 1025px) {
    .custom-image {
      display: none;
    }
}