/*.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}
*/

.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0.375em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /*background: rgba(0,8,130,0.8);*/
    /*background: #005da8;*/
    background-color: #005da8;
    display: none;
    /*padding: 1em;*/
    z-index: 600;
    font-size: 1.15em;
}

.back-to-top:hover {
    /*background: #005da8 !important;*/
    background-color: #e9ded2 !important;
    color: #000 !important;
}

.back-to-top:focus {
    /*background: #005da8;*/
    background-color: #e9ded2 !important;
    color: #000 !important;
}

.logo {
    height: 100% !important;
    width: 100%;
    padding: 0.6275em;
}
@media screen and (max-width: 768px) {
  .logo {
    height: 100% !important;
    width: 50%;
    padding: 0.6275em;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    height: 100% !important;
    width: 90%;
    padding: 0.6275em;
  }
}

