.botnav-frame {
  background-color: #383a37;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 300;
  padding: 30px 15px;
}
.botnav-frame .botnav {
  max-width: 1600px;
  margin: 0 auto;
}
.botnav-frame .botnav .copyright {
  text-align: center;
  margin-bottom: 10px;
}
.botnav-frame .botnav .socials {
  width: 280px;
  margin: 0 auto;
}
.botnav-frame .botnav .socials .social {
  background-color: #8b8b8b;
  width: 32px;
  height: 24px;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  margin-right: 8px;
}
.botnav-frame .botnav .socials .social:nth-last-child(1) {
  margin-right: 0px;
}
.botnav-frame .botnav .socials .social:hover {
  background-color: #cacaca;
}
.botnav-frame .botnav .socials .social i {
  color: #383a37;
}

/* Micro devices (smallest form phones, from 319px and lower) */
@media (max-width: 319px) {
  .botnav-frame .botnav .copyright {
    font-size: 13px;
  }
}
/* Micro devices (smaller form phones, from 320px to 419px) */
@media (min-width: 320px) and (max-width: 419px) {
  .botnav-frame .botnav .copyright {
    font-size: 13px;
  }
}
/* Extra small devices (portrait phones, from 420px to 575px) */
/* Small devices (landscape phones, from 576px to 767px) */
/* Medium devices (tablets, from 768px to 991px) */
/* Large devices (tablets, from 992px to 1199px) */
/* Small Jumbo devices (large screens, 1200px to 1350px) */
/* Medium Jumbo devices (large screens, 1351px to 1600px) */
