body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #C2C2C2;
}

.info-container {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.body-text {
    font-size: 18px;
}


.footer-links {
    color: #981D65;
}

.cookie-link {
    color: #981D65;
}

button[disabled] {
    opacity: 1 !important;
}

.cookie-bar {
    -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,.08);
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
    display: none;
}

.cookie-bar-container {
    padding: 2rem;
    background-color: #eaeaea;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cookie-bar-content {
    max-width: 108rem;
    margin: 0 auto;
}

.cookie-consent-btn {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .8rem 2rem;
    border: 0;
    border-radius: 999px;
    background-color: #9e1863;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    /*transition: 0.3s;*/
    width: 100%;
}

    .card:hover {
        /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
    }

.card-container {
    padding: 2px 16px;
}

.vl {
    border-left: 6px solid green;
    height: 50px;
}

.master-body {
    background-color: white;
    box-shadow: 2px 3px 6px #888;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header {
    padding-top: 0px;
    margin-top: 40px;
}

#leftCardDiv {
    padding-left: 0;
}

#rightCardDiv {
    padding-right: 0;
}

@media screen and (max-width: 740px) {

    #leftCardDiv {
        padding: 0;
    }

    #rightCardDiv {
        padding: 0;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#readButton {
    border: none;
    background-color: transparent;
}


footer {
    min-height: 125px;
}

    footer a {
        /*color: #fff;*/
        font-size: 18px;
        font-weight: bold;
    }

        footer a:hover,
        footer a:focus {
            /*color: #fff;*/
        }

    footer ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 50px;
    }

    footer li {
        display: inline-block;
        margin-left: 18%;
    }

.contact-container {
    margin-top: 30px;
}

.contact-text {
    font-size: 18px;
}

.contact-container .form-horizontal .control-label {
    text-align: left
}

.startpage-link {
    position: absolute;
}
