body {
  background: #F2EFDC !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #797979;
  line-height: 24px;
}

.facolore {
    color: #fd090d;
}
.btn_menu {
    color: #fff;
    background-color: #303030;
    border-style: none;
    margin: 10px 5px 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn_menu:hover {
    cursor: pointer;
    color: #fd090d;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.right {
  position: absolute;
  right: 0px;
  width: 400px;
  background-color: #303030;
}

.numbar {
    background: #303030;
    font-size: .8rem;
    text-align: center;
}

.numbar p, .numbar a {
  color: #F2EFDC;
}

.numbar b {
  color: #F2EFDC;
}

.numbar .space {
  margin-left: 5px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  padding-bottom:30px;
  top: 0;

}
.bkcol {
  background-color: #303030;
  text-align: center;
}

.logopos {
  width: 25%;
  margin: 5px 5px 5px 5px;
}

@media only screen and (max-width: 600px) {
.logodiv {
  background: #F2EFDC !important;
}
.logopos {
  width: 25%;
  margin: 5px 5px 5px 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.numbar p {
  line-height: 100%;
  margin: 5px 0px 5px 0px;
}
}
