@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap");

@media screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f8f9fa; /* #fffaf5; */
  height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.container-lg {
  background-color: rgba(255, 255, 255, 0);
}

#sriyantra1 {
  position: absolute;
  margin-top: 1.5%;
  margin-left: 15vw;
  height: 150px;
  width: 150px;
  left: 0;
  top: 0;
}
#sriyantra2 {
  position: absolute;
  margin-top: 1.5%;
  margin-right: 15vw;
  height: 150px;
  width: 150px;
  right: 0;
  top: 0;
}

#title {
  color: #fffffffa;
  padding-top: 2%;
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-size: 2.6rem;
  letter-spacing: 10px;
}

#subtitle {
  color: #fffffffa;
  text-align: center;
  font-size: 1.5rem;
}

/*--------------MAVBAR-------------------*/
.navbar {
  display: inline-block;
  padding: 0;
  width: 100%;
}

.nav-item {
  padding: 20px 30px 10px 30px;
  letter-spacing: 1.5px;
  font-size: 18px;
}

#footer {
  margin-top: auto;
  padding: 50px 15vw;
  color: rgb(179, 177, 177);
  background-color: rgba(0, 0, 0, 0.753);
}

#footer p {
  margin-bottom: 10px;
  letter-spacing: none;
}

#footer a {
  margin-bottom: 5px;
  color: rgb(179, 177, 177);
}

#footer a:hover {
  text-decoration: none;
  color: whitesmoke;
}

/*------------Buttons-------------*/
.btn-grad-blue {
  background-image: linear-gradient(to right, #253b53 0%, #37597d 51%, #253b53 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}

.btn-grad-blue:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-yellow {
  background-image: linear-gradient(to right, #585041 0%, #81745e 51%, #585041 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
}

.btn-grad-yellow:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/*----------------Media---------------------*/

@media (max-width: 1700px) {
  #sriyantra1,
  #sriyantra2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media (max-width: 1500px) {
  #sriyantra1,
  #sriyantra2 {
    height: 120px;
    width: 120px;
    margin-left: 7vw;
    margin-right: 7vw;
  }
}

@media (max-width: 1200px) {
  #sriyantra1,
  #sriyantra2 {
    display: none;
  }
}

@media (max-width: 400px) {
  #title {
    font-size: 2rem;
  }

  #subtitle {
    font-size: 1.2rem;
  }
}

#stars {
  top: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  /* The dark blue to slightly-less-dark blue gradient */

  background: rgb(52, 91, 122);
  background: -moz-linear-gradient(360deg, rgba(52, 91, 122, 1) 0%, rgba(1, 8, 26, 1) 100%);
  background: -webkit-linear-gradient(360deg, rgba(52, 91, 122, 1) 0%, rgba(1, 8, 26, 1) 100%);
  background: linear-gradient(360deg, rgba(52, 91, 122, 1) 0%, rgba(1, 8, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#345b7a",endColorstr="#01081a",GradientType=1);
}

#stars div {
  top: 0;
  width: 100%;
  position: absolute;
}

#stars .large {
  height: 100%;
  background: url("/images/stars_large.png");
}

#stars .medium {
  height: 100%;
  background: url("/images/stars_medium.png");
}

#stars .small {
  height: 100%;
  background: url("/images/stars_small.png");
}
