/*
Theme name: Shriver Center Site
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/


p { font-weight: 400; line-height: 1.6em; }


.section-about .section__description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.header .header__buttons {
    margin: 0 -15px 46px 0;
    padding: 1px 1px 3px;
    background: #ddd;
    max-width: 710px;
    font-size: 16px;
    font-weight: 700;
    margin-left: auto;
}

.header .header__buttons ul li a {
    text-decoration: none;
    padding: 10px 15px;
    line-height: 1.15em;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.logo {

    background: no-repeat 48%/cover;
}

.green-link {color: #fff !important; background-color:#3c822b !important; transition: all ease 0.2s; }
.green-link:hover {color: #fff !important; background-color:#000f9f !important; transition: all ease 0.2s; }


.author h3 {
    font-size: 1.8rem;
    color: #111;
    font-weight: 800;
    margin-bottom: 4px;
}

.footer .footer__content {
    background: #000A6F;
    padding: 58px 0 50px;
}

.list-programs > li {
    background: #081689;
    margin-bottom: 2px;
    padding: 8px 0 8px 15px;
    border-radius: 5px;
}
