
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100..700&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Prompt", sans-serif;
  
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: #e00024;
}
.btn-primary{
    background-color: #e00024;
    border-color: #e00024;
}
.footer-bg {
    background-image: url('../img/footerbg.jpg');
    background-size: cover;
    background-position: center;
}
.btn-red
 {
  background: #e00024 !important;
  color: #fff !important;
  border: 1px solid #e00024 !important;
  box-shadow: 3px 4px #ff002b63 !important;
  cursor: pointer!important;
}
.bg-gray{
    background-color: #cecece57;
}
.bg-red{
    background-color: #e00024;
}
.text-red{
    color: #e00024;
}
.parallax {
  /* The image used */
  background: linear-gradient(rgba(156, 156, 156, 0.6), rgba(226, 16, 16, 0.6)), url('../img/bg-1.png');
  /* Set a specific height */
  min-height: 250px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    color: #e00024;
}
.parallax-header {
  /* The image used */
  background: linear-gradient(rgba(83, 74, 74, 0.589), rgba(228, 14, 14, 0.808)), url('../img/bg-1.png');
  /* Set a specific height */
  min-height: 250px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #e00024;;
    border-color: #e00024;
}
.bg-nav{
    background-color: #343643;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: white;
     background-color: #e00024;
    border-color: #e00024;
}
.page-link {
    color: #e00024;
}