/* PrimaryCode */

html {
  font-family: "Montserrat", sans-serif !important;
}
.full-body-container {
  height: 100vh;
  background-image: url("../images/Web_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#CsBox {
  padding-bottom: 10px;
  margin-left: 61.5%;
  /* margin-left: 30%; */
  font-size: 60px;
}
#FooterText {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Device Optimization */

@media only screen and (max-width: 1024px) {
  #CsBox {
    font-size: 45px;
    margin-left: auto;
    margin-right: 10px;
    text-align: end;
  }
}
@media only screen and (max-width: 480px) {
  .full-body-container {
    background-image: url("../images/mob_bg.png");
  }
  #CsBox {
    box-sizing: border-box;
    margin-left: 0;
    font-size: 41px;
    text-align: center;
    margin-top: 40%;
  }
  .container1 {
    display: none;
  }
  #FooterText {
    text-align: center;
  }
}

/* Supplimentary Classes */

.NewFont {
  font-family: "Montserrat", sans-serif !important;
}
.WhiteColor {
  color: white !important;
}
