@charset "UTF-8";
/* CSS Document */
body, html {
    height: 100%;
}
.parallax {
  
    background-image: url(../Images/bowl-chinese-close-up-221091.jpg);
	
   
    height: 100%; 


    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxtwo {
  
    background-image: url(../Images/asia-carrot-chopsticks-357756.jpg);

   
    height: 100%; 


    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
* {
    box-sizing: border-box;
}


.column {
    float: left;
    width: 33.33%;
    padding: 10px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}
p3 {
	font-size: 14pt;
		
}

.paragraphcenter {
    font-style: normal;
    
}
.centersmall {
	color: #8a8c8f;
}
*{
	box-sizing: border-box;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: #8a8c8f;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

li a:hover {
    background-color: #be1e2d;
}

body{
    background-color: #41393d
        
}

footer {
    position: fixed;
  
}
.footeraddress {
	color: white;
	text-align: right;
	padding-right: 200px;
	font-size: 13pt; 
}
/*Contact Style Guide
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;

}
h1{
	color:#be1e2d;
	text-align: center;
	
}
h2{
	color: #8a8c8f;
	font-size: 26px;
	text-align: center;
}

/*menu style*/
.menuimage {
    display: block;
    margin-left: 150px;
    margin-right: auto;
    width: 50%;

}
