	
* {
			margin:0;
			padding:0;
			font-family: 'Rubik', sans-serif;
		}
		

@media screen and (max-width: 768px) {
  
  
  #nav-bar img {
    width: 100px;
  }
  
  h1 {
	font-size:30px;
  
  }
  
  .lead {
	font-size:20px !important;
  }
  
  .carousel-inner {
	
	width:100%; 
  }	
  


  
	
}


.bg {
  /* The image used */
  background-image: url('media/cover.png');
  width:100%;
  height:auto;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


body {
	background-color:white;
}


#bottone_partecipa:hover {
	background-color: #3a3d49;
	color:white !important;
	border-color:#3a3d49 !important;
}

#nav-bar {
	
	position:fixed;
	top:0;
	width:100%;
	background-color:#3a3d49;
	z-index:10;
}

#nav-bar img {
    width: 150px;
  }

.ml-4 {
	margin-left:0 !important;
}



h1 {
	font-weight:bold;
	text-shadow: 2px 2px #000000

}

.lead {
	font-size:30px;
}

h2 {
	font-weight:bold;
}

h3 {
	color:#cb0d0d;
	margin-top:15px;
	font-size:19px;
	font-weight:bold;
	font-variant:small-caps;
}


.carousel-inner {
	
	width:100%; 
	height: 500px !important;
}

form {
	padding:25px;
	border-radius:20px;
	background-color:rgba(58, 61,73,0.3);
}



footer {
            background-color: #ffffff;
            width:100%;
            
        }

        .fa {
            padding: 17px;
            font-size: 30px;
            width: 50px;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
        }

        .fa:hover {
            transition: .5s;
			background: #f41a22;
			color:white;
			text-decoration:none;
        }

        .fa-facebook {
            background: #3a3d49;
            color: white;
            border-radius:50px;
            }

        .fa-linkedin {
            background: #3a3d49;
            color: white;
            border-radius:50px;
            }
        
        .fa-instagram {
            background: #3a3d49;
            color: white;
            border-radius:50px;
            }

        .fa-twitter {
            background: #3a3d49;
            color: white;
            border-radius:50px;
            }


	

