@charset "UTF-8";
/* CSS Document */

@media (max-width: 400px) {
	h1 {
		font-size:1.2em !important;
	}
	h3 {
		font-size:0.9em;
	}
	h1.modal-title {
	    font-size:1.5em !important;
	}
	.modal-footer button {
	    font-size:1.2em !important;
	}
}


@media (max-width: 768px) {
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  font-size:1.5em;
  line-height: 1.1;
  color: inherit;
}
}
@media (max-width: 510px) {
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  font-size:1.0em;
  line-height: 1.1;
  color: inherit;
}
}