body {
  background-image: url(images/background-photo.jpg);
  background-position: center center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646; 
}

.gloriafood-button, .glf-button {
	 font-family: "Calibri", sans-serif!important;
	 font-size: 16px!important;
}

/* pentru mobile devices */
@media only screen and (max-width: 767px) {
.container {
padding-top: 50px;
}
.logo img {
width: 350px;	
}

h1 {
  
font-size: 36px;
 
}

}