.logo {
position: absolute;
top: 36px;
- transition: none;
- white-space: nowrap; // Stops img elements wrapping under each other in IE.
-
img {
width: auto;
}
}
.navigation {
- margin: 59px 0 0;
+ margin: 57px 0 0;
float: right;
li {
margin: 0 20px 0 0;
}
}
}
+
+ position: fixed;
+ top: 0px;
+ width: 100%;
}
#headerPlaceholder {
}
nav[role=navigation].active {
- max-height: 26em;
- padding: 65px 0 30px 0;
+ max-height: 16em;
+ padding: 135px 0 20px 0;
box-sizing: content-box;
}
float: none;
text-align: center;
position: relative;
- font-size: 32px;
- line-height: 1.7;
li {
float: none;
}
a {
+ color: #fff !important;
display: block;
&:hover {
border-radius: 0;