/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
  .bottom-content {
    margin-top: 20%;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

@media only screen and (max-width: 991px) {
  .main-heading-home {
      font-size:35px;
  }
  .bottom-content {
    margin-top: 36%;
    width: 85%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 150px;
    margin: auto;
    border: none;
}
}


@media screen and (orientation: landscape) and (max-width: 1024px) and (max-height: 600px) {
  
        .main-heading-home {
      font-size:35px;
  }
  .bottom-content {
    margin-top: 36%;
    width: 400px;
    position: relative;
    
   
}
}
@media screen and (orientation: landscape) and (min-width: 1400px) and (min-height: 700px) {
  

  .bottom-content {
    width: 400px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 100px;
    margin: auto;
    border: none;
}
}
@media screen and (orientation: landscape) and (min-width: 1600px) and (min-height: 800px) {
  

  .bottom-content {
    width: 400px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 150px;
    margin: auto;
    border: none;
}
}

@media screen and(min-width: 1400px) {
  .logo-div {
      margin-top: 80px;
  }
  .main-heading-home {
    font-size: 66px;
}

}



@media screen and (orientation: landscape) and (max-width: 950px) and (max-height: 500px) {
  .logo-div {
          margin-top: -40px;
          
  }
      .main-heading-home {
        font-size: 26px;
        margin-top: 28px;
    }
    .main-search-home {
            margin-top: 0 !important;
    }
    .main-search-icon {
    top: 6px;
}
    .bottom-content {
    width: 400px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 20px;
    margin: auto;
    border: none;
}
    .main-sub-heading {
    font-size: 20px;
}
}


