/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

body {
  background-color: #005416;
}

#background-container {  
  background: url(/images/core/body.jpg)  no-repeat bottom center;
  background-size: cover;  
}

main { 
  height: 100%;
}

#content-container {
 
}

.footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  /*background-color: #f5f5f5;*/
}

.bg-kidz-title {
  font-family: 'akbar','Segoe UI',Verdana,Tahoma,Arial,sans-serif;
  background-color: #0079c2 !important;
}

.enrol-heading {
  font-family: 'akbar','Segoe UI',Verdana,Tahoma,Arial,sans-serif;
}

.kidz-font {
  font-family: 'akbar','Segoe UI',Verdana,Tahoma,Arial,sans-serif;
}

.important-white {
    color: #fff !important;
}
.dropdown-item {
    color: #212529 !important;
}

.licence-display {
  display: none;
}

@media (max-width: 407px) {
  #indexHeader {
        font-size: 24px;
    }

    h3.bg-kidz-title {
        font-size: 1.25em;
    }

}


@media (max-width:767px)  {
    .navbar-brand {
        padding-left: 15px !important;
    }
    #content-container {
        min-height: 600px;
    }
}

@media (max-width: 991px) {
  .licence-display { 
    display: block !important;
  }
}

@media (min-width: 1200px) {

}