﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

html{
    background-image: url("/image/fascio-acqua-blu-onda-alta.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 30px;
    }
    .body-content {
        padding: 0;
    }
}

.col-md-2 > img {
    background-size: cover; 
    background-repeat: no-repeat; 
    height:150px; 
    width:170px;
}

.paragrafo {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 10px;
    border-radius: 6px;
    color: #0A1D74;
}

.title-container{
    position: relative;
    margin-left: -30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 20px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}

.classFooter{
    color: white;
}

#infoAzienda,
#servizi,
#contatti{
    font-size: 20px;
}

#servizi{
    height: 615px;
}

.fitDiv {
    width: 100%;
}

.noBackground{
    background: none;
}

.centerDivContent{
    text-align:center; 
    line-height:200px;
}

.titleBlackBackgr{
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    color: white;
    border: 2px solid #FFF;
    border-radius: 6px;
}

.font-s-20{
    font-size: 20px;
}
