@import url(https://fonts.googleapis.com/css?family=Open+Sans:400-700);
@import url(https://fonts.googleapis.com/css?family=Roboto);

*  {
margin: 0;
padding: 0;
}

html{
  font-family: "Roboto", serif;
}

.header, .kathy{
  height: 100vh;
  background-image: url(../assets/images/piazza_bg.jpg);
  background-size: cover;
  margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

.header h1 {
  color: #111111;
}
