:root {
--primary-color: #2f5061;
--secondary-color: #1b206e;
--hover-color: #e6d092;
} * { margin: 0;
padding: 0;
}  .toggle, .toggle.reverse {
position: absolute;
top: 32px;
right: 25px;
width: 60px;
height: 60px;
background: url(//dellaconroy.com/art/wp-content/themes/BLANK-Theme/images/icon_menu-color.png);
background-size: 35px;
background-position: center;
background-repeat: no-repeat;
z-index: 1590;
cursor: pointer;
}
.toggle.reverse {
background: url(//dellaconroy.com/art/wp-content/themes/BLANK-Theme/images/menu_white.png);
background-size: 35px;
background-position: center;
background-repeat: no-repeat;
}
.toggle.active {
background: url(//dellaconroy.com/art/wp-content/themes/BLANK-Theme/images/close_dk.png);
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
position: fixed;
} .navigation {
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background-color: #fff;
z-index:1500;
display: flex;
justify-content: center;
align-items: center;
}
.navigation.active {
left: 0;
}
.navigation ul {
position: relative;
}
.navigation ul li {
position: relative;
list-style: none;
text-align: center;
}
.navigation ul, .navigation ul.highlight {
position: absolute; top: 45px;
}
.navigation ul li {
position: relative;
list-style: none;
text-align: center;
padding-bottom: 10px; 
margin-bottom: 1rem;
}
.navigation ul li a, .navigation ul li  {
font-size: 2.2rem;
font-family: 'McLaren', cursive;
color: #2f5061;
text-decoration: none;
font-weight: 300;
text-transform: uppercase;
}
.navigation ul.highlight li, .navigation ul.highlight li a {
font-size: 1.1rem;
line-height: 0;
margin-bottom: 30px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.navigation.active ul.highlight li a:hover {
color: var(--hover-color);
}
.navigation ul li.contactLink, .navigation ul li.aboutLink, .navigation ul li.artLink, .navigation ul li.cardLink, .navigation ul li.tourLink, .navigation ul li.videoLink, .navigation ul li.homeLink {
color: #c1684c;
font-style: normal;
font-weight: bold;
}
.navigation .social-bar {
position: absolute;
top: 0;
left: 3%;
width: 60px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.navigation .social-bar a {
display: inline-block;
transform: scale(1.25);
margin-bottom: 1.5rem;
}
.navigation .email-icon {
transform: scale(0.5);
}
.navigation ul::after, .navigation ul.highlight::after  {
content:'';
display: block;
clear: both;
}