/* File: assets/css/style.css 
   ລາຍລະອຽດ: ຈັດຮູບແບບຄວາມສວຍງາມຂອງເວັບໄຊ
*/
:root {
    --sttc-blue: #003366;
    --sttc-gold: #c5a059;
    --sttc-light: #f8f9fa;
}

body { 
    font-family: 'Noto Sans Lao', sans-serif; 
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
}

.top-bar { background: var(--sttc-blue); color: white; padding: 8px 0; font-size: 0.85rem; }
.navbar { box-shadow: 0 2px 10px rgba(0,0,0,0.1); background: white; border-bottom: 3px solid var(--sttc-gold); }
.nav-link { color: var(--sttc-blue) !important; transition: 0.3s; }
.nav-link:hover { color: var(--sttc-gold) !important; }
.section-title { color: var(--sttc-blue); border-left: 5px solid var(--sttc-gold); padding-left: 15px; margin-bottom: 30px; font-weight: 700; }