﻿body {
    font-family: Verdana, Arial;
    background: url(../img/tagliatelle.jpg) no-repeat center center fixed, black;
    padding: 0;
}
html {
    padding: 0;
    font-family: Verdana, Arial;
}
a{
    color: #0f5975;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}
.center {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    height: 350px;
    font-size: 1em;
}
.claim {
    width: 100%;
    background-color: white;
    opacity: 0.8;
    text-align: center;
    padding: 2em 0 2em 0;
}
.claim img {
    height: 48px;
    width: 48px;
}
.strong{
    font-weight: bold;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .claim {
        font-size: 1.5em;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .claim {
        font-size: 1.5em;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .claim {
        font-size: 1.5em;
    }
        .claim img {
            height: 96px;
            width: 96px;
        }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .claim {
        font-size: 1em;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .claim {
        font-size: 1em;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .claim {
        font-size: 1em;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .claim {
        font-size: 1em;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .claim {
        font-size: 1em;
    }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .claim {
        font-size: 1.5em;
    }
        .claim img {
            height: 96px;
            width: 96px;
        }
}
