@charset "UTF-8";
/* CSS Document */

body{font-family: 'EB Garamond', serif;
}

header{background-color: #000;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */}

nav{background-color: #000;
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */}

a{color: #fff;}

a:hover {
    color: #fff;
    text-decoration: underline;
}

.h2, h2 {
    font-size: 2rem;
	font-weight: 200;
}

.h3, h3 {
    font-size: 1.8rem;
	font-family: 'EB Garamond', serif;
	font-weight: 200;
	line-height: 2.5rem;
}

.divider{
	display: block;
	margin: 20px 0;
}

.pt40{padding-top: 40px;}

.white{
	color: #fff;
}

.jumbotron{background-color: transparent;}

.social{
	padding-top: 30px;
}

.social img{
	width: 50px;
	padding: 5px;
	border: none;
}

.logo_resp{
	display: none;
}

.nav-item{
	padding: 0 20px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    border-color: #fff;
}

.navbar-brand {
    margin-right: 0;
}

#copertina {
	background: url(../images/copertina.jpg) no-repeat center;
	height: 550px;
	background-size: cover;
	padding-top: 100px;
}

#presentazione {
	background: url(../images/bg_presentazione.jpg) no-repeat center;
	background-size: cover;
	padding: 130px 0;
}

#box_pagine {
	padding: 0;
}

#sezione4 {
	background: url(../images/bg_uva.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 350px 0;
}

#box_immagini {
	padding: 0;
}

#aziende {
	padding: 50px 0;
}

footer{
	background: url(../images/bg_footer.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.gallery_img{
	border: 1px solid #939393;
	margin-bottom: 10px;
}

.copyright{
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 15px;
}

/* Small devices(landscape phones, 576px and up)*/ 
@media (min-width: 576px) { 

#copertina {
	background: url(../images/copertina.jpg) no-repeat center;
	height: 550px;
	background-size: cover;
	padding-top: 60px;
}
	
	.h2, h2 {
    font-size: 2rem;
}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

.h2, h2 {
    font-size: 3rem;
	font-weight: 200;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 

	
.nav-item{
	line-height: 6;
}
	
#copertina {
	background: url(../images/copertina.jpg) no-repeat center;
	height: 950px;
	background-size: cover;
	padding-top: 200px;
}
	
	.h2, h2 {
    font-size: 3rem;
	font-weight: 200;
}
	
	.lead {
    font-size: 1.7rem;
    font-weight: 300;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

	
.nav-item{
	line-height: 6;
}
	
#copertina {
	background: url(../images/copertina.jpg) no-repeat center;
	height: 950px;
	background-size: cover;
	padding-top: 200px;
}
	
	.h2, h2 {
    font-size: 3rem;
	font-weight: 200;
}
	
	.lead {
    font-size: 1.7rem;
    font-weight: 300;
}
}


.btn-lg{letter-spacing: .1rem;}
