/*=================================================================================
=========================== GENERIC STYLE CSS =====================================
=================================================================================*/

html {font-size: 1em;}

body {
    background-color: white;
    font-family: 'Sintony', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
    overflow-x: hidden;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
    font-family: 'Rufina', serif;
}

h1 {
    margin-top: 0;
    font-size: 2.441em;
}

h2 {font-size: 1.953em;}

h3 {font-size: 1.563em;}

h4 {font-size: 1.25em;}

small, .font_small {font-size: 0.8em;}

a{
    color: #fff;
}

a:hover, a:focus{
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

a.active{
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

/*=================================================================================
=========================== FULL PAGE GENERAL =====================================
=================================================================================*/

#top-nav{
    z-index: 100;
    width: 100%;
    background: none;
    color: #fff;;
    padding: 2em;
}

.menu li{
    margin: 0 1em;
}

.menu a{
    font-size: 1.2em;
}

.content_logo{
    width: 100px;
    margin: 20px auto 40px;
}
.logo_top{
    max-width: 400px;
    margin: 40px auto 20px;
}

/*=================================================================================
======================================= HOME =====================================
=================================================================================*/

#home{
    background: url(../images/abstract1.jpg) no-repeat center center scroll;
    background-size: cover;
    min-height: 90vh;
}

.title{
    font-size: 4em;
    margin-top: 1em;
}

.subtitle{
    font-size: 2em;
}

.home_img{
    max-width: 1200px;
    margin: 0 auto;
}

/*=================================================================================
======================================= ABOUT =====================================
=================================================================================*/

#about{
    background: #000 url(../images/img-about.png) no-repeat center center scroll;
    background-size: cover;
    min-height: 90vh;
}

.testo_about{
    max-width: 700px;
    line-height: 2;
    margin: 20px auto;
    text-align: center;
}

/*=================================================================================
====================================== SERVIZI ====================================
=================================================================================*/
#servizi{
    background: url(../images/abstract1.jpg) no-repeat center center scroll;
    background-size: cover;
    min-height: 90vh;
}

.lista-servizi{
    margin-top: 40px;
}

.lista-servizi, col-xs-12{
    margin-top: 20px;
}

.lista-servizi h3{
    margin-top: 1em;
}

.icon-service{
    font-size: 2em;
    margin-bottom: 0;
}

/*=================================================================================
====================================== CONTATTI ===================================
=================================================================================*/

.form-contatti{
    max-width: 700px;
    margin: 20px auto;
}

.form-contatti .btn-success{
    display: block;
    margin: 0 auto;
}

/*=================================================================================
====================================== FOOTER =====================================
=================================================================================*/

.bottom{
    background: #000;
    width: 100%;
    padding: 1em 0;
}

.bottom p{
    opacity: 0.5;
}

.social a{
    font-size: 2em;
}

.social a:hover{
    border-bottom: 0;
    cursor: pointer;
}

.scritta_video{
	margin-top: -40px;
	color: #b62515;
	margin-right: 35px;
	letter-spacing: 3px;
}