/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*Increase bullet points indent on Experience*/
.page-id-71 .entry-content ul {
	margin-left: 20px;
}

/*  Add copyright */
#colophon:after {
	content: "Copyright © 2013-2020 Analytics Research Group, LLC";
	display: block !important;
	color: #ffffff;
	font-size: 11px;
	z-index: 2;
	position: relative;
	text-align: center;
}

.textwidget {
	font-style: normal;
}

/* Non-Italic, padding from the menu for first panel */
#pique-hero .pique-panel-content .entry-content p:first-of-type {
	font-size: 1.3em;
	padding-top: 3em;
	font-style: normal;
}

.entry-content ul {
	margin-left: 20px;
}

#actionbar {
	display: none;
}

/* raise title higher than Earth header image */
@media (min-width: 768px) {
	.site-branding .site-logo-link img {
		margin-top: -50px;
	}
}

/* raise title higher than Earth header image */
@media (min-width: 768px) {
	.home .site-branding .site-logo-link img {
		margin-top: 0;
	}
}

/*Lighten Homepage*/
.pique-panel-background {
	opacity: 1;
}

.home img.site-logo.attachment-pique-logo  {
	position: relative !important;
	top: 57px !important;
}

/*Lightening home page */
.home #pique-hero .pique-panel-background:before {
	display: none;
}

/* Darkenng tabs and first paragraph on home page */
.home .main-navigation a {
	color: #666666;
}

/* Darken first paragraph further */
.home .post-2 p {
	color: black;
}

/* Move paragraph up */
.home .post-2 .pique-panel-content {
	padding-top: 125px !important;
}

/* Footer Background */
.site-footer::before {
	background: rgba(31,29,26,0.375);
}

/*increase menu size*/
.home .main-navigation a {
	font-size: 1em;
	color: black;
}

/*make navbar lighter*/
@media (min-width: 768px)
.admin-bar .main-navigation.sticky {
	
}

/*navigation bar color*/
.main-navigation.sticky ul {
	background-color: white;
}

/* entry paragraph color */
.entry-content:before {
	color: black;
}

/* make the page wider */
.site {
	max-width: 2000px;
}

/* make the footer image wider */
.site-footer {
max-width:100%
}
