/* ==================================== Body */

body {
  font-size: 0.95rem;
  padding-top: 120px;
  font-weight: 400;
  color: rgba(16, 16, 16);
}

body a {
  text-decoration: none;
  color: #A54F2D;
  outline: none;
}

body .fw-bold {
    font-weight: 500!important;
}

body h4, a 
{
  color: #000000;
}

body a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, .55);
}

body .bg-light {
  background-color: #f4f5f6!important;
}

.anchor{
  display: block;
  height: 120px; /*same height as header*/
  margin-top: -120px; /*same height as header*/
  visibility: hidden;
}

.accordion-button {
  color: #000000;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* ==================================== HEADER */

header {
  padding-bottom: 0px;
}

header .nav-link {
  margin-top: 8px;
  margin-left: 20px;
  font-weight: 600;
}

header  .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link:hover {
  color: #A54F2D;
}

@media (max-width: 400px) 
{
  header .navbar-brand img 
  {
    width: 200px;
    height: 80px;
  }
  header .navbar-toggler-icon 
  {
    width: 1.2em;
    height: 1.2em;
  }
}


/* ==================================== Hero Carousel */

/* Since positioning the image, we need to help out the caption */
#hero .carousel-caption {
  top: 100px;
  z-index: 10;
}

#hero .carousel-caption {
  color: #101010;
}

#hero .carousel-caption .darkbg {
  color: #ffffff;
}

/* Declare heights because of positioning of img element */
#hero .carousel-item {
  height: 500px;
}

#hero .carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .carousel-screenshot {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  box-shadow: 6px 10px 15px rgba(0, 0, 0, 0.60);
}

#hero .carousel-indicators [data-bs-target] {
  border-bottom: 0px solid transparent;
  height: 5px;
}

#hero h1 {
  font-size: 2.7rem;
}

#hero p {
  font-size: 1.2rem;
}


/* ==================================== Buttons */

.btn-primary {
  color: #fff;
  background-color: #A54F2D;
  border-color: #A54F2D;
  font-size: 1rem;
}

.btn-primary:hover {
  color: #A54F2D;
  background-color: #ccc;
  border-color: #ccc;
  font-size: 1rem;
}

.btn-secondary {
  color: #fff;
  background-color: #444;
  border-color: #444;
  font-size: 1rem;
}

.btn-secondary:hover {
  color: #A54F2D;
  background-color: #ccc;
  border-color: #ccc;
  font-size: 1rem;
}


/* ==================================== Products */

#products img {
  width:100%; 
  max-width: 400px;
  height:  auto;
  padding: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#products p {
  min-height: 4em;
}

#products .card 
{
  margin-bottom: 24px;
}

/* ==================================== Key features */

#key-features .currency {
  color: #a0a0a0!important;
  font-size: 1.4rem;
}

#key-features .summary {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 3em;
  padding-right: 3em;
  font-weight: 400;
}

/* ==================================== Footer */

#footer a {
  text-decoration: none;
  color: rgba(0, 0, 0, .55);
}

#footer a:hover {
  text-decoration: none;
  color: #A54F2D;
}

#footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #d8d9da!important;
  }

/* ==================================== Modal screenshot */

#modal-screenshot .modal-dialog {
  max-width: 1240px;
  width: 80%;
  max-height: 80%;
  height: auto;
  margin: auto;
}

/* ==================================== FAQ */

#faq .accordion-body {
  padding-right: 60px;
}

#faq .accordion-button {
  padding-right: 5px;
}



