﻿body, html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

input {
    font-size: 100%;
    font-family: inherit;
}

    input[type=submit] {
        display: inline-block;
        padding: 0.51em 2em;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        color: #fff;
        background-color: #3e8e41;
        border: none;
        border-radius: 15px;
        box-shadow: 0 9px #999;
        text-transform: uppercase;
        font-weight: bold;
        transition: 0.3s;
    }

        input[type=submit]:hover {
            background-color: #0d6413;
        }

        input[type=submit]:active {
            background-color: #0d6413;
            box-shadow: 0 5px #666;
            transform: translateY(4px);
        }

.slider {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

#amazingslider-1 {
    display: block;
    position: relative;
    margin: 0 auto;
}

.amazingslider-bottom-shadow-1 {
    display: none !important;
}

.slogan {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 36px;
    vertical-align: middle;
    text-align: center;
    margin: 40px auto 20px auto;
}

footer {
    padding: 30px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 14px;
    background-image: url('../Immagini/wild_oliva.png');
    background-repeat: repeat;
    background-position: left top; /* Fix for webkit rendering */
    position: relative;
}

    footer img {
        margin-right: 10px;
    }

    footer aside {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

        footer a {
            color: white;
            text-decoration: none;
        }

.normalBackground {
    background-position: left top;
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    behavior: url(css/pie.htc);
}

iframe {
    padding: 15px;
    position: fixed;
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    z-index: 8;
}

.crocino {
    position: fixed;
    left: 80%;
    top: 18%;
    font-size: 28px;
    background-color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 2px solid #333;
    border-radius: 18px;
    z-index: 10;
}

    .crocino:link {
        color: #333;
        text-decoration: none;
    }

.center {
    text-align: center;
}

.assistenza {
    font-size: 150%;
}

    .assistenza header {
        border-bottom: 1px solid #333;
        padding: 0.5em 0em;
    }

    .assistenza img {
        vertical-align: middle;
    }

    .assistenza header h1 {
        display: inline;
        font-weight: bold;
        margin-left: 2em;
        vertical-align: middle;
        color: #0d6413;
    }

    .assistenza article {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%);
        border: 2px solid #333;
        padding: 2em 4em;
        border-radius: 1em;
    }

.btn {
    background-color: #fff;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.flex > article{
    margin-left:2rem;
    margin-right:2rem;
}
footer article p{
    display: inline-block;
    margin:0rem 1rem;
}
