/*body, html{
    margin: 0px;
    padding: 0px;
    color: #fff;
    background-color: #3d3d3d;
    background: url("../img/pattern.jpg") fixed;
    background-repeat: repeat repeat;
}*/
@import url('https://fonts.googleapis.com/css?family=Niconne');

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("../img/pattern.jpg") repeat;
    line-height: 0 !important;
  }


#header{
    width: 100%;
    height: 100vh;
    background-image: url("../img/bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#tel-header{
    position: absolute;
    bottom: 20px;
    left: 140px;
    font-family: 'Niconne', cursive;
    font-size: x-large;
}

#open-menu-btn{
    cursor: pointer;
    color: white;
    position: absolute;
    right: 40px;
    top: 20px;
}


#menu{
    width: 100%;
    height: 100vh;
    background-color: #c0392b;
    color: white;
    margin: 0px;
    z-index: 110;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
}
#close-menu-btn{
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
}
#header-menu-container{
    margin-top: 100px;
}

#social-container-header .link-social:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}

.menu-item{
    font-family: 'Niconne',cursive;
    font-size: 8vh;
    text-align: center;
    cursor: pointer;
}

h1,h3 {
    font-size: 10vh;
    font-family: 'Niconne',cursive;
}

.default-shadow{
    -webkit-box-shadow: 7px 7px 25px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 25px 4px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 25px 4px rgba(0,0,0,0.75);
}
#social-container-header{
    padding: 10px;
}

#header-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35vh;
}

#header-title-underline{  
    width: 70%;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to right, #08c208 0, #08c208 33%, #ffffff 33%, #ffffff 66%, #ff0000 66%, #ff0000 100%);
}

#about {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #1F1F1F;
}
#menu-container{
    margin-top:50px;
    margin-bottom: 50px; 
    /*background-color: #1F1F1F;*/
    background-image: url("../img/bg_1.jpg");
    background-size: cover;
}

#photo-gallery{
    margin-top:50px;
    margin-bottom: 50px; 
    background-color: #1F1F1F;
    padding: 0px !important;
    
}
#photo-gallery-container{
    margin: 0px !important;
    padding: 0px !important;
}
.gallery-img-container{
    margin: 0px !important;
    padding: 0px !important;
}

.gallery-img-container img:hover{
    opacity: 0.4;
}


#footer-container{
    margin: 0px;
    background-color: #1F1F1F;
    color: #fff;
}
.contact-footer{
    padding: 40px;
}
.icon-contact-footer{
    color: #c0392b;
}
#copyright-container{
    font-size: 10px;
    color: silver;
}


#contact{
    background-color: rgb(22, 22, 22);
    color: #fff;
}
#contact-form{
    padding: 40px;
}


.form-control{
    border-radius: 0px;
    border: 2px Solid #fff;
    background-color: transparent;
    border-left: none;
    padding: 20px;
    color: #fff;
    outline: none;
}
.iconContainer{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    color: white;
    border-right: none;
}
.formInput{
    margin-bottom: 20px;
}
.message-input {
    resize: none;
}
.form-control:focus{
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#btnSend{
    border-radius: 0px;
    background-color: #c0392b;
    color: #fff;
    padding: 10px;
}



#welcome{
    color: #fff;
    font-family: 'Niconne',cursive;
    text-align: center;
    font-size: 5vh;
    padding: 20px 15px;
}


.btn-group-container{
    width: 100%;
}
.dropdown-menu-container{
    border-radius: 0px !important;
    border: none;
    width: 100%;
    margin-top: -15px;
    font-family: 'Niconne',cursive;
    font-size: 20px;
}
.btn-menu{
    width: 100%;
    background-color: #c0392b;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin: 15px;
    padding: 15px;
    margin-left: auto;
    font-family: 'Niconne',cursive;
    font-size: 25px;
}


.btn-pizza-pazza{
    width: 60%;
    margin: 10px;
    background-color: transparent;
    color: white;
    border: #fff 3px solid;
    border-radius: 0px;
    padding: 10px;
    font-size: 5vh;
}

.btn-pizza-pazza:hover, .btn-pizza-pazza:focus{
    background-color: #fff;
    color: black;
}

table{
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-family: 'Niconne',cursive;
}

table tr {
    border-bottom: 1px #fff dotted;
}

table tr td:nth-child(2) {
    text-align: right;
}

#menu-detail-container{
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.tab-link{
    cursor: pointer;
}

#page-up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #c0392b;
    color: white;
    cursor: pointer;
    z-index: 100;
}
#page-up i {
    margin-left: 18px;
    margin-top: 20px;
}

#suggestion-btn {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 50px;
    height: 50px;
    background-color: #c0392b;
    color: white;
    cursor: pointer;
    z-index: 100;
}
#suggestion-btn i {
    margin-left: 12px;
    margin-top: 13px;
}
.modal-open[style] {
    padding-right: 0px !important;
 }
#modal-content-container{
    border-radius: 0px;
    border: none;
    padding: 0px;
    height: 300px;
}
#modal-close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
}

#social-container-header .link-social:nth-child(1) a i {
    margin-left: 19px;
    margin-top: 18px;
}
 #social-container-header .link-social:nth-child(2) a i {
    margin-left: 17px;
    margin-top: 18px;
}
#social-container-header .link-social:nth-child(3) a i {
    margin-left: 14px;
    margin-top: 17px;
}
.link-social{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    /*float: left;*/
    cursor: pointer;
}
#social-container .link-social:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}
.link-social,.link-social:focus, .link-social a {
    color: white;
}
#social-container .link-social i {
    margin-top: 18px;
}

.link-social:hover, .link-social:hover a {
    background-color: #fff;
    color: #1F1F1F;
}

.tab-space{
    margin-left: 5px;
}
.copyright-item-powered {
    text-align: center;
}

.pizza-detail{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
}
@media (max-width: 576px) { 
    #about, #menu-container{
        margin-left: 10px;
        margin-right: 10px; 
    }
    .copyright-item-powered {
        text-align: left;
    }
 }