body {
    font-family: Exo, sans-serif;
    background-color: #FFFCF7
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #dd21ff !important;
}

.clear {
    float: none;
    clear: both;
}

.screen-reader-text {
    position: absolute !important;
    left: -999em;
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

#newsbanner {
    background-color: #000;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 3.6vw;
    text-align: center;
}

@media only screen and (min-width:900px) {
    #newsbanner {
        font-size: 28px;
    }
}

nav img {
    float: right;
    margin: 5px;
}

.title {
    margin: 0 2vw 0 0;
    padding: 0;
    color: #fff;
    font-size: 5.5vw;
    line-height: 4vw;
}

.sub-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 56%;
}

.uk-navbar {
    background-color: darkslategray;
    box-shadow: 0 1px 2px 1px #222;
    background: #dd21ff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dd21ff 0%, #9902f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dd21ff 0%, #9902f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dd21ff 0%, #9902f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd21ff', endColorstr='#9902f7', GradientType=0);
    /* IE6-9 */
}

.uk-navbar-toggle {
    color: #fff;
}

.col-left {
    float: left;
    width: 48%;
}

/* this overides the links hover on the slide-out menu */
.uk-nav-default li a:hover,
.uk-parent a:hover,
.uk-nav-sub li a:hover {
    color: #fff !important;
}

.col-right {
    float: right;
    width: 48%;
    height: auto;
    position: relative;
    /*    padding-bottom: 56.25%; 
    padding-top: 35px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.fb-page {
    width: 100%;
    flex: none;
    padding: 0;
    float: none;
    margin: 0 auto 0;
    text-align: center;
    height: auto;
}

footer {
    position: relative;
    padding: 1em 1em .5em;
    line-height: 1.1em;
    box-shadow: 1px 0 3px 2px #222;
    /*background-color: #9902f7; -> purple*/
    background-color: #355f19;
    background-color: #0077b6;
    color: #fff;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,0077b6+100 */
    background: #499bea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #499bea 0%, #0077b6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #499bea 0%, #0077b6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #499bea 0%, #0077b6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#0077b6', GradientType=0);
    /* IE6-9 */

}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff !important;
    font-weight: bold;
}

.footer-center {
    text-align: center;
    margin-top: .5em;
}

.footer-right {
    text-align: right;
    margin-top: 1em;
}

.footer-bottom {
    text-align: center;
    line-height: .2em
}


@media only screen and (min-width:500px) {
    .title {
        font-size: 30px;
        line-height: 20px;
    }
}

@media only screen and (max-width:640px) {

    .col-left,
    .col-right {
        float: none;
        clear: both;
        width: 100%;
    }

    .col-right {
        width: 500px;
        margin: 0 auto;
    }

    .fb-page {
        width: 100%;
        flex: none;
        padding: 0;
        float: none;
        margin: 0 auto 0;
        text-align: center;
    }

    .footer-center {
        margin-top: 0;
        margin-bottom: .5em;
    }
}

@media only screen and (max-width:500px) {
    .col-right {
        margin-bottom: 20px;
    }

    .footer-right {
        float: none;
    }
}

/* side nav */
#side-navation {
    display: block;
}

#side-navigation li a {
    color: #999 !important;
}

#side-navigation li a:hover {
    color: #dd21ff !important;
}

#side-navigation .uk-active > a {
    color: #dd21ff !important;
}

#dropdown-menu-link {
    text-align: center;
    display: none;
    text-decoration: none;
}

#dropdown-menu-link span {
    margin-left: 0.25rem;
}

.uk-parent a {
    display: flex !important;
}

.uk-parent .toggle {
    transition: transform .1s ease-in-out;
}

.uk-parent.uk-open .toggle {
    transform: rotate(-90deg);
}

@media only screen and (max-width:640px) {
    #dropdown-menu-link {
        display: block;
    }

    #side-navigation {
        display: none;
        text-align: center;
    }
}

/* end side nav */

/* visit/services/abortion.html */
@media only screen and (max-width: 940px) {
    .clinic-tour-card .uk-card-body {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .clinic-tour-card .uk-card-body {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .clinic-tour-card .uk-card-body {
        font-size: 0.9rem;
    }
}

/* end visit/services/abortion.html */

/* donate button */
#donate-button {
    background: #dd21ff;
    color: white;
    padding: 1rem 4rem;
    border: 1px solid lightgrey;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px lightgrey;
    text-decoration: none;
    font-size: 1em;
    margin: 5px;
}

#donate-button:hover {
    background: white;
    color: #dd21ff;
}

#donate-button:active {
    box-shadow: none;
}

/* other donate button */
.donate-button {
    background: #dd21ff;
    color: white;
    padding: 1rem 4rem;
    border: 1px solid lightgrey;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 1px lightgrey;
    text-decoration: none;
    font-size: 1em;
    margin: 5px;
}

.donate-button:hover {
    background: white;
    color: #dd21ff;
}

.donate-button:active {
    box-shadow: none;
}

/* end donate button */

/* links pages */
.link-card a {
    text-decoration: none !important;
    font-size: 0.9rem;
    color: #999;
}

.link-card a #link-icon {
    margin-left: 0.8rem;
}

.uk-card h3 a,
.uk-card h4 a {
    color: black !important;
    word-break: break-word;
}

.uk-card h3 a:hover,
.uk-card h4 a:hover {
    color: #dd21ff !important;
}

.bottom-card-banner {
    min-height: 75px;
    width: 100%;
}

/* end links pages */
