* {
	font-family: 'Roboto Condensed', sans-serif;
}

.fs--6 {
  font-size: 6px !important; }

.fs--8 {
  font-size: 8px !important; }

.fs--10 {
  font-size: 10px !important; }

.fs--11 {
  font-size: 11px !important; }

.fs--12 {
  font-size: 12px !important; }

.fs--13 {
  font-size: 13px !important; }

.fs--14 {
  font-size: 14px !important; }

.fs--15 {
  font-size: 15px !important; }

.fs--16 {
  font-size: 16px !important; }

.fs--17 {
  font-size: 17px !important; }

.fs--18 {
  font-size: 18px !important; }

.fs--19 {
  font-size: 19px !important; }

.fs--20 {
  font-size: 20px !important; }

.fs--25 {
  font-size: 25px !important; }

.fs--30 {
  font-size: 30px !important; }

.fs--35 {
  font-size: 35px !important; }

.fs--40 {
  font-size: 40px !important; }

.fs--45 {
  font-size: 45px !important; }

.fs--50 {
  font-size: 50px !important; }

.fs--60 {
  font-size: 60px !important; }


.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */
 
 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 700;
}

h2 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700 !important;
}

h2 span {
	font-weight: 300 !important;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
 
 .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
 	 color: #FFD700 !important;
 }
 
 .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 
 .btn-gold {
    color: #000;
    background-color: #FFD700;
    border-color: #ffc107;
    text-transform: uppercase;
    font-weight: 700;
}

.text-gold {
	color: #FFD700 !important;
    font-weight: 700;
}
 
 
/* 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: 26rem;
}
.carousel-item > img {
  object-fit: cover;
  object-position: center;
  height: 50vh;
  overflow: hidden;
}

.carousel h1 {
    font-weight: 700 !important;
    -webkit-text-stroke: 1px black;
    text-shadow: -1px -1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


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

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

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


/* 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 {
  }
}