body{
	font-family: "Bodoni Moda", serif;
	font-size: 22px;
    line-height: 1.2;
	background-color:#EEEDED;
	color:#161F28;
}

a{
	color:inherit;
	text-decoration:none;
	display:inline-block;
}

h1 {
    font-family: "Montserrat", sans-serif;
    color: #EEEDED;
    font-weight: 300;
    font-size: 35px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    color: inherit;
    font-weight: 300;
    font-size: 45px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    color: #EEEDED;
    font-weight: 300;
    font-size: 35px;
	margin-bottom:40px;
}

.color-light{
	color: #EEEDED;
}
.color-black{
	color:#161F28;
}

nav{
	position: relative;
    z-index: 2;
	padding-top:30px;
	transition:all 1s;
}

.navbar .nav-link{
	font-family: "Montserrat", sans-serif;
	color:#EEEDED;
	font-size:16px;
}
.navbar>.container{
/*
	align-items:start;
*/
}

.text-bg-dark{
	background-color:#3C4348 !important;
	color:#EEEDED !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}

img.logo{
	max-height:100px;
	transition:all 1s;
}

nav.scrolling{
	background-color:black;
	padding-top:0px;
}
nav.scrolling img.logo{
	max-height:50px;
}


section.header{
	position:relative;
	/*margin-top: -156px;*/
	
	background-image:url("../images/Header_Violino.webp");
	background-position:top;
	background-size:cover;
	min-height:100vh;	
}

section .intro{	
	position:absolute;
	bottom:70px;
	left:0px;
	width:100%;
	text-align:center;
}

.btn{
	font-family: "Montserrat", sans-serif;
	border-radius:30px;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
	margin-top:20px;
	color:#161F28;
}

.btn-light{
	background-color:#EEEDED;
}
.btn-dark{
	color:#EEEDED;
}

.common-section{
	padding: 80px 0px;
	/*margin: 80px 0px;*/
}

/* CAT HEADER */
.hidden-section{
	max-height:0px;
	transition:all 1s;
	overflow:hidden;
}
.open{
}

.cat-header .container{
	max-width:none !important;
}

.cat-header .row{
}
.cat-header-image{
	background-position:center;
	background-size:cover;
	background-size:contain;
	min-height:100%;
	background-repeat: no-repeat;
}

.cat-header-text {
    padding-left: 120px;
    margin-right: calc(50vw - 1320px * 1 / 2);
	text-align:center;
	padding-top:60px;
	padding-bottom:60px;
}
.cat-header-text p:last-of-type{
	margin-bottom:0px;
}

/* section-image */
.section-image{
	position:relative;
	color: #EEEDED;
}

.section-teams{
	background-color:#231F20;
	color:white;
}
.section-teams .row{
	margin-top:80px;
}
.team-text{
}
.team-text a{
	margin-top:40px;	
}
.team-text a:hover{
	text-decoration:underline;
}

/* pro-musicitsti-section */
.pro-musicitsti-section .col-text p{
	margin:0px 20px;
	margin-top:150px;
}
.pro-musicitsti-section .col-image img{
	margin-top:100px;
}

/* footer */
footer{
	background-color:#3C4348;
	color:#EEEDED;
	font-size:18px;
}
footer a{

}

