html { 
  background: url("images/resturant_no_people.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1 {
    font-family: "Klinic Slab", sans-serif;
    font-size: "60px";
    text-align: center;    
}

h2 {
    text-align: center;
    color: rgb(58,95,11);
	font-size: "40px";
}

h3 {
    text-align: center;
    color: rgb(58,95,11);
	font-size: "40px";
}

p {
    text-align: center;
    font-family: "Goudy Old Style", sans-serif;
    font-size: "40px";
    color: black;    
    font-weight: bold;
}


#paragraph {
    width: 300px;
    border: 25px;
    border-style: solid;
    border-color: rgb(60,31,28);
    padding: 25px;
    margin: auto;
	background-color: rgba(255,255,255,.6);
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    border-right:1px solid #bbb;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #111;
}

#footer {
    width: 300px;
    border: 25px;
    border-style: solid;
    border-color: rgb(60,31,28);
    padding: 25px;
    margin: auto;
	background-color: rgba(255,255,255,.6);
}

div.box {
	text-align: center
}

div.image {
	text-align:justify
}




@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}





