blob: 30f46e921edb64cd2e0b6ae41c3b5c9138e89245 [file] [log] [blame]
.jumbotron {
padding-top: 3rem;
padding-bottom: 3rem;
margin-bottom: 0;
background-color: #418ecb;
background-image: url('../../assets/img/feather-bg.png');
background-repeat: no-repeat;
border-radius: 0rem !important;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
}
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 300;
}
.jumbotron .container {
max-width: 40rem;
}
footer {
padding-top: 3rem;
padding-bottom: 3rem;
}
footer p {
margin-bottom: .25rem;
}