html {
    overflow-y: scroll;
}

body {
    background-color: #ffffff;
    color: #57585a;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

header {
    padding-bottom: 40px;
}

nav {
    margin-bottom: 40px;
    border-bottom: 1px solid #976daf;
}

nav a {
    color: #976DAF;
}

nav a:hover {
    color: #754e8d;
}

.panel-heading {
    cursor: pointer;
}

.homepagetext {
    font-size: 18px;
}

.treatmentname {
    text-decoration: underline;
    font-weight: bold;
}

#missionstatement {
    text-align: center;
    border-left: 5px solid #eeeeee;
    border-right: 5px solid #eeeeee;
}


/* Override Bootstrap blockquote content tag */
#missionstatement footer::before {
    content: none;
}

h4, h3, h2 {
    color:#976daf; !important;
    font-family: "Coiny", sans-serif; !important
}


/* Bootstrap: Center carousel arrow icons */
.carousel .left > i,
.carousel .right > i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel .right > i {
    left: auto;
    right: 20px;
}

/* Bootstrap: Remove grey bars from carousel */
.carousel-control.left, .carousel-control.right{
    background: none; !important;
    /*filter: progid:none; !important;*/
}

.bottom-buffer {
    margin-bottom: 10px;
}

#mainfooter {
    color: #976daf;
    font-size: 14px;
}

#mainfooter a {
    color: #976daf;
}

#mainfooter a:hover {
    color: #754e8d;
}

footer .footertop {
    border-top: 1px solid #976daf;
    padding-bottom: 12px !important;
    margin-top: 10px;
}

footer .row {
    padding-top: 3px;
    padding-bottom: 3px;
}

.footerlogo {
    height: 30px;
}

#facebooksquare {
    background-color: #FFFFFF;
    vertical-align: middle;
    line-height: 85%;
    color: #3b5998;
}

@media(min-width:768px) {
    /* For centering items in the same row relative to the largest item */
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

@media(max-width:767px) {
    #phonenum {
        text-align: right;
    }

    #facebook {
        text-align: center;
    }

    .footerlogo {
        margin-bottom: 8px;
    }

}
