/*General*/

body {
    font-family: "Bw Nista Grotesk Regular";
	transition: 1s;
	max-width:100vw;
	overflow-x:hidden;
}

img {
	max-width: 100%;
    object-fit: fill;
    height: auto;
}
p{
	font-size:18px;
	font-family: "Bw Nista Grotesk Regular";
	font-weight:normal;
	color:#808080;
	line-height: 1.6
	
}
.page-id-68 .writed-on-slide h1,
.page-id-68 .writed-on-slide h6  {
	color: #000;
}
audio {
	clip-path: polygon(50% 0%, 96% 5%, 100% 43%, 98% 79%, 96% 100%, 4% 100%, 2% 77%, 0% 43%, 3% 3%);
	width:100%;
}
.nav-link {
	font-size: 0.9rem;
}
/*Margini e Padding*/
.p-60 {
    padding: 60px 0;
}
.pt-60 {
	padding-top:60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-50 {
	margin-top: 40px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-100 {
	margin-top: 100px;
}
.bg-gold {
    background-color: #D7BE69;
}

.bg-black {
    background-color: #000000;
}

.bg-grey {
    background-color: #808080;
}
/*Intestazioni*/
h1, 
h2,
h3,
h4,
h5,
h6 {
	text-transform:uppercase;
	font-family: "Bw Darius Regular";
	font-weight: initial;
}
h1.intest {
	    font-size: 60px;
}
.t-gold {
    color: #D7BE69;
}

.t-black {
    color: #000000;
}

.t-grey {
    color: #808080;
}
.t-white {
	color: #FFF
}

/*Container*/
.max-680 {
	max-width: 680px;
}

.max-720 {
	max-width: 720px;
}
/*Elements*/
#masthead {
	position: fixed;
	top:0;
	z-index:99;
	width: 100vw;
	background: transparent;
	transition: .2s;
	padding:5px 0px 10px 0px;
}
.home #masthead {
	position: initial;
}
#masthead.active {
	background: #000;    
	box-shadow: 0px 0px 20px #0000003b;
}

#masthead .navbar-nav li {
	
}

.top-hide-contact {
	position:fixed;
	height:100vh;
	top: -100vh;
	transition: .2s;
	background:#fff;
	width:100vw;
	z-index: 999;
	overflow:scroll;
}


.top-hide-project {
	position:fixed;
	height:100vh;
	top: -100vh;
	transition: .2s;
	background:#000;
	width:100vw;
	max-width:100vw;
	z-index: 999;
	overflow:scroll;
}
.top-hide-project a h1 {
	transition: .2s;
}
.top-hide-project a h1:hover {
	color: #808080;
}
.line-minus {
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	margin:30px auto 50px;
}