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

body {
  padding-top: 0rem;
  padding-bottom: 3rem;
  color: #000);
}

body .nav{

    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #000;
    --bs-nav-link-hover-color: #bdbdbd;
    --bs-nav-link-disabled-color: #bdbdbd;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
body .nav-link.act{
	color: #bdbdbd;
}
footer a {
	color: #000;
}

.float-end {
    text-align: right;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

main{
	max-width: 1440px;
	margin: auto;
}
#main_logo{
	width: 100%;
}

IMG.teaser{
	width: 100%;
}

.carma_primary{
	color: #286970;
}

.carma_secondary{
	color: #8d535b;
}

.carma_tertiary{
	color: #a3af8f;
}

header li, p.bigger{
	  font-size: 1.2rem;
    font-weight: 600;
}
.carousel-caption.bgtrans{
	background-color: #49464699;
}
    
body .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #aa875a;
    --bs-btn-border-color: #aa875a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #91734c;
    --bs-btn-hover-border-color: #91734c;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #91734c;
    --bs-btn-active-border-color: #91734c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #aa875a;
    --bs-btn-disabled-border-color: #aa875a;
}

body .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #959595;
    --bs-btn-border-color: #959595;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bfbfbf;
    --bs-btn-hover-border-color: #bfbfbf;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bfbfbf;
    --bs-btn-active-border-color: #bfbfbf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #959595;
    --bs-btn-disabled-border-color: #959595;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 49rem;
}
.carousel-caption.top{
	bottom: 28rem;
}

/* 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: 5rem 0; /* Space out the Bootstrap <hr> more */
}

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

/* rtl:end:remove */

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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

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


@media (max-width: 991px){
	#myCarousel {
	    display: none;
	}
}
