.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.container.learn-more-content {
    max-width: 1500px;
    padding: 60px 15px;
}
.container.full-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#team {
    padding-top: 140px;
}

.masthead{
    /*padding-top:140px;*/
}

a {
    -webkit-user-drag: none;
}

#fullscreen-arrow {
    position: absolute;
    filter: invert();
    bottom: 2.7%;
    left: 50%;
    transform: translateX(-50%);
    animation: arrowhover ease 2s infinite;
}

@keyframes arrowhover {
    0% {bottom: 2.7%;}
    50% {bottom: 2.2%;}
    100% {bottom: 2.7%;}
}

.anchor {
    color: #212529;
    text-decoration: none;
    padding-top: 50px;
}

.anchor:hover {
    color: #212529;
    text-decoration: none;
}