@charset "UTF-8";
/* CSS Document */

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

/*.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: #fff;
  font-family: 'Aboreto', cursive;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
  font-family: 'Aboreto', cursive;
}*/

.h1, h1 {
	font-size: 1.5rem;
}

.display-4 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.display-4-title {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
	font-family: 'Aboreto', cursive;
}

:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0px;
  background-color: #fff;
  /*background-image: url("http://www.okanaganuniverse.ca/images/backeagle1.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body {
  background-color: #000;
  font-family: 'Phudu', cursive;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 0.25rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

.text-muted {
	color: #faf9f5 !important;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 7px;
	/*background-color: rgba(0 ,0,0,0.7);*/
}