/*
 * Globals
 */


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


/*
 * Base structure
 */

body {
  background-image: url('../img/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;  
  background-size: cover; 
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
}


/*
 * Header
 */
.cover-container h3 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-size: 25px;
  font-weight: bolder;
}

.cover-container .nav .active {
  color: #FFD700 !important;
}

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
  font-weight: bolder;
  padding-top: 0.5rem !important;
  padding: 0;
}

.nav-masthead .nav-link:hover{
  color:#EA7148 !important;
}

.nav-masthead .active:hover{
  color:#FFD700 !important;
}

.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;
}

.btn-land{
  background: #C75028;
  color: #fff;
}
.btn-land:hover{
  background: #8B624C !important;
  color: #fff;
}
