@charset "UTF-8";
/*!
* Start Bootstrap - Small Business v5.0.5 (https://startbootstrap.com/template/small-business)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 .navbar {
    background-color: #fff;
    border-bottom: 1px solid #f69323;
 }
 .bg-primary , .btn-primary{
  background-color: #f69323 !important;
}

.btn-primary{
  border-color: #f69323 !important;
}

.navbar-dark .navbar-toggler{
  border-color: rgba(241, 13, 13, 0.1) !important;
}
a , .nav-link , .navbar-toggler , .title {
  color: #212529;
  text-decoration: none !important;
}

a:hover , .nav-link:hover , .navbar-toggler:hover , .title:hover {
  color: #000;
  /* font-size: larger; */
}

.navbar-toggler{
  border-color: #fff !important;
}

/* .navbar-toggler-icon{
  background-color: #fff !important;
} */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 165, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.logo img {
  max-width: 140px !important;
  max-height: 70px !important;
}

.card-img, .card-img-top {
  max-width: 100% !important;
  height: 230px !important;
}



 /* // padding and margin are zero for the navbar */
 .navbar{
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
 }


 footer , footer a , footer ul li a {
  color: #fff !important;
 }


 @media only screen and (max-width: 600px) {
  .pagination {
    display: -webkit-box !important;
  }
}


.card{
  border: 0.5px solid rgb(228 123 30) !important;
}


.card-footer {
  padding: .5rem 1rem;
  background-color:rgb(229 123 30 / 5%);
  border-top: 1px solid rgba(228,123,0,.125);
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}


hr {
  border-bottom: 1px solid #f69323;
  color: #f69323;
}

