|
|
@ -12,15 +12,15 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
header {
|
|
|
|
padding: 4rem 0;
|
|
|
|
padding: 4rem 0;
|
|
|
|
border-top: 5px solid;
|
|
|
|
border-top: 8px solid;
|
|
|
|
border-image: linear-gradient(to right, #8FBCBB 0%, #88C0D0 33%, #81A1C1 66%, #5E81AC 100%) 5;
|
|
|
|
border-image: linear-gradient(to right, #8FBCBB 0%, #88C0D0 33%, #81A1C1 66%, #5E81AC 100%) 1;
|
|
|
|
|
|
|
|
|
|
|
|
.wrap {
|
|
|
|
.wrap {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 6rem;
|
|
|
|
height: 6rem;
|
|
|
|
max-width: 1100px;
|
|
|
|
max-width: 1250px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a.logo {
|
|
|
|
a.logo {
|
|
|
@ -34,7 +34,7 @@ header {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction:column;
|
|
|
|
flex-direction:column;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0.2rem 0;
|
|
|
|
padding: .3rem 0 .1rem 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
nav {
|
|
|
@ -45,13 +45,13 @@ header {
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
padding: 1rem;
|
|
|
|
padding: .9rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
nav.secondary {
|
|
|
|
nav.secondary {
|
|
|
|
font-size: .8rem;
|
|
|
|
font-size: .9rem;
|
|
|
|
color: #4C566A;
|
|
|
|
color: #4C566A;
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
@ -61,14 +61,16 @@ header {
|
|
|
|
|
|
|
|
|
|
|
|
nav.primary {
|
|
|
|
nav.primary {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
|
|
|
|
|
|
|
a::after {
|
|
|
|
a::after {
|
|
|
|
content: "";
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
background: url("nav-arrow.svg") center center no-repeat;
|
|
|
|
background: url("nav-arrow.svg") center center no-repeat;
|
|
|
|
width: 1rem;
|
|
|
|
background-width: 100%;
|
|
|
|
height: .7rem;
|
|
|
|
width: .5em;
|
|
|
|
margin-left: .5rem;
|
|
|
|
height: 50%;
|
|
|
|
|
|
|
|
margin-left: .4em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|