2019-06-24 21:58:21 +10:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Montserrat:300|Source+Sans+Pro:400,700&display=swap&subset=latin-ext');
|
2018-09-15 13:08:40 +12:00
|
|
|
@import "open-iconic-bootstrap.scss";
|
2018-06-30 17:51:00 +12:00
|
|
|
@import "bootstrap.scss";
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
/* START LCA2020 */
|
2018-06-17 04:18:04 +00:00
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
body {
|
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
h1, .h1,
|
|
|
|
|
h2, .h2,
|
|
|
|
|
h3, .h3 {
|
|
|
|
|
font-family: 'Montserrat', sans-serif;
|
|
|
|
|
font-weight: 300;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.bg-dawn-sea {
|
|
|
|
|
background-color: rgb(0, 177, 197);
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.bg-blaze {
|
|
|
|
|
background-color: rgb(250, 166, 26);
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.bg-dusk-sea {
|
|
|
|
|
background-color: rgb(0, 113, 144);
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.bg-noon-sea {
|
|
|
|
|
background-color: rgb(0, 141, 162);
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.banner-subscribe {
|
|
|
|
|
color: #fff;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.page-title {
|
|
|
|
|
font-size: 3rem;
|
|
|
|
|
line-height: 5rem;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.navbar-brand {
|
|
|
|
|
margin-top: 0.4rem;
|
|
|
|
|
margin-bottom: 0.4rem;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.navbar-nav .nav-link {
|
|
|
|
|
font-size: 1.2rem;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.footer {
|
|
|
|
|
border-top: 1px rgb(0, 177, 197) solid;
|
2018-06-24 12:14:29 +12:00
|
|
|
}
|
2018-06-30 10:56:52 +12:00
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.footer-logo {
|
|
|
|
|
height: 70px;
|
2018-06-30 12:30:32 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.footer-image {
|
|
|
|
|
height: 50px;
|
2018-06-30 12:30:32 +12:00
|
|
|
}
|
2018-06-30 14:01:19 +12:00
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
/* END LCA2020 */
|
2018-06-30 14:01:19 +12:00
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.messagelist {
|
2018-06-30 17:51:00 +12:00
|
|
|
margin-bottom: 0;
|
2018-07-12 12:33:25 +12:00
|
|
|
}
|
|
|
|
|
|
2019-06-24 21:58:21 +10:00
|
|
|
.label-required:after { content: ' *'; }
|
2018-07-27 09:31:58 +00:00
|
|
|
.abstract, .bio, .monospace-text {
|
2019-06-24 21:58:21 +10:00
|
|
|
font-family: Hack, monospace;
|
2018-07-27 09:31:58 +00:00
|
|
|
white-space: pre-wrap;
|
2019-06-24 21:58:21 +10:00
|
|
|
}
|