/*
Theme Name: Q-gin
Description: Default Q-gin theme
Author: Q-gin
Author URI: http://www.-qgin.it/
Version: 1.0
*/

body, html {
    min-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#home {
    background-color: #F05328;
    background-image: -moz-radial-gradient(center center, circle cover, tomato 0%, #991B04 100%);
    background-image: -webkit-radial-gradient(center center, circle cover, tomato 0%, #991B04 100%);
    background-image: -o-radial-gradient(center center, circle cover, tomato 0%, #991B04 100%);
    background-image: -ms-radial-gradient(center center, circle cover, tomato 0%, #991B04 100%);
    background-image: radial-gradient(center center, circle cover, tomato 0%, #991B04 100%);
    height: 100%;
    display: table;
    width: 100%;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#home #center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.big, .small, .contact, .address {
    display: block;
    padding: 0 5px;
}

.big {
    font-size: 120px;
    color: #383838;
    margin-bottom: 0px;
}

.small {
    letter-spacing: 6px;
    color: #383838;
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 32px;
}

.contact {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.address {
    font-size: 10px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

a, a:hover, a:visited, a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}
