﻿.intro {
    display: table;
    position: relative;
    height: 95%;
    width: 100%;
    background: url(/Immagini/Home.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.noPadding{
    padding:0;
}

.textVerticalCenter{
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding-bottom:20px;
}
h1{
    color:white;
    font-size:60px;
    font-weight:bold;
    text-shadow: 2px 5px 5px black;
}
p{
    color:white;
    font-size:20px;
    text-shadow:2px 5px 5px black;
}

