html, body {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

body {
    padding-top: 50px;
    -webkit-user-select: none;
    -webkit-touch-callout: none; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

td {
  padding: 10px;
}

.portfolio-item {
    margin-bottom: 25px;
}

img, .img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    padding: 14px 16px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-brand {
        padding: 12px 10px;
        font-size: 18px;
    }
    .page-header {
        font-size: 24px;
    }
    .portfolio-item h3 a {
        font-size: 18px;
    }
    .footer-blurb {
        padding: 20px 10px;
    }
}

.footer-blurb {
    padding: 30px 0;
	  text-align: center;
    background-color: lightskyblue;
}

.footer-blurb h3 {
    color: midnightblue;
    }

.footer-blurb-item {
    padding: 30px 0;
    }

.copyright {
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
}

.marg {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 50px;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* Stotra Text Styling */
.stotra-text {
  font-family: 'Noto Sans Devanagari', 'Arial Unicode MS', sans-serif;
  padding: 20px;
  line-height: 2;
  text-align: center;
  font-size: 24px;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 8px;
  letter-spacing: 0.5px;
}

.stotra-text p {
  margin: 12px 0;
  word-spacing: 3px;
}

.stotra-heading {
  font-size: 28px;
  font-weight: bold;
  color: #8b4513;
  margin-bottom: 20px !important;
  border-bottom: 2px solid #daa520;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .stotra-text {
    font-size: 22px;
    padding: 15px;
    line-height: 1.8;
  }
  
  .stotra-heading {
    font-size: 26px;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 480px) {
  .stotra-text {
    font-size: 20px;
    padding: 10px;
    line-height: 1.6;
  }
  
  .stotra-heading {
    font-size: 24px;
  }
}
