* {
  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: 35px;
}

.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;
}


header {
  background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(img/header/football.jpg);
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  }
  
  header h1 {
    position: absolute;
    top: 28%;
    left: 40%;
    color: white;
    font-size: 48pt;
   }  

nav {
  float: left;
  width: 20%;
  height: 526px; 
  background: rgb(223, 223, 223);
  padding: 20px;
}


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;
  padding: 20px;
  width: 80%;
  background-color: #F7F5F6;
  height: auto; 
}


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) {
  nav, article {
    width: 100%;
    height: auto;
  }

  header {
    background-color: red;
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: white;
    height: 470px;
  }

  .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;
  }

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

  .geser {
    margin-right: 5px;
  }

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

  header h1 {
    position: absolute;
    top: 31%;
    left : 23%;
    font-size: 35pt;
  }

  nav h1 {
    font-size:15pt;
  }

nav ul {
  font-size : 12pt;
}

  .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%;
}



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