/* Style */
body {
  background-image: url('/assets/img/bg-dark.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: black;
  font-family: 'Roboto', sans-serif;
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #FFFAF0
}
.shadowed{
  text-shadow: 0 0 5px black;
}

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

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

.nav-masthead .nav-link {
  /*padding: .25rem 0;*/
  font-weight: 700;
  color: white;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: lightgrey;
}

.nav-masthead .active {
  color: whitesmoke;
  border-bottom-color: #FFFAF0;
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.cover-container {
  max-width: 45em;
}
a:hover{
  color: #FFFAF0;

}
a{
  color: #FFFAF0;

}
img{
	/*border: 5px solid black;*/
	max-width: 95%;
	max-height: 100%;
}
video{
  max-width: 95%;
  max-height: 100%;
}

/*
        FOOTER
*/
.footer{
  position: relative;
}

