2016-03-10 19:06:59 +01:00
|
|
|
/* ==========================================================================
|
|
|
|
MASTHEAD
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
.masthead {
|
|
|
|
@include container;
|
2016-03-15 17:34:14 +01:00
|
|
|
@include clearfix;
|
|
|
|
padding: 2em 2em 1em;
|
2016-03-10 19:06:59 +01:00
|
|
|
font-family: $sans-serif-narrow;
|
|
|
|
font-weight: 700;
|
|
|
|
text-transform: uppercase;
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-20 20:20:33 +01:00
|
|
|
@include breakpoint($large) {
|
2016-03-17 20:50:22 +01:00
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-18 03:56:01 +01:00
|
|
|
@include breakpoint($x-large) {
|
|
|
|
max-width: $x-large;
|
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-21 21:01:19 +01:00
|
|
|
nav {
|
2016-03-21 21:36:24 +01:00
|
|
|
z-index: 10;
|
2016-03-21 21:01:19 +01:00
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-10 19:06:59 +01:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Site name */
|
|
|
|
.site-name {
|
2016-03-20 20:20:33 +01:00
|
|
|
@include breakpoint($large) {
|
2016-03-18 03:56:01 +01:00
|
|
|
@include prefix(2 of 12);
|
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-18 03:56:01 +01:00
|
|
|
@include breakpoint($x-large) {
|
|
|
|
@include prefix(2.5 of 12);
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-30 22:59:48 +02:00
|
|
|
font-size: $type-size-5;
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.masthead__menu {
|
2016-03-20 20:20:33 +01:00
|
|
|
@include breakpoint($large) {
|
2016-03-18 03:56:01 +01:00
|
|
|
@include prefix(2 of 12);
|
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-18 03:56:01 +01:00
|
|
|
@include breakpoint($x-large) {
|
|
|
|
@include prefix(2.5 of 12);
|
2016-03-10 19:06:59 +01:00
|
|
|
}
|
2016-03-21 21:36:24 +01:00
|
|
|
|
2016-03-10 19:06:59 +01:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
clear: both;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.masthead__menu-item {
|
2016-03-21 21:01:19 +01:00
|
|
|
display: block;
|
|
|
|
list-style-type: none;
|
2016-03-30 22:59:48 +02:00
|
|
|
font-size: $type-size-6;
|
2016-03-21 21:01:19 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|