@font-face {
    font-family: "Sink";
    src: url(./Sink.woff) format("woff"), url(./Sink.woff2) format("woff2")
}

.button {
    font-family: "Sink", sans-serif;
    font-size: 1.1764705882em;
    background-color: #ffa400;
    border: 0;
    border-radius: 25px;
    box-shadow: inset 0 -4px 0 0 #d98c00;
    color: #003761;
    cursor: pointer;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-align: center;
    transition-duration: 200ms;
    transition-property: color, background-color, box-shadow, border-color
}

.home_banner_content {
    margin-top: 0;
    color: #2b2727 !important;
}

.list-group-item {
    display: list-item;
}

.backgroundimg{
    background-image: url(../img/Langside_Campus_banner.jpg); 
    min-height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}