@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('styles/boots-bones.css');
@import url('flexslider/flexslider.css');
/*
Theme Name: Naked
Author: Alessandra Mancini
Author URI: http://www.alessandramancini.info
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

/* styles
-------------------------------------------------------------- */
body {
width:100%;
margin: 0 auto;
background:#fff;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-size: 1.7rem;
	letter-spacing:0.1px;
font-weight:normal;
text-align:center;
color:#000;
}


/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 30px;
  margin:1em 0;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
	letter-spacing:0.3px;
}
/* news */
h4 {
font-size: 24px;
font-weight: bold;
margin: 1em 0;
}
h5 {
margin:0; padding-bottom:0.4em;
}
h6 {
font-size: 14px;
line-height: 20px;
margin: 1em 0;
}
article.magazine h6 {
text-align: left;
}

hr {
  background-color: #999;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */

p {font-weight:400;
  margin-bottom: 0.5em;
	line-height:1.5em;
}


ul,
ol {
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
width:auto;
margin-left: 40px;
padding: 1.5em 0 1em;
font-size: 200%;
	line-height: 1.3;
text-align:left;
}

address {margin: 0 0 1.5em;}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
/* Links */

a, a:link {
color:#000;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover{
}
a:focus{
  
}
a:active {
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}


/* Header
-------------------------------------------------------------- */
.site-title a{
  text-align: center;
display:none;
}
.site-title a:hover{
}
.site-description{
  text-align: center;
display:none;
}
header {
position:fixed;
top:0;left:0;
width:100%;
text-align:center;
padding:1em;
background-color: #fff;
margin: 0;
z-index:100;
}

header .logo {
display:block;
position:absolute;
width: auto;
float: left;
	padding:0.5em;
text-align:left;
}

header nav {
float:right;
width:auto;
margin: 0 auto;
padding: 0.5em;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
	#content nav {
	float:left;
	width:100%;
	margin: 0 0 2em;
	padding-bottom: 0.5em;
	}
	#content nav {text-align:left;}

header nav ul{
list-style: none;
display:block;
width:100%;
margin: 0 auto;
padding: 10px 0;
text-align:right;
}
.sticky header nav ul{padding: 5px 0;}

header nav li {
width:auto;
list-style-type: none!important;
display: inline;
text-align:center;
margin: 0 10px;
}
	#content nav li {
	width:auto;
	list-style-type: none!important;
	display: inline;
	text-align:left;
	margin: 0 1em 0 0;
	}
	#content nav a {
	font-size:1.7rem;
	color: #000;
	}
header nav a {
text-align:center;
padding-bottom:0.5em;
color: #000;
}

/* Sottolineatura menù attivo
-------------------------------------------------------------- */
header nav ul li:hover a, header nav ul li.active a{
border-bottom: 1px solid #000;	
}
.current-menu-item > a,
.current_page_item > a{
border-bottom: 1px solid #000;
}
.post-type-archive-artists .menu-item-2827 > a,
.post-type-archive-projects .menu-item-2434 > a,
.post-type-archive-news .menu-item-3748 > a{
border-bottom: 1px solid #000;
}
.single-post .menu-item-2117 > a,
.single-projects .menu-item-2434 > a,
.single-artists .menu-item-2827 > a{
border-bottom: 1px solid #000;
}

  .nav-toggle {
    display: none;
  }

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}


/* Sidebar - Footer
-------------------------------------------------------------- */

#sidebar{
font-size: 1.7rem;
line-height: 1.5em;
margin: 0 1.5em;
text-align:left;
z-index:999;
}

.side-title{
line-height: 28px;
}

.side-navigation ul {
	list-style: none;
	margin: 0;
}

.side-navigation li {
	border-top: 1px solid #999;
	border-top: 1px solid rgba(153, 153, 153, 0.4);
	position: relative;
}

.side-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

