@charset "UTF-8";

#signpost {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1px;
    color: white;
}

#signpost a {
    color: white;
}

#signpost a:hover {
    color: black;
}

#signpost>.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

#signpost>.row>.mj-col {
    position: relative;
    float: left;
    width: 32%;
}

@media (max-width: 992px) {
    #signpost>.row {
        display: block;
    }

    #signpost>.row>.mj-col {
        float: none;
        display: block;
        width: 100%;
    }
}

.sf {
    background: no-repeat left #135fab url(../singpost-img/sf.png);
    height: 110px;
    padding: 10px 0 0 180px;
}

.vks {
    background: no-repeat left #f18805 url(../singpost-img/vks.png);
    height: 110px;
    padding: 10px 0 0 180px;
}

.ctcp {
    background: no-repeat left #049608 url(../singpost-img/ctcp.png);
    height: 110px;
    padding: 10px 0 0 180px;
}

.arrowbottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.arrow {
    height: 15px;
    width: 15px;
    margin: 20px -7px 10px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    position: relative;
    bottom: 0px;
    z-index: 100 !important;
}

.arrowtext {
    font-size: 1rem;
    float: right;
    margin: 20px 20px 10px 0;
}

.sf .arrow {
    background: #135fab;
}

.vks .arrow {
    background: #f18805;
}

.ctcp .arrow {
    background: #049608;
}