2018-08-21 12:28:30 -04:00
|
|
|
.screenshot {
|
2019-07-03 09:35:11 -04:00
|
|
|
max-width: 100%;
|
2018-08-21 12:28:30 -04:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2018-08-21 15:54:02 -04:00
|
|
|
|
|
|
|
.jumbotron {
|
|
|
|
padding-top: 155px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
background-attachment: scroll;
|
2018-08-22 09:59:36 -04:00
|
|
|
background: url("../img/jumbotron_pattern.png") repeat center;
|
|
|
|
background-color: #123051;
|
2018-08-21 15:54:02 -04:00
|
|
|
}
|
2019-04-25 14:28:30 -04:00
|
|
|
|
2020-10-23 08:22:26 -04:00
|
|
|
#masthead {
|
|
|
|
background-attachment: scroll;
|
|
|
|
background: url("../img/jumbotron_pattern.png") repeat center;
|
|
|
|
background-color: #123051;
|
|
|
|
}
|
|
|
|
|
2019-04-25 14:28:30 -04:00
|
|
|
.important {
|
|
|
|
color: red;
|
|
|
|
}
|