:root {
	--cyan-text-color: #3DB7E6;
	--cyanLA-text-color: #3DB7E6;
}
body {
	min-height: 75rem;
	padding-top: 7rem;
	font-family: Open Sans, Calibri, Candara;
}
.btn-info{
	background-color: var(--cyanLA-text-color);
}
.img-logo:hover{
	transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .menu-item-bg {
	background-color: #eee;
  }
}
.nav-link.active {
	background:none;
	color: var(--cyanLA-text-color);
}
.nav-link {
	color: black;
}
a.nav-link:hover {
	color: var(--cyanLA-text-color);
	font-weight: bold;
	transform: scale(1.1);
}
.navbar-nav .nav-link.active { 
	color: var(--cyanLA-text-color);
	font-weight: bold;
	transform: scale(1.1);
}
.main-page-link{
	color: black;
	text-decoration: none;
}
.main-page-link:hover{
	transform: scale(1.1);
	font-weight: bold;
	color: black;
}

.accordion-button:not(.collapsed){
	background-color: #3cb7e6;
	color: white;
}
.accordion-button{
	background-color: #DCDCDC;
}

* {
  box-sizing: border-box;
}
.foto-bg{
	position: absolute;
	right:0;
	bottom:0;
	z-index: -1;
	opacity: 0.3;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;

}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  transform: scale(1.1);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}
