* {
  box-sizing: border-box; }

html {
  background-image: url("coffee-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  color: #343434;
  font-family: "Raleway";
  background-image: url("bg-pattern.png");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

header {
  min-height: 100px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

header span {
  padding: 5px 20px; }
header i {
  font-size: 18px;
  font-style: italic;
  vertical-align: middle; }
header a{
  color: #36c7f4 !important;
}

/*# sourceMappingURL=style.css.map */
