2016-11-15 04:46:08 -06:00
|
|
|
.jumbotron {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20pt 0;
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron h1 {
|
|
|
|
font-size: 56px;
|
|
|
|
font-weight: bold;
|
2016-11-14 20:05:18 -06:00
|
|
|
margin-top: 0;
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron h2 {
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
|
2016-11-14 20:05:18 -06:00
|
|
|
.mascot-mobile {
|
|
|
|
text-align: center;
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|
|
|
|
|
2016-11-14 20:05:18 -06:00
|
|
|
.hide-on-small-screen {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featurette-divider {
|
|
|
|
margin: 80px 0;
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
2016-11-14 20:05:18 -06:00
|
|
|
.mascot-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-15 04:56:24 -06:00
|
|
|
.hide-on-small-screen {
|
|
|
|
display: block;
|
|
|
|
}
|
2016-11-06 12:08:40 -06:00
|
|
|
.featurette-heading {
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.featurette-image {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
}
|