html,body {
  font-size: 16px;
  position: relative;
  min-height: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Teko';
  background-size: cover;
}

@media (max-width: 768px) {
  html {
    font-size: 14px !important;
  }
  p{
    font-size: 14px !important;
  }
  .coverSlogan{
    width:100% !important;
  }

  .query{
    font-size: 15px !important;
  }
  .query h3{
    font-size: 20px !important;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.checkAnswer{
  display: none;
}

/*Icon*/
.text-container{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}
.brand-name{
  font-size: 15px;
}
.brand-subtitle{
  text-align: center;
  transform: scale(1.3);
  font-size: 14px;
}

/*HomePage*/
.homeImage
{
  background: url('../image/Homepages.jpg') no-repeat center; 
  background-size: 100% 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff; /* Ensures the text is visible on any background */
}
.homeImage .container {
  font-family: 'Teko';
}
.slogan{
  font-size: 50px;
}
.coverSlogan{
  width: 50%;
}
.logoImg{
  width: 100%;
  height: 30px;
}

/* Footer */
.footerImg
{
  background: url('../image/HomepagesColor.png') no-repeat center center; 
  background-size: cover;
  padding: 20px 0;
  min-height: 100px; /* Adjust this to match the desired height of the footer */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add this CSS to your stylesheet */
.nav-link:hover{
  color: #258cfb !important;
}
.nav-item.active .nav-link{
  color: #258cfb !important;
}

.priv{
  font-weight: bold;
}

.query{
  font-size: 25px;
}
.query h3{
  font-size: 30px;
}

.full-height {
  height: 100vh; /* Full viewport height */
}