/* Box-sizing -*/
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 *behavior: url('/test/grid/script/boxsizing.htc');
}

/* Display block per gli elementi HTML5 su IE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}

/* Immagini responsive */
img { 
	border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
	max-width: 100%;
}

.immagini img {
	opacity: 1;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;

}

.immagini img:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}
 
/* Stili di base e tipografia */
html {
  font-size: 100%;
  color: #F0F0F0
}

html {
    min-height: 100%;
}

body, html {height: 100%;}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.gradient {
  z-index: -1;
  width: 100%!important;
  height:100%!important;
  position:fixed;
  /* can be treated like a fallback */
  /* will be "on top", if browser supports it */
  background-image: radial-gradient(#08211A, #040506);
  /* these will reset other properties, like background-position, but it does know what you mean */
  background: radial-gradient(#08211A, #040506);

}

p {
	font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #ddd;

}

.riga1 {
	width:100%;
    max-width: 800px;
    margin: 0 auto;
	margin-top: 30px;
	clear: both;
}

.riga2 {
	width:100%;
    max-width: 800px;
    margin: 0 auto;
	margin-top: 30px;
	clear: both;
	padding-top: 30px;
    border-top: 1px solid #ffffff1a;
}


.titolo {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
}

#logo1, #logo2 {
    width: 50%;
    float: left;
}

#logo1 {
    border-right: 1px solid #ffffff1a;
}

.immagini{
	text-align:center;
}

.intro2 .word1, .intro2 .word2, .intro2 .word3, .intro2 .word4{
	font-weight:bold;

}

.intro-box {
	padding-top: 20px;
	margin: 0 auto;
	max-width: 800px;
	width:100%;
	text-align:center;
	font-weight: 300;
	min-height: 250px;
    font-size: 20px;
    line-height: 30px;
    color: #ddd;
}

.intro1, .intro2, .intro3 {
    padding: 10px;
}


#footer {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-top: 30px;
	font-weight: 300;
	padding: 15px;
}

#parent {
	width: 100%;
    height: 100%!important;
    background: url('../images/sfondo_linee.png') repeat top center;
    min-height: fit-content;

} /* or without overflow */

a {
 color: #fa0027;
 text-decoration: none;
}

a:hover {
 color: #FFF;
 text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Raleway', sans-serif;
}

h1 { 
 font-size:42px; 
	line-height:46px; 
	margin-bottom:20px; 
}

h2 { 
 font-size:28px; 
	line-height:32px; 
	margin-bottom:12px; 
}

h3 { 
	font-size:21px; 
	line-height:25px; 
	margin-bottom:8px; 
}

.bold {
	font-weight:500;
	color: #FFF;	
}


#logo {
	margin-top: 10px;
	text-align: center;
}


@media only screen and (max-width:769px) {

#logo1, #logo2 {
    width: 100%;
    float: none;
	border-bottom: 1px solid #ffffff1a;
	padding: 50px 0 10px;
}

.riga2 {
    border-top: none;
}

#logo1 {
    border-right: none;
}
}