/*
Theme Name: NPLLC Child
Theme URI: http://www.nittanypropertiesllc.com
Description: Child theme of twentysixteen theme
Author: Scott Kx
Author URI: http://www.nittanypropertiesllc.com
Template: twentysixteen
Version: 1.0
*/
@import url("../twentysixteen/style.css");


/* main content area: 
	Background color and opacity
	Margin
*/
.site{
	background-color: rgba(255, 255, 255, 0);
	margin: 80px;
	-padding-bottom: 500px;
}


.site-inner{
	max-width:1100px;
}

.site-header, .site-content, .site-footer{
	background-color: rgba(255, 255, 255, 0.91);

}


/*moves menu to align with the edge of "Nittany Pro..."*/
.main-navigation{
	margin:0px;
}


.site-content{
	padding:0px;
}


/* Reduces padding around header */
.site-header{
	padding-top:0px;
	padding-bottom:0px;
}



/* Sets background image to resize with page */
body.custom-background {
	background-size: cover;
}



/* Reduces info at end of page to font size 0 */
.site-info{
	font-size:0;
}



/* Adds extra space at bottom of page */
body{
	-padding-bottom: 600px;
	padding-bottom: 40%;
}


p {
  margin:0px 0 0em;
}



/* Adds gray line to the right of each menu item */
.main-navigation .primary-menu li{
border-right: 1px solid #ABABAB;
}


/* Adds gray line to the left of the menu */
.main-navigation {
	border-left: 1px solid #ABABAB;
}


