@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }

}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

.navbar-expand-never {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

html {
  font-size: 1rem;
}

main > .container {
  padding: 60px 15px 0;
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

html, body {
  height: 100%;
}

.navbar-custom {
  height: 40px;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top*/
.top {
  position: absolute;
  top: -10%;
}

/* Top left text */
.top-left {
  position: absolute;
  top: -10px;
  left: 22%;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Centered text */
.centered-top-middle {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-main {
  /* The image used */
  background-image: url("res/dandelion_bunt.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-cover {
  background-color: #fafafac7;
  min-height: 1000px;
}

.bg-nav {
  background-color: #fffbde;
}

.bg-sub {
  background-color: #fffbde;
}

.bg-psy {
  background-color: #fff1f5;
}

.bg-lrn {
  background-color: #fcedd7;
}

.bg-ent {
  background-color: #f8ffea;
}

.img-border {
  border: 5px solid #ce9c9c;
}

.img-border-psy {
  border: 5px solid #fff1f5;
}

.img-border-lrn {
  border: 5px solid #ce9c9c;
}

.img-border-ent {
  border: 5px solid #ce9c9c;
}

.img-selectable:hover {
  border: 5px solid #af8787;
}

.text-nav {
  color: rgb(136, 61, 32);
  font-family: cursive;
}

.nav-link {
  color: rgb(102, 48, 26);
  text-align: left;
  font-family: Georgia, serif;
}

.nav-link:hover {
  color: rgb(102, 48, 26);
  text-align: left;
  font-family: Georgia, serif;
}

.text-main {
  color: rgb(102, 48, 26);
  text-align: left;
  font-family: Georgia, serif;
}

.btn-main {
	color: rgb(102, 48, 26);
    background-color: #fff9c1;
    border-color: #fff9c1;
}

.btn-main:hover {
	color: rgb(102, 48, 26);
    background-color: #fff9c1;
    border-color: #fff9c1;
}

.btn-psy {
	color: rgb(102, 48, 26);
    background-color: #ffecf1;
    border-color: rgb(102, 48, 26);
}

.btn-psy:hover {
	color: rgb(102, 48, 26);
    background-color: #ffffff;
    border-color: rgb(102, 48, 26);
}

.btn-lrn {
	color: rgb(102, 48, 26);
    background-color: #ffe9c8;
    border-color: rgb(102, 48, 26);
}

.btn-lrn:hover {
	color: rgb(102, 48, 26);
    background-color: #ffffff;
    border-color: rgb(102, 48, 26);
}

.btn-ent {
	color: rgb(102, 48, 26);
    background-color: #f1ffd7;
    border-color: rgb(102, 48, 26);
}

.btn-ent:hover {
	color: rgb(102, 48, 26);
    background-color: #ffffff;
    border-color: rgb(102, 48, 26);
}

dt, dd {
  padding: 5px;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.headline-padding {
  padding-top: 1%;
  padding-bottom: 1%;
}

.dropdown-menu {
  padding: 0px;
  margin: 0px;
}

.dropdown-item:hover {
  background-color: #ffffffd2;
}

.responsive {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  height: auto;
}

.carousel-indicators {
  position: absolute;
  top: 100%;
}

.carousel-control-prev {
  position: absolute;
  top: -20%;
  left: 5%;
}

.carousel-control-next {
  position: absolute;
  top: -20%;
  right: 5%;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -5px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

a {
  color: rgb(102, 48, 26);
}

a:hover {
  color: rgb(102, 48, 26);
  background-color: #ffffffd2;
}

.breadcrumb-item.active {
  color: rgb(102, 48, 26);
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: rgb(102, 48, 26);
  content: var(--bs-breadcrumb-divider, "/");
}

#cookiebanner {
  background-color: #af8787;
}

/*
ul {
  list-style-type: none;
}


ul li:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 25px;
  background-image: url("res/dandelion.png");
  background-repeat: no-repeat;
  margin-right: 5px;
}
*/

