2016-12-13 03:13:38 +00:00
|
|
|
|
2016-09-20 16:22:12 +00:00
|
|
|
|
|
|
|
#main-nav {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
2016-09-21 21:42:42 +00:00
|
|
|
z-index: 1000;
|
2016-09-20 16:22:12 +00:00
|
|
|
width: 100%;
|
2018-02-20 02:52:43 +00:00
|
|
|
max-width: 100%;
|
2016-12-13 03:13:38 +00:00
|
|
|
background: $color_white;
|
2016-09-20 16:22:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav--logo {
|
2017-01-06 08:06:40 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 130px;
|
|
|
|
float: left;
|
2016-09-20 16:22:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav--links {
|
|
|
|
@extend .no-bullet;
|
|
|
|
|
|
|
|
@include nav-small {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-nav-ctas {
|
2016-12-13 03:13:38 +00:00
|
|
|
background: $color_white;
|
2018-02-17 15:44:42 +00:00
|
|
|
padding-left: $percent_sm;
|
|
|
|
padding-right: $percent_sm;
|
2017-01-06 08:06:40 +00:00
|
|
|
|
2017-01-18 04:59:40 +00:00
|
|
|
@include nav-small {
|
2018-02-20 01:04:16 +00:00
|
|
|
padding-left: $percent_xs;
|
|
|
|
padding-right: $percent_xs;
|
2018-02-20 02:52:43 +00:00
|
|
|
-webkit-box-shadow: 0px 15px 60px 0px $color_shadow;
|
|
|
|
-moz-box-shadow: 0px 15px 60px 0px $color_shadow;
|
|
|
|
box-shadow: 0px 15px 60px 0px $color_shadow;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
|
|
|
|
2017-01-06 08:06:40 +00:00
|
|
|
.main-nav--link-text {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
2016-09-20 16:22:12 +00:00
|
|
|
@include nav-large {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 90;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
2017-01-06 08:06:40 +00:00
|
|
|
line-height: 80px;
|
2016-09-20 16:22:12 +00:00
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
& > .button {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-12-13 03:13:38 +00:00
|
|
|
}
|
2017-01-06 08:06:40 +00:00
|
|
|
|
2017-01-09 22:11:49 +00:00
|
|
|
//Hannah's Styles'
|
|
|
|
|
2017-01-23 02:50:12 +00:00
|
|
|
.main-nav--link {
|
|
|
|
a {
|
2018-02-17 15:44:42 +00:00
|
|
|
color: $color_dark;
|
|
|
|
text-decoration: none;
|
2017-01-23 02:50:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover, a.btn, a:active {
|
|
|
|
color: $color_purple;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-09 22:11:49 +00:00
|
|
|
nav {
|
|
|
|
z-index: 200;
|
|
|
|
height: 80px;
|
2017-01-18 04:59:40 +00:00
|
|
|
margin-bottom: 80px;
|
2017-01-09 22:11:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nav ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav li {
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 80px;
|
2018-02-17 15:44:42 +00:00
|
|
|
margin-left: 28px;
|
2017-01-18 04:59:40 +00:00
|
|
|
|
|
|
|
@include nav-small {
|
|
|
|
display:block;
|
2018-02-20 02:52:43 +00:00
|
|
|
line-height: 60px;
|
|
|
|
clear: both;
|
2018-02-20 01:04:16 +00:00
|
|
|
margin-left: $percent_sm;
|
|
|
|
margin-right: $percent_sm;
|
|
|
|
border-bottom: 1.5px solid #E9EDF2;
|
|
|
|
text-align: left;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav li:first-child{
|
|
|
|
@include nav-small {
|
2017-02-24 04:46:54 +00:00
|
|
|
padding-top: $percent_sm;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-24 04:46:54 +00:00
|
|
|
nav li.nav-cta {
|
2018-02-17 15:44:42 +00:00
|
|
|
margin-left: 28px;
|
|
|
|
|
2017-01-18 04:59:40 +00:00
|
|
|
@include nav-small {
|
2018-02-20 02:52:43 +00:00
|
|
|
display:block;
|
2018-02-20 01:04:16 +00:00
|
|
|
line-height: 60px;
|
|
|
|
clear:both;
|
|
|
|
margin-left: $percent_sm;
|
|
|
|
margin-right: $percent_sm;
|
|
|
|
margin-top: $percent_sm;
|
|
|
|
border-bottom: 0px;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-bottom: $percent_sm;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-sm {
|
|
|
|
max-width: 250px;
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include mobile {
|
2017-01-18 04:59:40 +00:00
|
|
|
padding-bottom: $percent_sm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-17 15:44:42 +00:00
|
|
|
nav li.nav-cta a.button {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2017-01-18 04:59:40 +00:00
|
|
|
#main-nav-ctas > i {
|
2017-02-24 04:46:54 +00:00
|
|
|
display: none;
|
|
|
|
color: $color_purple;
|
|
|
|
cursor: pointer;
|
2017-01-18 04:59:40 +00:00
|
|
|
|
|
|
|
@include nav-small {
|
2017-02-24 04:46:54 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 1.5em;
|
|
|
|
float: right;
|
2018-02-20 01:04:16 +00:00
|
|
|
line-height: 80px;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span.toggle {
|
|
|
|
font-size: 1.25em;
|
|
|
|
float: right;
|
2017-01-09 22:11:49 +00:00
|
|
|
}
|
|
|
|
|
2017-01-06 08:06:40 +00:00
|
|
|
a.main-nav--logo {
|
|
|
|
display: inline-block;
|
|
|
|
width: 130px;
|
|
|
|
float: left;
|
2017-02-24 04:46:54 +00:00
|
|
|
margin-left: initial !important;
|
2017-01-18 04:59:40 +00:00
|
|
|
|
|
|
|
@include nav-small {
|
2018-02-20 01:04:16 +00:00
|
|
|
line-height: 80px;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
2017-01-06 08:06:40 +00:00
|
|
|
}
|