﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    font-family:  'Roboto', sans-serif;
    overflow-x: hidden;
}

/* 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;
}





    .sfocato {
         background-image: url('images/sfocato.jpg');
         height: 700px;
         width: 100vw;
    }
    
.button {
    transition: 2s ease;
    background-color: rgba(255,255,255,0.4);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 35px;
}

.button:hover {
    background-color: #80808000;
    transform: translate(0px, -2px);
    transition-duration: 2s;      
}
 
a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    text-shadow: 0.3px 0.3px;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

header
{
    height: 115px;
    width: 100%;
    border-bottom: 1px solid #E6AA12;
    background-color: rgba( 0, 0, 0, 0.8 );
    z-index: 1000;
    color: #CCC;
}

#divLogo
{
    float: left;
    margin: 8px 0 0;
}

footer {
    background-color: #FFF;
    border-top: 1px solid #CCC;
}

.navbar {
      margin-bottom: 0;
      border-radius: 0;
      background-color: #FFF;
      min-height: 6vh;
    }

.col-sm-8 {
    background-color: #eaeaea;
    background-image: url(/Content/images/bg_pattern.jpg);
    z-index: 700;
    width:100vw;
    height: 690px;
}


/* Responsive: telefoni */
@media (min-width: 250px) {
     .Sottosfocato {
        margin-left: 5vw;
        margin-right: 5vw;
    }
     .nav navbar-nav navbar-right p{
    font-size: 15px;
     }
       .sotto{
    width: 80vw;
    margin-left: 10vw;
    margin-top: 15px;
    }
       .Sottosfocato img {
    width: 40vw;
       }
    #disclaimerIndex h1{
    font-size: 25px;
    width: 90vw;
    margin-left: 5vw;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    }
        .sotto p {
        font-size: 35px;
    }

     #divFooterText {
    font-size: 27px;
    line-height: 31px;
    margin-left: 10vw;
    margin-top: 50px;
    }

     #divFooterText a {
    font-size: 25px;
    }
}


/* Responsive: tablet e pc */
@media (min-width: 800px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .Sottosfocato {
        margin-left: 15vw;
        margin-right: 15vw;
    }

       .Sottosfocato img {
    width: 100%;
       }

    .sotto {
        width: 50vw;
        margin-left: 25vw;
        margin-top: 30px;
    }

    #divFooterText {
        clear: both;
        margin: 10px 25vw;
        padding: 15px 0;
        font-size: 11px;
        line-height: 13px;
        overflow: hidden;
        color: #666;
    }

    #disclaimerIndex h1 {
        font-size: 37px;
        font-weight: 100;
        width: 720px;
        color: #FFF;
        text-align: center;
        margin: 50px auto;
    }

    .sotto p {
    font-size: 21px;
    text-align: left;
    }

     #divFooterText a {
    font-size: 17px;
    }

}

/*responsive: PC HD*/
@media (min-width: 1248px) {
    
    .Sottosfocato {
        margin-left: 30vw;
        margin-right: 30vw;
    }
}

@media (min-width: 1980px) {
    
    .sfocato {
        background-image: url(images/sfocatobig.jpg);
    }
}

