/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-size: 14px;  
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {      
  margin-bottom: 30px; /* Margin bottom by footer height */
}


/* .container {
  margin-top: 65px;
 /* max-width: 960px; 
} */

.pricing-header {
  max-width: 700px;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;  
  width: 99%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 15px; /* Vertically center the text there */  
  background-color: #fce99e;
}
