body
{
	margin					: 0;
	max-width				: 100%;
	font-family				: 'Ubuntu', sans-serif;
	text-align              : center;
}

header
{
	width					: 100%;
	background-color		: #000000;
	position				: fixed;
	z-index					: 15;
  	box-shadow				: 0px 2px 20px;
  	opacity					: 0.6;
  	top						: 0;
  	
}


.slide
{
  	width					: 90%;
  	position				: relative;
  	padding					: 0;
  	margin					: 0;
  	text-align				: center;
  	left					: 0%;
  	right					: 0%;
}

.slide-title
{
  	width					: 100%;
  	left					: 0;
  	right					: 0;
}

 
#slide1
{
  	padding					: 150px 0;
  	background-image		: url("../media/sfondo1.jpg");
  	background-color		: #ffffff;
  	background-repeat		: no-repeat;
  	text-shadow				: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slide-img
{
  	padding					: 150px 0;
  	background-color		: #ffffff;
  	background-repeat		: no-repeat;
  	height					: 100px;
  	text-shadow				: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


#slide-img1
{
  	background-image		: url("../media/sfondo2.jpg");
}

#slide-img2
{
  	background-image		: url("../media/sfondo3.jpg");
}

#slide-img3
{
  	background-image		: url("../media/sfondo4.jpg");
}

.parallax
{
	background-size			: cover;
  	background-attachment	: fixed;
}

.title{
	font-size				: 80px;
	color					: #ffffff;
	text-transform			: uppercase;
	font-weight				: 100;
	background-color		: rgba(0,0,0,0.6);
	width					: 70%;
	margin-right			: 15%;
	margin-left				: 15%;
	margin-top				: 10%;
}

.text{
	font-size				: 22px;
	z-index					: 10;
	text-align				: justify;
  	background-size			: 400% 400%;
  	color					: #000000;
  	background-color		: #ffffff;
  	font-family				: "Raleway", "Helvetica Neue",  'Ubuntu', helvetica, arial, sans-serif;
	display                 : inline-block;
	width                   : 70%;
}

.divRight{
	float					: right;
	margin-right			: 10%;
	margin-left				: 10%;
	text-align				: left;
	
}

.divLeft{
	margin-left				: 0;
	padding-left			: 0;
	margin-right			: 5%;
	margin-top				: 3%;
}

.divRightUEFA
{
	margin-top				: -550px;
	width					: 20%;
	
}

.divLeftUEFA
{
	height					: 710px;
	width					: 65%;
	
}

.divRightSportEstero
{
	height					: 500px;
	position				: relative;
	width					: 920px;
	margin-top				: -600px;
	margin-right			: 0px;
	margin-bottom			: 0px;
	
	
}

.divLeftSportEstero
{
	height					: 600px;
	width					: 500px;
	margin-right			: 0px;
}

.divRightMondiali
{
	height					: 500px;
	position				: relative;
	width					: 950px;
	margin-top				: -800px;
	margin-right			: 0px;
	margin-bottom			: 0px;
	
}

.divLeftMondiali
{
	height					: 800px;
	width					: 500px;
}

.sectionTitle{
	text-align				: center;
	font-size				: 50px;
	color					: #000000;
  	
}



.textImage{
	font-size				: 50px;
	color					: #ffffff;
	position				: relative;
	padding-top				: 250px;
  	padding-bottom			: 250px;
	margin					: 0 auto;
	font-weight				: 100;
}





.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-variant			: small-caps;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.domanda{
	font-size		: 30px;
	
}

iframe{
	border			: none;
	width			: 100%;
}

p.citazione{
	font-size		: 36px;
	border-style	: double;
	width			: 70%;
 	position		: relative;
 	left			: 15%;
 	padding			: 10px 10px 10px 10px;      
}

.firma{
	font-family		: Snell Roundhand, cursive;
	text-decoration	: none;
	color			: #4CAF50;
	position		: relative;
	left			: 70%;
}

.firma a:hover
{
	color			: #4CAF50;
}

.overImg
{
	color			: #4CAF50;
}