/*CUSTOM CSS for PNE2015 website */


body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:24px;
	position:relative;
}


body p {
	font-size:18px;
	color:#999999;
	
}

h1{
	font-size:32px;
}
.navbar-default {
    background-color:#EAEAEA;
    border-color:#fff;

}

.navbar-default .navbar-nav > li > a {
    color: #777;
	padding-top:20px;
	padding-bottom:20px;
}

/*.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #777;
    background-color:#E4E4E4;/*#E4E4E4

}
*/

.shadowbox {
-webkit-box-shadow: 5px 5px 10px #606060;
/* Firefox */
-moz-box-shadow: 5px 5px 10px #606060;
/* Standard syntax */
box-shadow: 5px 5px 10px #606060;
	
}

.well-sm {
	margin-top:50px;
	margin-bottom:20px;
	color:#fff;
	background-color:rgba(13,153,39,1.00);
	width:110%;
	height:auto;
	font-size:50px;
	padding-bottom:10px;
	padding-top:15px;
	text-align:center;
	padding-right:10%;
}



/*av a:link, a:visited{
	color:#000;
	text-decoration:none;
	
	
}*/

.features p{
	text-indent:-12px;
	font-size:16px;
	color:#000;
	
}
/* PUT THIS IN THE OUTER WRAPPER TO CENTER EVERYTHING */
.center {
    margin-left: auto;
    margin-right: auto;
    width:85%;   
}


.ok {
	font-size:26px;
	color:rgba(131,245,78,1.00);
}

footer p{
	color:#fff;
	font-size:32px;
}

mark {
	background-color:rgba(208,238,55,1.00);
}


.navbar-nav li {
	font-size:40px;
}

li {
	color:#999999;
	font-size:12px;	
}

.visible-xs li{
	font-size:16px;
	
}

@media (max-width: 952px) {
	
	
}



@media (max-width: 768px) {


	
	.well-sm {
		font-size:30px;
		margin-bottom:0px;
	}

.navbar-default .navbar-nav > li > a {
    color: #000;
	background-color:#fff;
}

.navbar-default .navbar-nav > li   {
	background-color:rgba(191,187,187,1.00);
}

	
	#getting {
	font-size:60px;
}

.topPageMargin {
	margin-top:0px;
}

	li {
	/*background-color:rgba(13,153,39,1.00);*/
	margin-bottom:0px;
	padding:2px;
	padding-bottom:1px;
	font-size:14px;
}
	
}

/* STYLING ACCORDING TO MEDIA SIZE */
/* MAX WIDTH SIZES ARE 767, 991, 1199  */
@media (max-width: 480px) {
	
		.well-sm {
		margin-bottom:0px;
	}
	navbar-collapse {
		background-color:#D8D1D1;
		opacity:1.00;
		
	}


	.ok {
	font-size:18px;	
	}
	
	.topPageMargin {
	margin-top:100px;
}
	nav {
	height:40px;
	font-size:24px;
}
}

