/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
}


.bg-dark-subtle {
  background-color: #000000 !important;
}

.navbar {
  background: white;
}

.navbar li {
  margin-left: 2px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;

  padding: 10px 10px;

  border-radius: 2px;
  border: 2px solid transparent;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #353232;
  /*text-decoration:underline;*/

  border: 2px solid #000000;;
  border-radius: 2px;
}



.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9E9E9E;
  --bs-btn-border-color: #9E9E9E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ABABAB;
  --bs-btn-hover-border-color: #9E9E9E;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9E9E9E;
  --bs-btn-active-border-color: #9E9E9E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9E9E9E;
  --bs-btn-disabled-border-color: #9E9E9E;
  border-radius: 2px;
}

.section-bg-gray {
  background-color: #f9f9f9;
  padding: 0 0;
  overflow: hidden;
}

.section-bg-white {
  background-color: #ffffff;
  padding: 0 0;
  overflow: hidden;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 0 0;
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  /*  letter-spacing: -.05rem;*/
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

/* rtl:end:remove */

/* Small devices (landscape phones, less 576px) */

.navbar-brand img {
  width: 200px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar-brand img {
    width: 250px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-brand img {
    width: 320px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

.myLinkClass a,
.myLinkClass a:focus,
.myLinkClass a:hover,
.myLinkClass .active,
.myLinkClass .active:focus,
.myLinkClass:hover,
.myLinkClass:focus {
  border: 2px none transparent !important;
  border-radius: 2px !important;
  padding: 10px 10px !important;
  margin-left: 2px !important;
}
