body{
    background-color: #fdfcef;
    margin: 0%;
}

.menu{
   height: 10%;
   margin: 0px;
   font-family: sans-serif;
   background-color: rgb(245, 84, 152);
}

.menu .bar {
   float: right;
}

.menu .logo{
    color: #ffffff;
    font-size: 47px;
    font-weight: 600;
    padding-left: 50px;
    float: left;
    margin-top: 10px;
}

a{
    text-decoration: none;
}


ul{
    display: flex;
    text-align: center;
}

ul.menu{
   font-size: 18px;
   margin-top: 27px;
   margin-right: 30px;
}

ul.menu a{
    color: #ffffff;
}
    
ul.menu a:hover{
    color: #FFBD59;
}
    
li{
    list-style: none;
    padding-left: 40px;    
}

div.header{
     width: 100%;
}
    
img.header{
    width: 100%; 
}



table{  
    width: 100%; 
    max-width: 75%;
    border-spacing: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #570000;
}
    
img.depan{
    width:70%;
}

img.table{
    max-width: 90%;
}
h2.tajuk{
    color: #000000;
    font-size: 25px;
    font-family: sans-serif;
}

#title2{
    font-size: 20px;
    font-family: arial;
    padding-bottom: 15px;
    line-height: 30px;
} 

button {
  padding: 15px 30px;
  font-size: 20x;
  cursor: pointer;
  text-align: center;
  outline: none;
  color: white; 
  box-shadow: 3px 3px 5px rgba(129, 129, 129, 0.7);
  border: 1px solid #ffffff;
  border-radius: 14px;
  margin-top: 10px;
}

button.kanan{
    background-color: #f7b550;    
}
    
button.kiri{
    background-color: #a5de5c;    
}
  
button:hover {
  opacity: 0.3;
  transition: .5s ease;
}

td.kanan{
    text-align: right;  
}
    
td.kiri{
    text-align: left;  
}

img.table{
    width: 100%;
}


* {box-sizing:border-box}

.slideshow {
  width: 100%;
  max-width: 50%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* Hide the images by default */
.slide {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
    
div.footer{
    height: 255px;
    margin-top: 40px;
    background-color: #3e3e3e;     
}

div.logo2{
    float: left;
    width: 190px;
    padding-top: 28px;
    padding-left: 65px;
}

div.info2{
    float: right;
    padding-top: 30px;
    padding-right: 100px;
    color: #959191;
    font-size: 14px;
}

h3.info{
    margin: 0%;
    padding: 0%;
    color: white;
    font-size: 15px;
}

img.icon2{
    width: 18px;
    padding-right: 7px;
}

img.icon3{
    width: 15px;
    padding-right: 7px;
}

a.info{
    text-decoration: none;
    font-family: times new roman;
    color: #959191;
    font-size: 14px;  
}

a.info:hover {  
   color: white;
}

a.contact:hover {
    opacity: 0.3;
    transition: .5s ease;
}

h3.copy{
   color: #959191;
   font-size: 14px;
}

div.copy{
    padding-top: 180px;
    text-align: center
}
