/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);

    background-color: #222;
}

header {
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

footer {
    background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
}

.project {
    margin-bottom: 5rem;
}

.inner {

}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.nav .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav .nav-link:hover,
.nav .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav .nav-link{
  margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.nav .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .nav {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 5rem 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(./media/img/bg_place.jpg) no-repeat;
    background-size: cover;
}

.agb {
    margin-top: 10rem;
    font-size: 0.66rem;
}