/*
        Theme Name: BB Blank Theme
        Author: Pradeep Asundi
        Company: YuvaTech Labs
        Version: 0.1
*/

@import url("./theme.css");

html, body {
  margin: 0;
}

#contact-success,
#contact-error {
  display: none;
}

.hamburger {
  position: static;
}

@media only screen and (max-width: 768px) {
  button.hamburger {
    position: absolute !important;
    top: 72px;
    right: 0px;
  }
}
