@charset "UTF-8";
/* CSS Document */
body {
  background-color: #eee;
}
h2 {
  font-size: 2rem;
  font-weight: 500 !important;
  color: #616060;
}
html, body {
  background: #f7f8fa;
}
.fresp {
  height: 2300px;
  width: 100%;
}
.navbar {
  font-weight: 300;
  background: #bf0909;
  color: #fff;
  min-height: 80px;
  z-index: 10;
}
footer.page-footer .footer-copyright {
  font-size: 0.9rem;
  font-weight: 400;
  color: #7f7e7e;
  overflow: hidden;
  background-color: #eee !important;
}
@media (max-width:1024px) {
  .fresp {
    height: 2500px;
  }
}
@media (max-width:768px) {
  .fresp {
    height: 2500px;
  }
}
@media (max-width:531px) {
  .navbar img {
    margin-top: 20px;
  }
}
@media (max-width:475px) {
  .fresp {
    height: 2800px;
  }
}