.header {
    background-color: #eda376;
    padding: 20px;
    text-align: center;
    width: 100%;
}
body {
    background-image: url(Images/cuttingboard_background.jpg) ;
    background-size: 100%;
}
body {
    margin: auto; 
    font-family: sans-serif, "Verdana";
}
.mainmenunav {
    background-color: #eda376; 
	overflow: hidden;
}
.mainmenunav ul {
	display: block;
    color: #eda376;
    text-align: center;
    padding: 100px 16px 0px;
    text-decoration: bold;
}
.mainmenunav ul li {
	display: inline-block;
    top: 60px;
	height: 20px;
	margin: 5px 5px;
}
.mainmenunav a {
	font-family: "Verdana", sans-serif;
    color: white;
	display: inline-block;
	height: 20px;
	padding: 5px 5px;
	text-decoration: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
    text-align: center
}
.mainmenunav a:hover {
	background-color: #cf1c44;
}
.logo {
	display: block;
    overflow: auto;
	position: absolute;
    float: none;
    left: 40%;
    top: 0px;
	margin: auto;
	width: 300px;
	height: 125px;
    background: url('Images/pastaamorelogo.png') center no-repeat;
    background-size: 245px;
	text-indent: -999px;
	overflow: hidden;
	z-index: 1;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.homepageimage {
    width: 100%;
    height: auto;
}
.content1 {
    background-color: white;
    text-align: center;
    font: Verdana;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
	float: center;
    width: 100%;
    /* Change this value to customize the content area*/
    margin: 20px auto;
}
.content2 {
    background-color: white;
    text-align: center;
    font: Verdana;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    display: table;
	float: center;
    width: 100%;
    /* Change this value to customize the content area*/
    margin: 20px auto;
}
.content3 {
    background-color: white;
    text-align: center;
    font: Verdana;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
	display: table;
	float: center;
    width: 80%;
    /* Change this value to customize the content area*/
    margin: 20px auto;
}
.content4 {
    background-color: white;
    text-align: center;
    font: Verdana;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
	display: table;
	float: center;
    width: 80%;
    /* Change this value to customize the content area*/
    margin: 20px auto;
}
.content5 {
    background-color: #553237;
    text-align: center;
    font: Verdana;
    padding-top: 10px;
    padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
    display: table;
	float: center;
    width: 80%;
    /* Change this value to customize the content area*/
    margin: 20px auto;
}
/*responsive layout*/
@media screen and (max-width: 800px) {
    .column1, .column2 {
        width: 100%;
        padding: 0;
    }
    @media screen and (max-width: 400px) {
        .mainmenunav a {
            float: none;
            width: 100%;
        }
    }
}
/*columns*/
.column1 {
    float: left;
    width: 50%;
    padding 0px;
}
.column2 {
    float: right;
    width: 50%;
    padding: 0px;
}
.row {
    column-count: 1;
    column-gap: 5px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: white;
    column-width: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
	padding: 30px 50px 30px;
	background-color: #553237;
	font: Verdana;
	color: white;
	text-align: center;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.comslider_in_point_1570866 {
    width: 100%;
}
.socialmedia {
    background-size: cover;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*Footer*/
.footer {
    overflow: hidden;
    background: #5f1312;
    width: auto;
    height: auto;
    padding: 15px;
    text-align: center;
    font: Verdana;
    Color: white;
    margin-top: 20px;
    margin-bottom: 15px;
}
/*image for the about us page*/
.aboutuspage {
    width: 100%;
    height: auto;
    padding: 10px 0px;