2020-03-02 01:05:39 -03:00
|
|
|
html {
|
|
|
|
font-family: Roboto, Arial !important;
|
|
|
|
}
|
2020-03-27 02:59:53 -03:00
|
|
|
.inverted.dark-blue {
|
|
|
|
background-color: #003662 !important;
|
|
|
|
}
|
|
|
|
.inverted.dark-blue.button {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none !important;
|
2020-03-02 01:05:39 -03:00
|
|
|
}
|
|
|
|
#page_menu .brand {
|
|
|
|
font-family: Helvetica, Arial !important;
|
|
|
|
font-weight: 900 !important;
|
2020-03-27 02:59:53 -03:00
|
|
|
font-size: 2rem;
|
2020-03-02 01:05:39 -03:00
|
|
|
}
|
2020-03-27 02:59:53 -03:00
|
|
|
#page_menu .item:first-child {
|
|
|
|
padding-left: 0 !important;
|
2020-03-02 16:25:48 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
color: white;
|
|
|
|
height: 260px;
|
|
|
|
font-family: Roboto;
|
|
|
|
}
|
2020-03-27 02:59:53 -03:00
|
|
|
footer .grid {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
2020-03-02 16:25:48 -03:00
|
|
|
|
|
|
|
footer .main {
|
2020-03-27 02:59:53 -03:00
|
|
|
min-height: 16rem !important;
|
2020-03-02 16:25:48 -03:00
|
|
|
padding-top: 30px !important;
|
|
|
|
}
|
|
|
|
footer a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2020-03-27 02:59:53 -03:00
|
|
|
footer .grey {
|
2020-03-02 16:25:48 -03:00
|
|
|
background-color: rgba(0, 0, 0, 0.1) !important;
|
2020-03-27 02:59:53 -03:00
|
|
|
color: rgba(0, 0, 0, 0.7) !important;
|
|
|
|
min-height: 3rem !important;
|
|
|
|
}
|
|
|
|
footer nav.menu {
|
|
|
|
font-size: 10pt !important;
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
footer nav.menu .item:first-child {
|
|
|
|
padding-left: 0 !important;
|
2020-03-02 16:25:48 -03:00
|
|
|
}
|