/*
Theme Name: Frontier Classic Final
Theme URI: https://paito.com/
Author: Sora Aksara
Author URI: https://paito.com/
Description: Tema WordPress super ringan klasik, dengan header dan menu elegan.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: frontier-classic-final
*/

body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* HEADER */
#top-bar {
  padding: 0; 
}

#top-bar .container {
  background: linear-gradient(to bottom, #004aad, #111);
  border-bottom: 2px solid #222;
  padding: 40px 0; 
  border-radius: 6px; 
}

.screen-reader-text {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.header-inner {
  display: flex;
  flex-direction: column; 
  align-items: center;   
  justify-content: center;
  text-align: center;    
  padding: 20px 0;
}

#site-logo img {
  width: 960px;
  height: 200px;
  display: block;
  margin: 0 auto;
  max-width: 100%; 
  height: auto;   
}


#site-info {
  text-align: center; 
  margin-top: 10px;
}
#site-title a {
  font-size: 32px;
  font-weight: bold;
  color: #d4af37;
  text-transform: capitalize;
}

#site-description {
  font-size: 14px;
  color: #ccc;
}

/* MENU */
#nav-main {
  padding: 0;
  margin-bottom: 20px;
}

#nav-main .container {
  background: #c7a44c;
  border-radius: 6px;
}

#nav-main ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#nav-main li {
  margin: 0;
}

#nav-main a {
  display: block;
  padding: 12px 20px;
  color: #000;
  font-weight: bold;
  transition: background 0.3s ease;
}

#nav-main a:hover {
  background: #000;
  color: #fff;
}
/* KONTEN */
#main {
  margin: 20px auto;
}

#content {
  background: #111;
  padding: 20px;
  border-radius: 6px;
}

#content h2 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

#content p {
  margin-bottom: 15px;
  color: #ddd;
}
#content img {
  display: block;
  margin: 15px auto; 
  max-width: 100%; 
  height: auto;     
}
/* FOOTER */
#bottom-bar {
  padding: 0; /* reset padding luar */
  margin-top: 30px;
}

#bottom-bar .container {
  background: linear-gradient(to bottom, #004aad, #111);
  border-top: 2px solid #222;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  border-radius: 6px; /* opsional */
}


@media (max-width:767px){
    #drawing-table {
        min-width:100%;
        margin-right:-10px;
        margin-left:-10px;
    }
}
@media (max-width:370px){
    #drawing-table td { font-size:10px; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    text-align: center;
  }
  #site-info {
    text-align: center;
    margin-top: 10px;
  }
  #nav-main ul {
    flex-direction: column;
    align-items: center; /* biar li rata tengah */
  }

  #nav-main li {
    width: 100%; /* kalau mau full lebar tiap item */
    text-align: center; /* teks menu di tengah */
  }

  #nav-main a {
    display: block;
    padding: 12px 20px;
    text-align: center; /* pastikan tulisan tengah */
    border-top: 1px solid #999;
  }
}
