|
@@ -43,7 +43,7 @@ b, strong, label, th {
|
|
|
|
|
|
#body {
|
|
#body {
|
|
background: #fff;
|
|
background: #fff;
|
|
- padding-top: 5rem;
|
|
|
|
|
|
+ padding-top: 7rem;
|
|
padding-bottom: 0; }
|
|
padding-bottom: 0; }
|
|
|
|
|
|
.left {
|
|
.left {
|
|
@@ -74,23 +74,26 @@ b, strong, label, th {
|
|
padding-bottom: 3rem; }
|
|
padding-bottom: 3rem; }
|
|
|
|
|
|
#header {
|
|
#header {
|
|
|
|
+ padding-left: 1.5rem !important;
|
|
position: fixed;
|
|
position: fixed;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 5rem;
|
|
|
|
|
|
+ height: 7rem;
|
|
background-color: white;
|
|
background-color: white;
|
|
- box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
|
|
|
|
|
|
+ box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15);
|
|
|
|
+ padding-left: 1rem; }
|
|
#header #logo img {
|
|
#header #logo img {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
- flex-flow: row; }
|
|
|
|
|
|
+ flex-flow: row;
|
|
|
|
+ padding: 0;
|
|
|
|
+ margin: 0;
|
|
|
|
+ height: 7rem; }
|
|
|
|
+ #header #epau {
|
|
|
|
+ padding-left: 1rem !important; }
|
|
#header.scrolled {
|
|
#header.scrolled {
|
|
- height: 3rem;
|
|
|
|
- background-color: rgba(255, 255, 255, 0.9) !important;
|
|
|
|
|
|
+ background-color: white !important;
|
|
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
|
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
|
- #header.scrolled #logo h3 {
|
|
|
|
- color: #000 !important;
|
|
|
|
- font-size: 1.6rem !important; }
|
|
|
|
#header.scrolled #logo a, #header.scrolled #navbar span {
|
|
#header.scrolled #logo a, #header.scrolled #navbar span {
|
|
color: #000 !important; }
|
|
color: #000 !important; }
|
|
#header.scrolled #navbar a {
|
|
#header.scrolled #navbar a {
|
|
@@ -99,8 +102,6 @@ b, strong, label, th {
|
|
color: black !important; }
|
|
color: black !important; }
|
|
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
|
|
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
|
|
background-color: #000 !important; }
|
|
background-color: #000 !important; }
|
|
- #header.scrolled .navigation {
|
|
|
|
- margin-top: 0.5rem !important; }
|
|
|
|
#header > .grid, #header #logo, #header #navbar {
|
|
#header > .grid, #header #logo, #header #navbar {
|
|
height: 100%; }
|
|
height: 100%; }
|
|
#header #logo {
|
|
#header #logo {
|
|
@@ -233,8 +234,8 @@ b, strong, label, th {
|
|
margin-bottom: 2rem; }
|
|
margin-bottom: 2rem; }
|
|
|
|
|
|
.header-image #body .flush-top {
|
|
.header-image #body .flush-top {
|
|
- margin-top: -9.5rem;
|
|
|
|
- padding-top: 9rem; }
|
|
|
|
|
|
+ margin-top: -11.5rem;
|
|
|
|
+ padding-top: 11rem; }
|
|
|
|
|
|
.header-image #breadcrumbs {
|
|
.header-image #breadcrumbs {
|
|
margin-top: 1rem; }
|
|
margin-top: 1rem; }
|