/*Created by Aran Khanna (with some help from the interwebz), All Rights Reserved*/
@charset "UTF-8";
.home {
    background-color: #2ecc71;
}

#news{
    margin-top: 75px;
}
.featured{
    width: 60%; 
    text-align: center; 
    border-bottom: 2px solid #7f8c8d; 
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-left:auto;
    margin-right: auto;
}
.featured span {
    margin-top: 10px; 
    background:#ecf0f1; 
    color: #7f8c8d; 
    padding:0 10px; 
}
.featured img{
    height: 70px;
    width: 80px;
    margin-bottom: -30px;
    opacity: 0.6;
}

.feature-holder{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.feature-holder img{
    width: 150px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.5;
}

.feature-holder img:hover{
	opacity: 1;
}

.head{
	width: 40%;
    padding: 10px;
    text-align: center;
    font-size: 2.3125rem;
    font-weight: 100;
    font-family: "etica", Helvetica, sans-serif;
    color: #cccccc;
    line-height: 1;
   	margin-right: auto;
   	margin-left: auto;
   	margin-top: 150px;
}
.second-ssp{
    overflow: auto;
	text-align: center;
	margin-top: 100px;
}
.article{
	position: relative;
    height: 275px;
	width: 225px;
	background-color: #FFF; 
	display: inline-table;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 3px solid #ccc;
}

.article:hover{
	border: 3px solid #2ecc71;
}

.article img{
	width: 180px;
	height: 90px;
	margin-top: 8px;
}
.headline{
	font-weight: bold;
	font-size: 18px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 30px;
}
.date {
    bottom: 0;
    color: #95a5a6
 }

@media(max-width: 707px){
    .head{
        width: 60%;
        font-size: 1.9125rem;
    }
}

@media(max-width: 430px){
    .head{
        width: 80%;
        font-size: 1.7125rem;
    }
}

@media(min-width:1200px){
    footer{
        margin-top: 600px;
    }
}