2020-04-22 18:41:24 -04:00
|
|
|
.subheading {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
|
|
|
.desktopOnly {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2020-04-22 18:49:41 -04:00
|
|
|
.centerText {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2020-04-22 18:41:24 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
width: auto\9; /* ie8 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.heading {
|
|
|
|
|
margin-top: 12px;
|
2020-04-27 18:23:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
|
margin-top: 24px;
|
2020-04-22 18:41:24 -04:00
|
|
|
}
|