footer {
bottom:0;
height:50px;
}
.site-footer{
text-align: center;
margin: 0 0 2em; padding:2em 1em;
font-size: 0.8em;
font-weight: 300;
color:#666;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}

.qr{width:200px; overflow:contain; margin: 0 auto;}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* Slider
-------------------------------------------------------------- */

.flexslider{
width:100%;
overflow: hidden;
margin:0;
margin:60px 0;
zoom: 1;
}

.slides li{
position:relative;
display: block;
width: 100%;
font-size:14px;
padding-bottom:2em;
}
.slides li p{
font-size:14px;
}

.flexslider .slides img {width: 100%; display: block;padding-bottom:1em;}



/* Pages
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content {
margin-top: 9em;
}

.grid-col {
display: block; float:left;
text-align: center;
background: #fff;
height: auto;
margin: 0 auto 2.5em;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grid-col:last-child{clear:after;}

.grid-col img{
display:block;width:100%;height:auto;
margin-bottom:1em;
padding: 0;
-moz-transition: ease-out 0.3s;
-o-transition: ease-out 0.3s;
-webkit-transition: ease-out 0.3s;
transition: ease-out 0.3s;
}
.grid-col img:hover{
-webkit-transform: scale(0.95); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.95); /* FF3.5+ */
      -ms-transform: scale(0.95); /* IE9 */
       -o-transform: scale(0.95); /* Opera 10.5+ */
          transform: scale(0.95);
}

.grid-col a{
color:#000;
line-height:180%;
-webkit-transition: all 500ms ease-in;
-moz-transition: all 500ms ease-in;
-ms-transition: all 500ms ease-in;
-o-transition: all 500ms ease-in;
transition: all 500ms ease-in;
text-decoration: none;}

