
.btn-primary {
  background-color: #DE5A1A;
  border-color: #CD5518;
}
.btn-primary:hover,
.btn-primary:active {
  background-color:#111;
  border-color: #333;
}

.card {
  margin: 10px;
}

#tagline {
  padding-left: 40px;
  font-size: 24px;
  font-family: '"Times New Roman", Times, serif';
  color: rgb(71,72,72);
  font-style: italic;
  line-height: normal;
}

#main-menu-sec {
  background: #282D32;
  margin-top: 10px;
}

section.main-content {
  margin-top: 30px;
}
p.card-text {
  line-height: normal;
}

.info h3 {
  margin-top: 35px;
}


/* footer */

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-dark ul a,
.footer-dark a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-dark ul a:hover,
.footer-dark a:hover {
  opacity: 0.99;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}
.footer-dark .item.social img {
  margin: 10px;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
  }
}

.footer-dark .item.social > a:hover {
  opacity: 0.6;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

#TopBtn {
 /*   position: fixed; Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #DE5A1A; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 7px 11px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#TopBtn:hover {
  background-color: #AD4714;
}

div.social img:hover {
  filter: brightness(150%);
}

@media (max-width: 576px) {
  #tagline {
    text-align: center;
    padding-left: 0px;
  }
}

/*=========== media queries =========*/

/* Small only */
@media screen and (max-width: 39.9375em) {

#TopBtn {
  display: none;
}

}