/* ВСЕ картинки на сайте подгоняться под размер вашего дива */
/* img {
    max-width:100%;height:auto;
} */

/* .nav2, .page-footer {
    background-color: #383838 ;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
  } */
  

  /* Scroll Down */
#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: none;
    /* background-color: rgba(0, 0, 0, 0.1) ; */
    /* opacity: 0.1; */
    /* color: white; */
    color: #bbbbbb;
    cursor: pointer;
    /* padding: 10px; */
    /* border-radius: 180px; */
  }
  
  #myBtn:hover {
    /* background-color: #555; */
    /* opacity: 0.1; */
    color: rgb(129, 71, 4)

  }

  /* Fixed/Sticky Footer Example */
  body {
    padding: 0 0 0 0;
  }

  /* html{

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

  body
  {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  } */

  footer {
    /* position: fixed; */
    /* left: 0;
    bottom: 0;
    width: 100%; */
    background-color: rgb(61, 61, 61);
    color: white;
    /* text-align: center; */
  }

  a {
    color:#a3832a;
    text-decoration:none
    }
    
    a:active {
    color:#FF0000;
    text-decoration:none
    }
    
    /* a:visited {
    color:#b9b8b8;
    text-decoration:none
    } */
    
    a:hover {
    color:#ffd900;
    text-decoration: underline
    } 
  