/* 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;
}

@media (max-width: 407px) {

    #indexHeader {
        font-size: 24px;
    }

    h3.bg-kidz-title {
        font-size: 1.25em;
    }

}





@media (min-width: 992px) {

    #content-container {
        min-height: 600px;
    }

}

@media (min-width: 1200px) {

}