 
/* --- start of css --- */

body {
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
    padding: 0;
    background-color:#f4f4f9;
    color:#333333;
   /* line-height: 1.6; */
	  word-wrap: break-word;
}

header {
    text-align: center;
    background-color:#171c22;
    color: #f4f4f9;
    padding: 20px;
}

#welcomeouterbox {
  margin-top: 8%;
  margin-bottom: 0%;
  position: relative;
    max-width: 823px;
	 margin: auto;
	   padding: 50px 0px 64px 0px;
	    line-height: 1; 
		letter-spacing: 0px;
		hyphens: manual;
}
#welcomebox {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 64px 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity:0.8;

  /*display: flex;  color: #171c22;*/
  
}
#welcomeline1 {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
}
#welcomeline2 {
  font-size: 72px;
  font-weight: bold;

  letter-spacing: 0px;
  font-style: italic;
}
#welcomeline3 {
font-size: 30px;
  font-weight: 400;
  font-style: italic;
}

h1 {
    margin: 0;
    font-size: 2em;
}

p {
    font-size: 1.2em;
    margin-top: 10px;
}

main {
    padding: 20px;
}

section {
    margin-bottom: 30px;
}

h2 {
    font-size: 1.6em;
    color: #2c3e50;
}

.single-column {
    text-align: center;
}

.two-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.two-columns > div {
    flex: 1;
}

.three-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.three-columns > div {
    flex: 1;
}

.four-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

footer {
    background-color:#171c22;
    color: #fff;
    text-align: center;
    padding: 10px;
    /*position: fixed;
    width: 100%;*/
    bottom: 0;
}

@media (max-width: 768px) {
    .two-columns, .three-columns {
        flex-direction: column;
    }

    .four-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer_banner{
	background: url("../img/restaurant-footer.jpg") 50% 50%;  ;
  }
.header_banner{	
	background: url("../img/restaurant_default.jpg") 50% 50%;  
}


.welcomeboxheader { background-color: rgba(255, 255, 255, 0.9);   color: #171c22; } /**/
.welcomeboxfooter { background-color: rgba(23, 28, 34, 0.9); color: white;}/**/

.banner
{background-color: rgba(255, 255, 255, 0.9);
  background-size: auto;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, opacity 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0% 0% 0% 0%;
}

#section-box{  margin-top: 8%;
  margin-bottom: 0%;
  position: relative;
    max-width: 823px;
	 margin: auto;
	   padding: 50px 0px 64px 0px;
	    line-height: 1; 
		letter-spacing: 0px;
		hyphens: manual;}
		
#section-box-inner{  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 64px 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity:0.8;}
		

#welcomeouterbox {
  margin-top: 8%;
  margin-bottom: 0%;
  position: relative;
    max-width: 823px;
	 margin: auto;
	   padding: 50px 0px 64px 0px;
	    line-height: 1; 
		letter-spacing: 0px;
		hyphens: manual;
}
#welcomebox {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 64px 0px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  opacity:0.8;

  /*display: flex;  color: #171c22;*/
  
}
#welcomeline1 {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
}
#welcomeline2 {
  font-size: 72px;
  font-weight: bold;

  letter-spacing: 0px;
  font-style: italic;
}
#welcomeline3 {
font-size: 30px;
  font-weight: 400;
  font-style: italic;
}


/* --- end of css --- */