body{position:relative;}

	p{
		font-size:1.2em;
	}
	.aboutli li{font-size:1.2em;}
	.navbar-brand{font-size:2.5em;}
	#home{}
	#about{margin-top:0px;}
	#resources{
		background-color:#d1c293;
		padding:100px;
		}
	#resources h1{font-size:3em;}
	
	.red{color:red;}
	
		.jumbotron{
		background-image: url(../images/background.jpg);
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
		width:100%;
		margin-top:0px;
		background-repeat:no-repeat;
		background-size:cover;
		background-attachment:fixed;
		text-align:center;
	}	
	#jumboHeader{
		Padding:60px;
		margin-top:60px;
		color:white;
	}
	#download{ font-size:1em;}
	#footer{
		background-color:transparent;
		height:160px;
		position:static;
		bottom:0px;
	}
	#foot{margin-top:20px;}
	
	#back-top{
		position:fixed; /* keeps it on the bottom once in view */
		bottom:30px; /* height of link element */
		right:100px; /* padding from the left side of the window */
		}	
		
		
	.social{
		width:32px;
		height:32px;
	}
	.social-list a:hover{opacity:.4;}
	.social-list{
		position:static;
		right:10px;
		top:15px;
	}
	#btt{
		color:blue;
		opacity:.8;
		border-radius:3px;
		}
	#btt:hover{
		opacity:1;
		}	
	
	.paddingTop{padding-top:60px;}
	.paddingLeft{padding-left:100px;}
	.marginTop{margin:40px;}
	.glyphicon-hand-right,.glyphicon-hand-left{font-size:.7em;}
