/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #6c757d;
}

/* 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
 */

html,
body {
  height: 100%;	
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000000; 
  background: #fafafa;
}

h1 {
	font-size: 2.625rem;
}

.cover-container {
  max-width: 50em;
}

.blackcolor {
	color: #000000;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
  font-family: monospace,monospace;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-link {
  padding: .25rem 0;
  padding: 0;
  font-weight: 700;
  color: #000000 !important;
  background-color: transparent;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
 /* border-bottom: .25rem solid transparent;*/
  font-size:1rem;
}

 .nav-link:hover,
 .nav-link:focus {
  color: #6c757d !important;
  
}

 .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
  /*color: #fff;*/
  color: #6c757d !important;
}

.img-thumbnail {
	width: 250px;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: #999;
  font-size: 1rem;
}
