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

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

header {
	margin-bottom: 10px; /* 2rem; */
}
header h1 {
	color: #55aa66;
}

.card {
	height: 100%;
}

.buts {
/*
	position: absolute;
	bottom: 0;
*/
/*	line-height: 3rem; */
	margin-bottom: 0;
}
.card-title {
	margin-bottom: 0.5rem;
	display: inline-block;
}

.col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.card-body {
	padding-bottom: 15px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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: 32rem;
  background-color: #7f7f7f;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing > .row {
	height: 100%;
}


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

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
	margin-bottom: 10px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.navbar-brand img {
  max-width: 100%;
}

.bg-dark {
    background-color: #55aa66 !important;
}
.btn-primary {
    color: #fff;
    background-color: #55aa66;
    border-color: #55aa66;
}
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #35563c;
    border-color: #35563c;
}

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

.carousel-caption h1 {
  font-size: 1.9rem;
  margin-bottom: 2rem;
}

h3 {
  font-weight: normal;
}

a {
  color: #55aa66;
}

.navi {
	position: absolute;
	right: 0;
	bottom: 0;
}

.navi a {
	font-size: 3rem;
}

.marketing {
/*	height: 70vh; */
	height: calc(100vh - 160px);
}

.featurette-image {
	max-height: 80vh;
}

.lead {
/*	font-size: 1.7rem; */
}

.navbar-nav .nav-link {
	font-size: 1.7rem;
}

@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;
  }
  .carousel-caption h1 {
    font-size: 2.5rem;
  }

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

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