
.wrapper{
  background-color: rgba(255,255,255,0);
}
#section-intro{
  display:table;
  width:100%;
  height:100vh;
}
#section-intro div.full-screen-page{
  display:table-cell;
  vertical-align:middle;
}
  img{
    width:80%;
    max-width:300px;
    height:auto;
  }
.blockquote{
  color:#212529;
  text-shadow:0 0 3px #fff;
}
a{
  color:#e8d820!important;
}
@media screen and (min-width: 768px){
  #section-intro{
    display:table;
    width:100%;
    height:100vh;
  }
  #section-copyright{
    width: 100%;
  }
  img{
    width:80%;
    height:auto;
  }
}