#border {
    padding: 20px;
    border-top: 5px solid #a80b1e;
    border-bottom: 5px solid white;
    background-image: linear-gradient(#a80b1e, white),
    linear-gradient(#a80b1e, white);
    background-size: 5px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
}

.midbuttons {
    background-color: #84b13c;
    border-color: #84b13c;
    font-weight: bold;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.articleTitle {
    color: #741A6E;

}

.bottomlinks {
    color: #84b13c;
}

.menuseperator {
    border-right: 1px solid white;

}

.articlelink {
    background-color: #741A6E;
    color: white;
    padding: 4px;
}

.articlelink:hover {
    background-color: #a8259f;
    color: white;
}

.pagelinks {
    color: black;
}

.image {
    position: relative;

    width: 100%; /* for IE 6 */
}

.headertext {
    position: absolute;
    text-align: right;
    width: 100%;
    float: right;
    bottom: 4%;
    right: 8%;
    color: white;

}
@media (max-width: 766px) {
    #responsive-menu-bar{

    }

    textarea{
        width:100%;
        max-width: 100%;
    }

    #slideshow-responsive{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
@media (min-width: 767px){
    #responsive-menu-bar{
        margin-left: -7.5%;
        margin-top: 10px;
        width: 115%;
    }

}