#navlink::before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25px;
}
.fnt-pmarker {
    font-family: 'Permanent Marker', arial, sans-serif;
}
#homehero {
    height: 500px;
    background: #fafafa url('../images/hero.jpg') no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
#heroAngleLeft {
    width: 49vw;
    left: 0;
    bottom: 0px;
    border-bottom: 40px solid #fff;
    border-right: 90px solid transparent;
    position: absolute;
}
#heroAngleRight {
    left: 49vw;
    bottom: 0px;
    right: 0px;
    border-bottom: 40px solid #fff;
    border-left: 90px solid transparent;
    position: absolute;
}