
/* ==========================================================================
   Kasio99's custom styles
   ========================================================================== */
html {
height:100%;
 min-height:100%;
}
body {
    background: url('../img/it-tutto-qua-a-tavola-1950.jpg') no-repeat center center fixed;
     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    min-height:100%;
}

p {
    color: #FFF;
}


.main-container {
    background-color:rgba(0,0,0,0.5);
    border-radius: 10px;
    padding:20px
    
}

.coming-soon {
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
}

.icons {font-size: 7em;
	text-align: center;}

.social {
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
}

.social ul {
    list-style-type: none; /*to remove bullets*/
    text-align: center;
    padding: 0px;
    zoom:1;
   
    overflow: hidden;
}

.social li {
    padding: 2px;
    width: 150px;
    display:inline-block;
}

a {
    color:#FFF;
}

a:link {
    text-decoration: none;
    color:#FFF;
}

a:visited {
    text-decoration: none;
    color:#FFF;
}

a:hover {
    text-decoration: none;
    color:#FFF;
}

a:active {
    text-decoration: none;
    color:#FFF;
}

@media screen and (max-width: 996px) {
    .coming-soon {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.icons {font-size: 6em;}
}


@media screen and (max-width: 600px) {
    .coming-soon {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.icons {font-size: 4em;}
}

@media screen and (max-width: 420px) {
    .coming-soon {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.icons {font-size: 4em;}
}



