.landing-page {
    height: 100vh;
    width: 100%;
    margin: auto;
    /* https://images.unsplash.com/photo-1484807352052-23338990c6c6?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=6f3cb0473315ed1eca1b47d280bb2ab1&auto=format&fit=crop&w=1950&q=80 */
    background: url(../assets/images/liverpool.jpg) no-repeat 50% 50%;
    display: table;
    top: 0;
    background-size: cover;
}

.landing-page #inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
}

.landing-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.logo > img {
    height: 10%;
    position: absolute;
    float: right;
    margin-left: 10px;
}

button {
    height: 70px;
}

.btn-mlh > img {
    height: 70px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.logo {
    width: 10%;
    margin-bottom: 5px;
}

.landing-title{
    margin: 1%;
}

#navigation-bar {
    position: fixed;
    z-index: 2;
    /* background-color: rgba(0, 0, 0, 0.90); */
    height: 70px;
    filter: opacity(90%);
}

#navigation > li > a {
    color: inherit;
}

#change-text{
    color: #f8f8f8;
}

 #homeBt {
     visibility: hidden;
     float: left;
     margin-top: 15px;
 }

 #navButton {
   overflow: auto;
 }

@media screen and (max-width: 600px) {
  #about, #team, #contact {
    display: none;
  }
}
