/*
 * Globals
 */

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

/* Custom default button */


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-image: url('images/background6.jpg');
/*  background-repeat: no-repeat;*/
  background-position: center;
  background-size: cover;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
/*  color: #fff; */
  color: white;
  text-shadow: 0 .08rem .3rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 65%;
}

.cover-heading {
    text-shadow: 1px 1px 0 black;
}

.btn {
    border: 1px solid white !important;
    font-weight: bold !important;
    
    font-family: 'Helvetica Neue', sans-serif;
    color: white;
    background-color: gray;
    text-shadow: 2px 2px 0 black;
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 11px;
    min-width: 80px;
    max-width: 80px;
}

/*
 * 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) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
    min-width: 100px;
    max-width: 100px; 
    margin-top: 12px;
    margin-bottom: 12px;
/*   padding: .75rem 1.25rem; */
    font-weight: 600;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

