| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- body {
- display: flex;
- min-height: 100vh;
- flex-direction: column;
- background-color: #ECEFF1;
- }
- .main-content {
- flex: 1;
- background-color: white;
- }
- .hero {
- background-color: #455A64!important;
- text-align: center;
- }
- .hero-body {
- padding: 1.5rem;
- }
- .hero .hero-body .container .title,
- .hero .hero-body .container .subtitle {
- color: white;
- }
- tr {
- page-break-inside: avoid !important;
- }
- footer .title.is-3 {
- font-size: 1.5rem;
- letter-spacing: 0.05rem;
- margin-bottom: 1rem;
- }
- footer.footer {
- background-color: transparent;
- color: #37474F;
- padding: 1rem;
- bottom: 0px;
- }
- footer img {
- margin-bottom: -4px;
- }
- footer li {
- display: inline;
- margin: 0 1rem;
- }
- ul.contact-information {
- list-style: none;
- }
- ul.contact-information a {
- color: #37474F;
- }
- .svg-inline--fa {
- width: .875em;
- }
|