body, html {
  height: 100%;
  background-color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.bg { 
  /* The image used */
  /* Full height */
  height: 35%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-caption {
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.bg-caption h1 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 40pt;
  color: #8eb93e;
  text-shadow: 2px 2px 2px black;
}

.bg-caption p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #8eb93e;
  text-shadow: 1px 1px 1px black;
}

.nav-item {
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 14pt;
}

.nav {
    background-color: #8eb93e;
    height: 50px;
    padding: 5px 0 5px 0;
}

.carousel {
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238eb93e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238eb93e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-caption {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #8eb93e;
  text-shadow: 1px 1px 1px black;
  padding-bottom: 0px;
}

.carousel-caption h3{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #8eb93e;
  text-shadow: 1px 1px 1px black;
}
.carousel-caption a:hover {
  color: #8eb93e;
  text-decoration: underline;
}

.carousel-indicators li {
  background-color: #8eb93e;
}

.carousel-indicators .active {
  background-color: #328d0a;
}

.carousel-control-next, .carousel-control-prev {
  width: 8%;
}
.card-body {
  text-align: justify;
}

.page-footer {
  background-color: #8eb93e;
}

.page-footer a {
  color: #328d0a;
  font-weight: 500;
}

.btn-outline-success {
  color: #8eb93e;
  border-color: #8eb93e;
  
}

.btn-outline-success:hover {
  background-color: #8eb93e;
  border-color: #8eb93e;
}

.btn-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #8eb93e;
  background-color: transparent;
}

.btn-link:hover {
  color: #328d0a;
  text-decoration: none;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
  display:inline-block;
  position: relative;
}

/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block; 
  width:33px; 
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url(icon.png);
}

.zoom img {
  display: block;
}

.zoom img::selection { background-color: transparent; }

#ex2 img:hover { cursor: url(grab.cur), default; }
#ex2 img:active { cursor: url(grabbed.cur), default; }