/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}
.jumbotron {
text-align: center;
background-image: url('../images/bg.jpg');
background-size: 100:;
}
p { text-align: center;

}
.btn-lg{
	font-size: 20px;
	font- color: black:;
}

.jumbotron h1 {
	color:orange;
	font-weight: 300:;
}
.jumbotron p {
	color:cornsilk;
}

ul.nav,.jumbotron h1, p {
	font-family: 'Arvo', serif;
	color: yellow:;
}
.jumbotron h1 {
	/*padding: 10px 20px 30px 40px;*/
	margin-bottom:  60px;
}
.jumbotron p{
	margin-bottom: 60px;
}
img src=images/manoj.jpg title=code.org logo
background-image:

.emphasis {
	font-size: 30px; 
	color: blue;
	font-weight: bolder;
}

.homepage {
	text-align: center;
}

.homepage hr {
	border-top: 1px solid red;
}

.container hr {
	border-top: 1px solid red;
	width: 170px;
	margin-top: 15px;
	text-align: green;
}

.container h2 {
	text-align: center;
}
.hompeage a:hover {
	color: green;
	text-decoration: none;
	opacity: 0.5;
}
.footercolor{
	background-color: #222;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-top: 20px 
	}
h1{
	text-shadow: 2px 2px black;
}
.jumbotron h1 { 
    background-color: blue;	
    border-radius: 25px;
    box-shadow: 10px 10px 5px #800000;
    background: linear-gradient(green, lightblue	); /* Standard syntax (must be last) */

}
.col-md-4 {
    background-color: lightblue;
    border: 1px solid black;
    transform: translate(10px,10px); /* Standard syntax */
}
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}


