#cubeBox{
  display: inline-block;
  text-align: center !important;
}

.hero{
  background-image: url("../images/header3.png") !important;
  background-position: 50% 45%;
  background-repeat: repeat; 
}

.hideGuiBox{
  display: none;
}

#guiBox{
  max-height: 100%;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 1001;
}

.learningHeroBox {
  padding: 2.5em 0;
  text-align: center;
  background-image: url("../images/header3.png") !important;
  background-position: 50% 45%;
  background-repeat: repeat; 
}

.headingBox {
  background-image: url("../images/header3.png") !important;
  background-position: 50% 45%;
  background-repeat: repeat; 
}

.learningBox{
  width: 85%;
}

.learningHeading{
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  margin-top: 1.6em;
}

.adminHeadingBox{
  margin-bottom: 1.5em !important;
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.cardBodyInfos{
  margin-bottom: 0.3em !important;
  margin-top: 1em !important;
}

.cardBodyTiny{
  --gk-card-spacer-y: 1.1rem !important;
}

.resourceBox{
  padding: 0.6rem;
  /*background-color: #2f3f58;*/
  /*background-color: #1e293b;*/
  background-color: #26354c;
  border-radius: 10px;
  margin: 0.6rem 2rem 0.6rem 1rem !important;
}

.resourceBox:hover{
  background-color: #31496f;
}


@media screen and (min-width: 1400px){
  .landingImageBox{
    padding: 10px 50px;
  }
}

@media screen and (min-width: 992px){
  .landingImageMobileBox{
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .landingImageNoMobileBox{
    display: none !important;
  }
}

.hideButton{
  display: none !important;
}

.showFeedback{
  display: block !important;
}

.topnavIcon {
  margin-right: 0.5em !important;
}

.iconBox{
  height: 45px;
  width: 150px;
  background-size: cover;
}

[data-bs-theme=dark]
.iconBox{
  background-image: url("/images/logo3.png");
}

[data-bs-theme=light]
.iconBox{
  background-image: url("/images/logo3_dark.png");
}



