@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700");
body {
  /* background: url("../images/bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Maven Pro", sans-serif;
}

.heading-1 {
  text-align: center;
  color: #287ae0;
  margin: 20px 0;
  font-size: 30px;
}
