body {
width: 100%;
height: 100%;
  margin-left: -0.3px;
}

#header {
  width: 100%;
}

#body {
  background-color: #051729;
  color: white;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 50px;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  float: right;
  padding: 50px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #357EC7;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.body {
  background-color: #055C46;
  color: white;
  margin-top: 10px;
  font-size: 50px;
  padding: 50px;
  font-family: Berlin Sans FB Demi;
}

#slideshow {
  background-image: url("../Images/pertanian5.jpg");
  margin-left: -8px;
  color : white;
  padding: 100px;
  font-size: 25px;
  font-family: Arial Black;
}

#slideshow h1 {
  margin-left: 120px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; /* Can be changed in the live sample */
  width: 700px;
}

#content {
  color: white;
  padding: 50px;
  height: 450px;
  background-color: white;
  margin-top: -60px;
}

.content_left {
  color: black;
  float: left;
font-family: Algerian;
  font-size: 60px;
}

.content_right {
  color: black;
  float: right;
font-family: Times New Roman;
  font-size: 20px;
  width: 800px;
  text-align: justify;
  margin-right: 300px;
}

#sidebar {
   background-color: #051729;
  color: white;
  padding: 50px;
  height: 500px;
  font-family: Times New Roman;
  font-size: 50px;
}

.sidebar_left {
  color: white;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  margin-top: 20px;
  width: 400px;
  margin-left: 200px;
}



.sidebar_left h2 {
  margin-top: -8px;
  margin-bottom: -5px;
}

.sidebar_left_one {
  color: white;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  margin-top: 20px;
  width: 400px;
  margin-left: 50px;
}

.sidebar_left_one h2 {
  margin-top: -10px;
  margin-left: 20px;
}

.sidebar_left_one img {
  margin-left: 20px;
}

.sidebar_left_two {
  color: white;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  margin-top: 20px;
  width: 400px;
  margin-left: 50px;
}

.sidebar_left_two h2 {
  margin-top: -8px;
  margin-bottom: -5px;
}

.sidebar_left_two img {
  margin-left: 20px;
}

.sidebar_right {
  color: white;
font-family: Times New Roman;
  font-size: 40px;
  width: 800px;
  text-align: justify;
}

p {
  text-align: justify;
}


#footer_body {
 background-color: white;
  font-family: Algerian;
   font-size: 60px;
}

.footer_left {
  color: black;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  width: 400px;
  margin-left: 200px;
  margin-top: 10px;
  height: 110px;
}

.footer_left_one {
  color: black;
  float: left;
  font-family: Times New Roman;
  font-size: 20px;
  width: 400px;
  margin-left: 200px;
  margin-top: 30px;
}

.container {
    background-color: white;
    padding: 10px;
    margin:auto;
    overflow: hidden;

}

.container .page {
    text-align: center;
    padding-top: -20px;
}

/* Slideshow container */
.content-slide {
    max-width: 1410px;
    position: relative;
    margin-top: -10px;
    
}

.imgslide {
    display: none;
}



.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: rgb(255, 254, 224);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.8); 
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.pre:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(0, 0, 0);
}

.text {
    color: #fafafa;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.content-slide .numberslide {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* resposive */

@media screen and (max-width: 800px) {

    .content-slide {
        padding: 8px 50px 12px 50px;
    }

    .next {
        right: 50px;
        border-radius: 3px 0 0 3px;
    }
    
}

.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;
    }
}



.page .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
    border-radius: 50%;
    padding-top: -30px;
}

.page .active,
.page .dot:hover {
    background-color: #ce0000;
}



.zebra-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 3px 1px #ddd;
    overflow: hidden;
    border:10px solid #fff;
}
    .zebra-table th,.zebra-table td{
        vertical-align: top;
        padding:10px 7px;
        text-align: left;
        margin:0;
    }
        .zebra-table tbody tr:nth-child(odd) { /* Make table like zebra */
            background:#eee;
        }

.sidebar {
    background-color: white;
    color: black;
    margin-top: -30px;
    margin-left: 20px;
    text-align: justify;
    margin-right: 20px;
    font-size: 30px;
}

.h2 {
    margin-top: 10px;
}