/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 
 background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
 */

body {
   
   
   background: url('../img/bg.jpg') no-repeat center center fixed;
   
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align:left;
  background-color: #055290;
  color:#fff;
  font-family: 'Source Sans Pro', sans-serif;
}


.container { margin-top:7%;}

.divcontatti { margin-top:10%; margin-left: -31px;}

a { color:#fff}
a:hover { color:#fff; text-decoration:none}

h1 { font-size: 50px;
font-weight: 200;
margin-top: 30px;
letter-spacing: 5px;
line-height: 40px;}

h3 { font-size: 22px; font-weight:200; letter-spacing:3px; margin-bottom:50px}

h5 { font-size:14px; letter-spacing:3px; font-weight:400;margin-bottom:0px; text-transform:uppercase;  }

h6 { font-size:16px; letter-spacing:3px; font-weight:800; text-transform:uppercase;  }

.infoemail { margin-bottom: 10px;
border-left: 5px solid #fff;
padding-left: 10px;}

.spazio { padding-bottom:20%; height:1px;}

.divlogo { border-left: 10px solid #fff;
padding-left: 20px;}


@media (max-width:1024px) 
{
	
h5 {
    font-size: 13px;
    letter-spacing: 1px;
}

h6 {
    font-size: 15px;
    letter-spacing: 3px;
    }
    
    h3 {
    font-size: 20px;
    
    letter-spacing: 0px;
   
}

h1 {
    font-size: 37px;
    font-weight: 200;
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 32px;
}

h1 font { font-size: 18px !important; }	
	
	
	
	}



@media (max-width:767px) 
{
	
.container {
  margin-left: 10px;
}


h5 {
    font-size: 14px;
    letter-spacing: 3px;
}

h6 {
    font-size: 16px;
    letter-spacing: 3px;
    }
    
    h3 {
    font-size: 22px;
    
    letter-spacing: 3px;
   
}

h1 {
    font-size: 31px;
    font-weight: 200;
    margin-top: 30px;
    letter-spacing: 0px;
    line-height: 32px;
}

h1 font { letter-spacing: 14px !important; }		
	
	
	
	
	}
	
	
@media (max-width:480px) 
{
	
.container {
  margin-left: 10px;
}


h5 {
    font-size: 14px;
    letter-spacing: 3px;
}

h6 {
    font-size: 16px;
    letter-spacing: 3px;
    }
    
    h3 {
    font-size: 20px;
    
    letter-spacing: 3px;
   
}

h1 {
    font-size: 31px;
    font-weight: 200;
    margin-top: 30px;
    letter-spacing: 0px;
    line-height: 32px;
}

h1 font { letter-spacing: 3px !important; }	

.divlogo p { padding-left: 95px !important;}	

.divlogo img { max-width:100%;}
	
	
	
	
	}



