* {
  box-sizing: border-box;
  font-family: Century Gothic;
}

body {
	margin: 0;
	padding: 0;
}

.navbar {
  overflow: hidden;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
}

.navbar a:hover {
  color: rgb(240, 156, 156); 
}



.dropdown-content {
float: left;
  display: none;
  position: absolute;
  background-color:  white;
  margin-top: 50px;
  margin-left: -1137px;
  width: 1500px;
  height: 150px;
  z-index: 1;
  color: white;
}

.dropdown span  {
  color : rgb(240, 156, 156);
}

.dropdown-content a {
  color: white;
  float: left;
}


.posisidropdown1{
  position: absolute;
  top: 16%;
  left: 39%;
}

.posisidropdown2{
position: absolute;
top: 16%;
left: 47%;
}

.dropdown:hover .dropdown-content {
display: block;
}


.navbar a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 13px;
  text-decoration: none;
  font-size: 17px;
}

.geser {
margin-right: 52px;
}

.besar {
  width: 1348px;
  margin-top: 20px;
  margin-left: -29px;
  background-color: rgba(0, 0, 0, 0.5);

}

.navbar img{
width: 70px;
height: 30px;
margin-top: 10px;
margin-left: 45px;
}


nav {
  float: left;
  width: 50%;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/produk/run.jpeg);
  height: 547px;
  background-size: cover;
  background-position:center;
  margin-top: 50px;
}

nav h1 {
  position: absolute;
  top: 36%;
  left: 17%;
  color: white;
  font-size: 35pt;
 }  

 nav h1:hover {
  color: rgb(240, 156, 156);
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-left: 15px;
}

nav a{
  text-decoration: none;
  color: black
}

nav a:hover {
  color:rgb(240, 156, 156);
}

.color span {
  color : rgb(240, 156, 156);
}

article {
  float: left;
  width: 50%;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/produk/bola.jpg);
  height: 547px;
  background-size: cover;
  background-position:center;
  margin-top: 50px;
}

article h1 {
  position: absolute;
  top: 36%;
  left: 67%;
  color: white;
  font-size: 35pt;
 }  

article h1:hover {
  color: rgb(240, 156, 156);
}

section:after {
  content: "";
  display: table;
  clear: both;
}

table td {
  width: 290px;
  height: 240px;
  font-size: 12pt;
}

table img {
  width: 140px;
  height: auto;
}

table a{
  text-decoration: none;
  color: black;
}

.opacity:hover {
  opacity: 0.3;
}

footer {
  background-color: black;
  padding: 10px;
  height: 60px;
  text-align: center;
  color: white;
  font-size: 12pt;
}

footer p {
  margin-top: 8px;
}



@media (max-width: 600px) {



  .navbar a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 13px;
    text-decoration: none;
    font-size: 15px;
  }

  .navbar img{
    width: 50px;
    height: 22px;
    margin-top: 13px;
    margin-left: 20px;
  }

  .geser {
    margin-right: 5px;
  }

  .back{
    position: absolute;
    top: 1%;
    left: 35%;
    font-size: 20pt;
  }


  nav h1 {
    position: absolute;
    top: 20%;
    left: 20%;
    color: white;
    font-size: 35pt;
   }  

nav ul {
  font-size : 12pt;
}

nav {
  
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/produk/run.jpeg);
  height: 321px;
  background-size: cover;
  background-position:center;
  margin-top: 50px;
}

article {
  float: left;
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/produk/bola.jpg);
  height: 321px;
  background-size: cover;
  background-position:center;
  margin-top: 0;
}

article h1 {
  position: absolute;
  top: 64%;
  left: 20%;
  color: white;
  font-size: 35pt;
 } 

  .besar {
    width: 1349px;
    margin-top: -69px;
    margin-left: -450px;
  
  }

.responsiveatas { 
  position: absolute;
  left: 30%;
}
  
.posisidropdown1{
  position: absolute;
  top: 16%;
  left: 69%;
}

.posisidropdown2{
position: absolute;
top: 16%;
left: 77%;
}

table td {
  width: auto;
  height: 190px;
  font-size: 11pt;
}

table img {
  width: 90px;
  height: auto;
}
footer {
  background-color: black;
  padding: 10px;
  height: 50px;
  text-align: center;
  color: white;
  font-size: 10pt;
}
}