body {
	padding-top: 50px;
	color: #5f5f5f;
        background-color: #c7f7ad;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	}
	
.feature {
	background: yellowgreen linear-gradient(to bottom, greenyellow, olivedrab);
	color: black;
	}

#feature-carousel {
	min-height: 250px;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: yellowgreen;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
//	background-color: #fff;
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: center;
	}



.fake-link {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}


.popup {
    display:none;
    max-width:100%;
    width:500px;
    height:500px;
    margin:0 auto;
    background:#fff;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-208px;
    margin-top:-250px;
    z-index:999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(100,100,100,0.9);
    padding-top: 20px;
    padding-left: 10px;
    overflow:hidden;
    z-index: 1031;
}

.close-pos {
    position:absolute;
    top:0;
    right:10px;
}