.container {
    position: relative;
    text-align: center;
    color: white;
    background-image: url("/Malaysia Photos/ipoh street art cropped.jpg");
    width:100%; 
    opacity: .78;
}

.malacca {
  /* The image used */
  background-image:url("/Malaysia Photos/KLPlayground.jpg");

  width: 100%; 
  height: 200px;
  background-position: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    font-family: sans-serif monospace;
    font-weight: bold;
    font-size: 16px;
    color: #2f2f30;   
}

li {
    float: left;
}

li a {
    display: block;
    color: #2f2f30;
    text-align: center;
    font-family: sans-serif, monospace;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #fcbbb8;
}

  .active {
    background-color: #fcbbb8;
}

 
h1 {
  color: white;
  font-family: sans-serif;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 5px;
}

h2 {
  color: white;
  font-family: sans-serif;
  text-align: center;
  font-size: 33px;
}

h3 {
  color: white;
  font-family: sans-serif;
  font-size: 25px;
}

h4 {
  color: #2f2f30;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
}

h5 {
  color: white;
  font-family: sans-serif;
  font-size: 18px;
}

h6 {
  color: #2f2f30;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
}
.responsive {
    max-width: 100%;
    height: auto;
}


p {
  color: #2f2f30;
  font-family:sans-serif;
  text-align: center;
  font-size: 16px;
}

.paragraphcopy {
  text-align: justify;
  padding-left: 12%;
  padding-right: 12%;
}


  