@media screen and (min-width: 1000px) {
.headerlogo h1 {
    font-family: inherit;
}
}
@media screen and (max-width: 999px) {
.headerlogo h1 {
    font-family: inherit;
}
}
@media screen and (min-width: 1000px) {
    .footertxt {
    font-family: inherit;
    }
}
@media screen and (max-width: 999px) {
.footertxt {
    font-family: inherit;
}
}
@media screen and (min-width: 1000px) {
    .hbox h2 {
    border-bottom: solid 3px #fff;
    }
}
@media screen and (max-width: 999px) {
    .hbox h2 {
    border-bottom: solid 3px #fff;
    }
}
@media screen and (max-width: 999px) {
    .section {
        position: relative;
        z-index: 5;
    }
}
body {
    background-color: #00a5bf;
}