html {position:relative;min-height:100%;}
body {margin:0 0 200px;color:rgb(29,68,134);/*font-family: 'Oswald', sans-serif;*/}

.main {position: relative;margin-top:3rem;padding-bottom:8rem;padding-right:2rem;padding-left:2rem}
.container-fluid {max-width:1000px}

/* Header */
.header {background-image:url('/export/system/modules/au.com.masksofaustralia/resources/img/header.png');background-size:contain;background-repeat:no-repeat;height:200px;position:absolute;top:0;width:100%;}

/* Footer */
.main-footer {padding-top: 80px;background-image:url('/export/system/modules/au.com.masksofaustralia/resources/img/footer.png');background-position:right;background-size:contain;background-repeat:no-repeat;height:200px;position:absolute;bottom:0;width:100%;}


h1 {text-transform: uppercase;font-size:3rem}
h1 small {font-size:2rem}
h2 {font-size:2rem}
h3 {font-size:1.6rem}
a {color: inherit;}
.btn-primary {background-color: #000;border-color: #000}
.btn-primary:hover {background-color: #333}
.features {font-size: 1.5rem;list-style: none;margin:0;padding:0}

ol li {font-size: 1.5rem}
.bg-grey {background-color: #f3f3f3;border-top:1px solid #dadada}

.copy {background-color: #f3f3f3;border-top:1px solid #dadad}
/*
 * Sticky Footer
 *------------------------------------------------------------------*/
@media (min-width: 768px) {html {position:relative;min-height:100%;}
  body {margin:0 0 104px;}
  .sticky-bottom {position:absolute;left:0;bottom:0;height:104px;width:100%;}
}