body {
    font-size: 14px;
  }
  /* на sm */
  @media screen and (min-width: 300px) and (max-width: 750px) {
    html {
      font-size: 10px;
    }
    .header-pc {
      display: none;
    }
    .header-mobile {
      display: block;
    }
  }
  /* на lg */
  @media screen and (min-width: 751px) {
    html {
      font-size: 12px;
    }
    .header-pc {
      display: block;
    }
    .header-mobile {
      display: none
    }
  }
.title-navbar {
    /*background-color: #f1ecec;*/
    background-image: url("../images/background.jpg");
    background-size: cover;
    color: #130058;
    font-weight: bold;
    height: 10;
    padding: 0px 0px;
}
.title-img{
    height: 30px;
    width: 30px;
}
.title-navbar-brand{
    padding: 0px 0px;
}
.title-name{
    text-align: center;
}
.custom-container{
    padding-top: 5px;
    /*margin: 30px;*/
}
.custom-row{
    padding-top: 5px;
}
.custom-wrap{
    background-image: url("../images/background.jpg"); 
    background-size: cover;
}
.custom-bradcramb{
    background-image: url("../images/background.jpg"); 
}
