.anchor {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 50px;
}

.anchor_card {
    padding: 5px 25px;
}

.anchor a:focus {
    outline: 0;
}

.pw-embed.anchor {
    position: fixed;
    top:222px;
    left: 0;
}

.pw-embed-fix-top.anchor {
    top: 0;
}

.pw-embed.anchor .w3-content {
    max-width: 100%;
}

.pw-embed.anchor a {
    display: block;
}

.parallax {
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

#footer {
    margin: 0;
}

ul {
    padding-left: 16px;
}