.intro-parallax {
    background: url(../img/bg/pexels-photo-190340.jpeg);
    height: 100vh;
    color: #fff;
}

.yellow-text {
    color: #e2b400;
}

.yellow-bottom {
    border-bottom: 5px solid #e2b400;
}

.yellow-line {
    border-top: 1px solid #e2b400;
    margin: 10px auto;
    width: 250px;
}

.absolute {
    position: absolute;
}

.introbtn:hover {
    border: 2px solid;
    background: #e2b400;
}

.section-header h2 {
    color: #e2b400;
    font-weight: 600;
    text-transform: uppercase;
}

.highlight-text {
    color: #e0c146 !important;
}

.tint {
    background: linear-gradient( rgba(224, 193, 70, .9), rgba(224, 193, 70, .4));
}

.modal {
    pointer-events: none;
}

.modal .modal-content {
    pointer-events: visible;
}