body{
	background: #222;
}
.container{
	box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.70);
	padding-left: 0px;
    padding-right: 0px;
}
.row{
	background-color: #f7f7f7;
}
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
	border-color: transparent;
	border-bottom: 1px solid #ccc; 
}
a.navbar-brand {
    font-weight: 700;
    font-size: 30px;
}
a.navbar-brand:focus{
	border: none;
}
.jumbotron{
	border-radius: 0px !important;
	margin: 15px;
}
.jumbotron h1{
	color: #fff;
	font-size: 50px;
    text-align: center;
	text-shadow: 0px 0px 10px #000;
}
.heading h1{
	font-size: 20px;
}
.heading:hover{
	text-decoration: none;
}
.clear{
	padding-top:6%;
}
.footer.row {
    border-top: 1px solid #ccc;
    padding: 15px 0 5px;
}
.copyright{
	text-align: center;
}
.single-article a{
	font-weight: 700;
}

@media screen and (min-width: 1024px){
	.container{
		width: 1040px;
		margin-top: 6%;
		margin-bottom: 3%;
	}
	.row{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media screen and (min-width: 768px){
	.jumbotron {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}