/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */
h1{
    font-size: 2.5rem;
    font-style: oblique;
    font-weight: bold;
    font-family: auto;
}

html,
body {
  margin: 0px;
  height: 100vh;
  background-image: url(../images/5.jpg);
  background-size: cover;
  background-position: center center;
}
 
  
body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  
}

.lead {
    font-size: 1.25rem;
    font-weight: 500!important;

}

.farid{
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .60);
  z-index: 2;
}

.btn-outline-secondary {
    color: #fff;
    text-shadow: none;
    background-color: transparent;
    border: .12rem solid #fff;
}
.btn-outline-secondary:hover {
    color: #da9a07;
    background-color: #fff;
    border: #FFF;
}

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


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  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;
}

@media (min-width: 48em) {
  
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fires{
      width: 12rem;
      font-weight: 600;
}
/*
 * Footer
 */
.fire{
    color:#fdb91d!important;
    font-style: italic;
    font-size: inherit;
    font-family: cursive;

}
