@charset "utf-8";
/* CSS Document */


.h1, h1 {
    font-size: 30px;
    font-weight: bold;
	font-family: Oswald, 'Lucida Grande', sans-serif;
}


@media screen and (max-width: 767px) {
    .h1, h1 {
        font-size: 28px;
		font-family: Oswald, 'Lucida Grande', sans-serif;
    }
}

.heading-h2 h2 {
  margin: 60px 0;
  text-align: center;
  font-size:30px;
}



@media (max-width: 767px) {
    .heading-h2 h2 {
        font-size: 26px;
    }
}

.h3, h3 {
    font-size: 20px;
    font-weight: bold;
	font-family: Oswald, 'Lucida Grande', sans-serif;
}


@media screen and (max-width: 767px) {
    .h3, h3 {
        font-size: 18px;
		font-family: Oswald, 'Lucida Grande', sans-serif;
    }
}
