body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:18px;
}

#home {
  background: url('../img/banners/domain.png');
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 100%;
  max-width: 100%;
  height: 47vh;
  position: relative;
  overflow: hidden;
}

.landing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47vh;
  /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0,0,0,0.9));*/

}
.navbar {
  background: linear-gradient(to right,#220E3F, #253066) !important;
}

.navbar-nav .nav-link {
  font-size: 1.2vw;
  color: #FFFFFF !important;
}

.navbar.solid,
.navbar.solid-toggle {
   background: linear-gradient(to right,#220E3F, #253066) !important;
  transition: background-color 1s ease;
}

.navbar-toggler-icon {
color: white !important;
}

#home h1 {
  text-align: center;
  /*padding: 50% 0 2% 0;*/
  color: #505962;
  font-weight: bolder;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 4.25rem;
  position: relative;
  z-index: 1;
  display: flex;
  vertical-align: center;
  justify-content: center;
  align-content: center;
  /*top: 45%;*/
  text-shadow: 2px 2px #000000;
}

#home h3 {
  margin-top: 2%;
  text-align: center;
  color: #FFD700;
  font-weight: bold;
  padding-top: 2rem;

}



/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all .8s ease;
}

button, a, a.btn,
.svg-inline--fa {
  transition: all .8s ease;
}

h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
  /*letter-spacing: 0.15rem;*/
  font-size: 3rem;
  color: #505962;
  font-weight: bold;
  padding: 3% 5% 1%;
}


.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 10%;
  margin: 5px auto 25px auto;
}
/*headings and contents color and alignment*/
.sansdh{
  /*font-family: 'Source Sans Pro', sans-serif;*/
   font-family: "font-family: 'Libre Baskerville', serif";
   color: #295aab;
    font-size: 32px;
}

.col.ds_1{
  margin-left: 7%;
  margin-top: 13%;
}

.ds1{
  margin-bottom: 20px;
}


/*===== FIXED BACKGROUND IMG DARK =====*/

/*--- iOS Fixed Background Image --*/
.fixeddh {
  position: relative;
  width: 100%;
}
.fixed-wrapdh {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}
.fixed-darkdh {
  background-image: url('../img/background/');
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}
.darkdh {
  background-color: #F4F6F7;
  padding: 2rem 0;
  z-index: 1000;
}


.btn.btn-outline-primary.ds2
{
  margin-bottom: 60px;
}
/*media query */

@media only screen and (max-width: 600px) {
  .darkdh h1 {
    font-size: 30px;
}
.darkdh {
    background-color: #F4F6F7;
    padding: 3rem 0;
}
.ds1 img {
    width: 100% !important;
    margin: auto;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}
.img-left img {
    width: 100% !important;
    margin: auto;
}
#home {
    background:url('../banner/domain.jpg');
    background-size: 100% 100%;
}
}