@import url(bootstrap.min.css);
@import url(bootstrap-responsive.min.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
    background-image: url(../img/bg.png);
    font-family: "Lato", sans-serif;
}

h1,h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 25px;
}

h3 { font-size: 16px; }

p {
    margin-bottom: 30px;
}

#iride
{
    display: block;
    background-image: url("http://www.iridecomunicazione.it/img/logo-def.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 54px;
    overflow: hidden;
    text-indent: -99999px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    body {
        background: #fff;
    }
}