2016-11-06 12:08:40 -06:00
|
|
|
.jumbotron .mascot {
|
|
|
|
background-size: auto 300px;
|
|
|
|
background-repeat: no-repeat;
|
2016-11-14 20:05:18 -06:00
|
|
|
background-position: 0 -30px;
|
|
|
|
height: 280px;
|
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
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron h2 {
|
|
|
|
font-size: 28px;
|
2016-11-14 20:05:18 -06:00
|
|
|
max-width: 500px;
|
|
|
|
margin: auto;
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|
|
|
|
|
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
|
|
|
.jumbotron .mascot {
|
|
|
|
background-image: url('../../images/mascot.png');
|
|
|
|
}
|
|
|
|
.mascot-mobile {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-06 12:08:40 -06:00
|
|
|
.featurette-heading {
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
.featurette-image {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
2016-11-14 20:05:18 -06:00
|
|
|
.hide-on-small-screen {
|
|
|
|
display: block;
|
|
|
|
}
|
2016-11-06 12:08:40 -06:00
|
|
|
}
|