/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: transparent;
  border: 0.1rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  
  /*background-color: #333;*/
  /*background-image: url('https://drive.google.com/uc?export=view&id=1LojHRMqNJMJmI5_q1i3EUBbq3CEcrA9S');*/
  font-family: 'Raleway';
  background-repeat: no-repeat;
  background-image: url('../img/homeResized_sq_1200-2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  
}

.logo {
  width: 40px;
  height: 40px;
}

.cover-container {
  max-width: 50em;
}

.lead-button {
  padding-top: 40px;
}

.lead {
  font-style: italic;
  margin-top: 30px;
}

.quoteauthor {
  font-size: 0.9rem;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2rem;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  color: #fff;
  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;
  font-weight: bold;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
  html,body {
    height: 100%;
  }
   
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}



