html,
body {
  height: 100%;
  background-color: #ffffff;
  padding-top: 0rem;
}


/* Links */
a,
a:focus,
a:hover {
  color: #000000;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

table th {
   text-align: center; 
}

.table {
   margin: auto;
   width: 50% !important; 
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 0rem;
  background-color: #fcfcfc;
  border-radius: 0.3rem;
}

.jumbotron-logo {
  padding: 1rem 1rem;
  margin-bottom: 0rem;
  background-color: #efebe2;
  border-radius: 0.3rem;
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  background-color: #cccccc;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #027ebc;
  border-color: #007bff;
}



  .navbar li a, .navbar .navbar-brand {
      color: #ffffff !important;
  }
  .navbar-nav li a:hover, .navbar-nav {
      color: #000000 !important;
      background-color: #cdcdcd !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #ffffff !important;
  }

.navbar {
  position: relative;
  display: -ms-flexbox;
		      font-size: 12px !important;
			        line-height: 1.42857143 !important;
					      letter-spacing: 7px;
						        font-family: Montserrat, sans-serif;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}


.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bg-light {
  background-color: #cdcdcd !important;
}


.btn-secondary_LED {
  color: #fff;
  background-color: #8c7829;
  border-color: #6c757d;
}
.btn-secondary_LED:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}




.navbar-text {
  display: inline-block;
  padding-top: 5rem;
  padding-bottom: 20rem;
}



.page-footer {
  background-color: #808080;
}


#cookie-popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  top: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }


.footer-link {
  color: #efef00;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.footer-link:hover {
  color: #efef00;
  text-decoration: underline;
}

 a[href^='mailto:'] {
 color: #027ebc;
   background: url(email.jpg) right no-repeat;
 }
 
a.footermail[href^='mailto:'] {
 color: #fafafa;
   background: url(email.jpg) right no-repeat;
 } 
 



* {
  box-sizing: border-box;
}

/* photo gallery */

.photo-gallery {
  color:#313437;

}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:36px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}





#backontop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8c7829;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#backontop:hover {
  background-color: #555;
}

.bottom-left_level1 {
  position: absolute;
  bottom: 48px;
  left: 16px;
}
.bottom-left_level2 {
  position: absolute;
  bottom: 8px;
  left: 16px;
}











