body {
    margin: auto;
    max-width: 1200px;
    background-color: lightgoldenrodyellow;
    font-family: sans-serif;
    font-style: oblique;
}
.homepage {
    margin: auto;
    max-width: 100%;
}

.SFront {
    background-image: url("images/shop.jpg");
    min-height: 690px;
}

.Rojak {
    background-image: url("images/para.jpeg");
    min-height: 690px;
}

.MeeSiam {
    background-image: url("images/MeeSiam.jpg");
    height: 690px;
    width: 100%;
}

.MeeSiamText , .RojakText {
  text-align:center;
  padding:50px 80px;
  text-align: justify;
  font-family: 'Tinos', serif;
  font-size: 45px;
  text-align: center;
}

.SFront , .Rojak , .MeeSiam , .RojakText , .MeeSiamText {

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

html {
    background-image: url("images/background.jpg");
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
    display: inline;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

header {
    padding: 20px;
    margin: 10px;
}

article {
    float: right;
    width: 60%;
    padding-top: 50px;
    margin: 20px;
}

aside {
    clear: left;
    width: 30%;
    padding: 20px;
    margin-top: 70px;
}

footer {
    margin: 50px;
    padding: 10px;
}

#RP {
    text-align: center;
    padding: 20px;
}

#contact {
    text-align: center;
    padding: 20px;
    margin: 50px;
}

#maps {
    padding: 50px;
}


a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: grey;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

.foot {
    height: 125px;
}

/* print style */

@media print {

footer , ul {
    display: none;
}
}