/*
  Theme Name: Bhutan BTS - Under Construction
  Description: This Theme is specially designed for Bhutan BTS
  Theme URL: https://www.bhutanbts.com
  Author: PINE TECH
  Author URI: https://pine.bt
  Version: 0.1
  Date: 07/05/2026
  Copyright: (c) 2026 Bhutan BTS
*/


html,
body {
  height: 100%; 
}

body {
  background: linear-gradient(rgba(48, 53, 70, 0.5), rgba(48, 53, 70, 0.5)), url(img/new-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2rem;
  margin-bottom: 5rem; 
}