.grid-col a:hover{color: #c10b1d;}

.exhib-cat{
text-align:center;
color: #000;
font-size:1.7rem;
letter-spacing: 0.2px;
margin: 1.5em 0 1.5em;
}
.current, .vertical {
display: inline-flex;
width: 100%;
margin-bottom:3em;
}
.current .grid-col{width:70%;}

.vertical .grid-col{width:50%;}

.grid-col-magazine {
width:100%;
display: inline-block; float:left;
text-align: left;
background: #fff;
height: auto;
margin: 0 auto 3em;
	padding:0 20px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grid-col-magazine img{
display:inline; 
width:40%; height:auto;
margin-bottom: 1em;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
.grid-col-magazine img:hover{
-webkit-transform: scale(0.95); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.95); /* FF3.5+ */
      -ms-transform: scale(0.95); /* IE9 */
       -o-transform: scale(0.95); /* Opera 10.5+ */
          transform: scale(0.95);
}
.grid-col-magazine .meta{
	width:100%;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .9px;
	text-align: left;
	margin-bottom: 2em;
	font-weight:normal;
}
.grid-col-magazine .title{
	width:60%; float: right; padding-left:2em;
	font-size: 4rem;
	font-weight:bold;
	line-height:1.2;
    margin: 0;
}
.grid-col-magazine .excerpt {
	margin: 2em 0 0;
	font-size: 1.7rem;
	font-weight:normal;
    text-align:left;
}

.big-thumb{
display: inline-flex;
width:70%;
margin-bottom:2em;
}

figure{
width:100%; height:100%;
text-align:center;
}

.featured-image{
margin: 0 auto;
overflow:hidden;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment:fixed;
}


.entry img, img.thumbnail {
     background: none;
     border: medium none;
}

video {
  width: 100%    !important;
  height: auto   !important;
	text-align:center;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-video {margin:0 auto;}


/* Player background */
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body
{background: #888 !important; border-radius: 5px;}

.mejs-container {
width: 100% !important; margin:0 auto;}

/* Current track progress and active audio volume level bar */
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {background: #c10b1d;}



.social{
width:100%;
float:left;
display: block-inline;
text-align:center;
}
.social li{
float:left;
display: inline;
}

/* Posts/Articles
-------------------------------------------------------------- */

article {
  background: transparent;
  padding: 0;
  margin-top: 0;
margin-bottom: 1.5em;
text-align: center;
}

.post-type-archive-news article {
  margin-bottom: 2em;
	
}

article .title {
	margin: 1em 0;
}

article .title a {
  text-decoration: none;
}

article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(153, 153, 153, 0.4);
}
article .the-content a{
 color:#c10b1d;
 text-decoration: none;
}
article .the-content p {
  color: #000;
  text-align: center;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .9px;
text-align: center;
	padding-bottom: 0.5em;
}
.current .grid-col .meta{
  font-size: 1.4rem;
}
article .meta div {
  margin:10px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
text-align: center;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
text-align: center;
}
article.magazine .meta {
  display:block; 
  width:100%; 
  margin: 0; 
  text-align: left;
  padding-bottom: 1.5em;
}
article.magazine{
width: 100%;
margin: 0 auto;
text-align: left;
}
article.magazine .title {
    font-size: 5.0rem;
	font-weight:bold;
	line-height:1.1;
	text-align: left;
	width:100%;
	margin:0 0 2em;
}
article.magazine p {
  text-align: left;
  margin-bottom:1.4em;
}
article.magazine img {
  width: 100%;
  height: auto;
  padding:1.4em 0 0;
}
article.magazine a {
  text-decoration: underline;
}


/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 35px;
}

/* Pagination */

#pagination {
  padding: 3em 0;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:left;
}
#pagination .next-page {
  float: left;
  text-align:right;
  width: 50%;
  padding-right:1em;
  border-right: 0.5px solid #000; 
}
.next-page a, .past-page a {
  font-size: 100%;
  font-weight: 400;
  
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #pagination,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}


/* #Media Queries
================================================== */
@media only screen and (max-width: 960px) {
	header nav {width:100%;}
	header nav ul{padding:1em 0;}
	header nav li{margin:0;}
	header nav a {font-size:2.5rem;}
	  
	.nav-collapse ul {
	width: 100%;
	display: block;
	list-style: none;
	background:#fff;
	}
	.nav-collapse li {
	display: block;width:100%;
	padding:2.5rem 0;
	}
	.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
	}
	.nav-collapse.opened {
	width:100%;max-height:9999px;
	margin-top:5em;
	z-index:999;
	}
	.nav-toggle {
	display:block;float:right;
	width:auto;
	font-size:2.5em;
	padding: 8px 0;
	}

	blockquote {width:100%; margin-left: 0;}
	  .grid-col-magazine .title{
	  padding-left: 1em; font-size: 3rem;
	  }
	  article.magazine .title{
	  font-size: 3rem;
	  }
  }
  @media only screen and (min-width: 769px) {
	.grid-col{width:33.3%; padding: 0 0.5em;}
	article.magazine{ width: 90%; 
    column-count: 2; -moz-column-count: 2; -webkit-column-count: 2;
    column-gap: 40px; -webkit-column-gap: 40px;-moz-column-gap: 40px;	
	padding:0;
	}
	article.magazine .title, article.magazine .meta {
	column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; 
    column-span: all; -webkit-column-span: all; -moz-column-span: all;
	margin:0 0 2em;
    }
  }
  @media only screen and (min-width: 1200px) {
	  article.magazine{ width: 80%;}
  }
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (max-width: 768px) {
	header{padding:1em 0 0.5em;}
	.grid-col{width:50%; padding: 0 0.5em;}
	.current .grid-col{width:100%; margin-bottom:1em;}
	.vertical .grid-col{width:100%;}
	.current {margin-bottom:3em;}
	.exhib-cat{ margin: 1.5em 0 1.5em;}
	.featured-image{height:50%;background-attachment: scroll;}  
	article .title{ font-size: 1.6em; line-height: 1.5em;}
	
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
	#content {margin-top: 7em;}	
	.flexslider{margin:50px 0 30px}
	.current {margin-bottom:2em;}	
	.grid-col{width:100%;}
	.grid-col-magazine {padding:0;}
	.grid-col-magazine img{width:100%;}
	.grid-col-magazine .title{width:100%; float: left; padding-left:0;}
	
	h5 {font-size: 110%;}
	header .logo img{width:160px;}
	
  }

  @media only screen and (max-width: 640px) {
   .meta{font-size: 1.5rem;}
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 480px) {
	header .logo img{width:140px;}
	.nav-collapse.opened { margin-top: 3em;
	}
  }

